-- MySQL dump 10.19  Distrib 10.3.37-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: madiso60_wp726
-- ------------------------------------------------------
-- Server version	10.3.37-MariaDB-log

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

--
-- Table structure for table `wpwc_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpwc_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime 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) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime 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) 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=MyISAM AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_actionscheduler_actions`
--

LOCK TABLES `wpwc_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpwc_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpwc_actionscheduler_actions` VALUES (141,'action_scheduler/migration_hook','complete','2022-08-19 21:14:00','2022-08-19 21:14:00','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1660943640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1660943640;}',1,1,'2022-08-19 21:14:46','2022-08-19 21:14:46',0,NULL),(139,'action_scheduler/migration_hook','complete','2022-08-19 21:07:47','2022-08-19 21:07:47','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1660943267;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1660943267;}',1,1,'2022-08-19 21:08:52','2022-08-19 21:08:52',0,NULL),(140,'action_scheduler/migration_hook','complete','2022-08-19 21:12:40','2022-08-19 21:12:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1660943560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1660943560;}',1,1,'2022-08-19 21:12:59','2022-08-19 21:12:59',0,NULL),(138,'action_scheduler/migration_hook','complete','2022-08-19 21:06:18','2022-08-19 21:06:18','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1660943178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1660943178;}',1,1,'2022-08-19 21:06:46','2022-08-19 21:06:46',0,NULL),(142,'action_scheduler/migration_hook','complete','2022-08-19 23:32:13','2022-08-19 23:32:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1660951933;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1660951933;}',1,1,'2022-08-19 23:32:37','2022-08-19 23:32:37',0,NULL);
/*!40000 ALTER TABLE `wpwc_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wpwc_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_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=MyISAM AUTO_INCREMENT=58218 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_actionscheduler_claims`
--

LOCK TABLES `wpwc_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wpwc_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wpwc_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_actionscheduler_groups`
--

LOCK TABLES `wpwc_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpwc_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpwc_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data'),(3,'woocommerce-db-updates');
/*!40000 ALTER TABLE `wpwc_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wpwc_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime 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=MyISAM AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_actionscheduler_logs`
--

LOCK TABLES `wpwc_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpwc_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpwc_actionscheduler_logs` VALUES (86,139,'action started via WP Cron','2022-08-19 21:08:52','2022-08-19 21:08:52'),(84,138,'action complete via Async Request','2022-08-19 21:06:46','2022-08-19 21:06:46'),(85,139,'action created','2022-08-19 21:06:47','2022-08-19 21:06:47'),(83,138,'action started via Async Request','2022-08-19 21:06:46','2022-08-19 21:06:46'),(82,138,'action created','2022-08-19 21:05:18','2022-08-19 21:05:18'),(87,139,'action complete via WP Cron','2022-08-19 21:08:52','2022-08-19 21:08:52'),(88,140,'action created','2022-08-19 21:11:40','2022-08-19 21:11:40'),(89,140,'action started via WP Cron','2022-08-19 21:12:59','2022-08-19 21:12:59'),(90,140,'action complete via WP Cron','2022-08-19 21:12:59','2022-08-19 21:12:59'),(91,141,'action created','2022-08-19 21:13:00','2022-08-19 21:13:00'),(92,141,'action started via WP Cron','2022-08-19 21:14:46','2022-08-19 21:14:46'),(93,141,'action complete via WP Cron','2022-08-19 21:14:46','2022-08-19 21:14:46'),(94,142,'action created','2022-08-19 23:31:13','2022-08-19 23:31:13'),(95,142,'action started via Async Request','2022-08-19 23:32:37','2022-08-19 23:32:37'),(96,142,'action complete via Async Request','2022-08-19 23:32:37','2022-08-19 23:32:37');
/*!40000 ALTER TABLE `wpwc_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_commentmeta`
--

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

--
-- Dumping data for table `wpwc_commentmeta`
--

LOCK TABLES `wpwc_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpwc_commentmeta` DISABLE KEYS */;
INSERT INTO `wpwc_commentmeta` VALUES (1,2,'rating','5'),(2,2,'verified','0'),(3,3,'rating','5'),(4,3,'verified','0'),(5,4,'rating','5'),(6,4,'verified','0'),(7,5,'rating','5'),(8,5,'verified','0'),(9,6,'rating','5'),(10,6,'verified','0'),(11,7,'rating','5'),(12,7,'verified','0'),(13,8,'rating','5'),(14,8,'verified','0'),(15,9,'rating','5'),(16,9,'verified','0'),(17,10,'rating','5'),(18,10,'verified','0'),(19,11,'rating','5'),(20,11,'verified','0'),(21,12,'rating','5'),(22,12,'verified','0'),(23,13,'rating','5'),(24,13,'verified','0'),(25,14,'rating','5'),(26,14,'verified','0'),(27,15,'rating','5'),(28,15,'verified','0'),(47,34,'rating','5'),(48,34,'verified','0'),(49,35,'rating','5'),(50,35,'verified','0'),(51,36,'rating','5'),(52,36,'verified','0'),(53,37,'rating','5'),(54,37,'verified','0'),(55,38,'rating','5'),(56,38,'verified','0'),(144,70,'rating','2'),(145,70,'verified','0'),(146,71,'rating','4'),(147,71,'verified','0'),(148,72,'rating','2'),(149,72,'verified','0'),(150,73,'rating','3'),(151,73,'verified','0'),(152,74,'rating','3'),(153,74,'verified','0'),(154,75,'rating','3'),(155,75,'verified','0'),(156,72,'akismet_history','a:3:{s:4:\"time\";d:1668017791.91514110565185546875;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:18:\"madisonrosenberger\";}'),(157,72,'_wp_trash_meta_status','0'),(158,72,'_wp_trash_meta_time','1668017791'),(159,71,'akismet_history','a:3:{s:4:\"time\";d:1668017791.9693439006805419921875;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:18:\"madisonrosenberger\";}'),(160,71,'_wp_trash_meta_status','0'),(161,71,'_wp_trash_meta_time','1668017791'),(162,73,'akismet_history','a:3:{s:4:\"time\";d:1668017793.4667870998382568359375;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:18:\"madisonrosenberger\";}'),(163,73,'_wp_trash_meta_status','0'),(164,73,'_wp_trash_meta_time','1668017793'),(165,74,'akismet_history','a:3:{s:4:\"time\";d:1668017793.768804073333740234375;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:18:\"madisonrosenberger\";}'),(166,74,'_wp_trash_meta_status','0'),(167,74,'_wp_trash_meta_time','1668017793'),(168,75,'akismet_history','a:3:{s:4:\"time\";d:1668017794.3804919719696044921875;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:18:\"madisonrosenberger\";}'),(169,75,'_wp_trash_meta_status','0'),(170,75,'_wp_trash_meta_time','1668017794');
/*!40000 ALTER TABLE `wpwc_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_comments`
--

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

--
-- Dumping data for table `wpwc_comments`
--

LOCK TABLES `wpwc_comments` WRITE;
/*!40000 ALTER TABLE `wpwc_comments` DISABLE KEYS */;
INSERT INTO `wpwc_comments` VALUES (2,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:37:57','2020-09-21 16:37:57','The perfect resource for anyone wanting to start or strengthen their meditation process\r\n\r\nI could not set this book down. I’ll admit I was antsy to dive in to all the goodness after having recently restarted my personal yoga practice and was looking forward to expanding my meditation knowledge, but the ease of reading this made it so digestible and exciting to keep turning the pages. It is so clear and concise in explaining the importance and process of a meditation practice and can challenge you to deepen your practice and ensure it’s working for your benefit.\r\n\r\nMadison has a way of connecting with readers and bringing abstract ideas to life through her words so that you can easily apply them in your daily practice and daily life. She provides all of the necessary resources you may need to start meditating and then provides additional resources to continue to grow your practice.\r\n\r\nCannot recommend this book enough! It is one I will keep on my go-to shelf to reference for years and years to come. Such a blessing and thankful to have it as a trusted resource <3\r\n\r\n- AS (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(3,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:38:26','2020-09-21 16:38:26','THE BEST MEDITATION BOOK I HAVE COME ACROSS\r\n\r\nWow. Where do I begin. This book in one day has made an impact on me! Full of so many divine meditations where you feel the light run through you. I was able to relate to and do each type of meditation without second guessing myself and simply be fully present in the moment. That is HUGE.\r\n\r\nI own over 100 books on mindfulness and this book is by far the GREATEST book I have read on meditation and now in my top 3 books I would recommend to others. I am ordering 5 more books to just gift to friends and family. This has made mediation so easy, natural, and beautiful. I always strived to create a good mediation routine for myself but struggled thinking it can be so complex and just didn’t know where to start or how to do it “right” or was just overwhelmed with the different ways to meditate and how to do it myself. Madison teaches in the book that there is no “right” way and simplifies it all for you. She created such a gentle, straightforward, yet broad (making it amendable to whatever you prefer) approach in this book. If you are reading this and have come across this book it is not a coincidence. This book for anyone and everyone!!!! You won’t regret getting this.\r\n\r\n– FrischFry1111 (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(4,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:38:53','2020-09-21 16:38:53','Humble and Wise\r\n\r\nOver the years, I have dipped in and out of meditation, mostly fearing the stillness. Enter Madison’s book. She has a humble and accessible approach and yet she clearly carries wisdom in her words. She seamlessly wove some pop culture references (e.g., The Big Bang Theory TV show) in with the ancient and mystical philosophy behind the practice. I am still a novice but am gaining comfort with meditation by applying the suggestions in this book.\r\n\r\n– JCZ (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(5,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:39:09','2020-09-21 16:39:09','Well written and easy to understand.\r\n\r\nThis book breaks down the processes of meditation into simple and easy to follow steps. It includes brief explanations of the terms and benefits of a meditation practice. From beginner to well-seasoned meditators there is something for everyone in this book. It is a quick read with great suggestions to incorporate into your meditation practice. I highly recommend this book for anyone interested in meditation.\r\n\r\n– Marcie W. (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(6,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:40:03','2020-09-21 16:40:03','Easy to read guide from beginners\r\n\r\nA great overview of meditating that helps to demystify it. Many good ideas to support building the habit of daily practice.\r\n\r\n– CamSC (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(7,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:40:25','2020-09-21 16:40:25','This book is true to it’s title, it is simple and straightforward.\r\nMadison explains meditation in an everyday kind of way, for the “common people” who might normally shy away from fancy or overly specific explanations. This book helps you look at why you might be having issues settling into a regular meditation practice and how to ease your way into a regular meditation practice. Silence is the hardest thing for me when meditating, my mind constantly races between thoughts, Madison addresses this and gives simple ideas of how to overcome these distractions. Along with that I tend to want to focus on details, which then makes my mind wander. This book emphasizes focusing on feelings instead of the details of meditation. She also gives suggestions of other books to check out on topics she addresses for people wanting to further research these simple concepts. My favorite thing about this book is the emphasis on there is no one way to meditate. Many examples are given of different types of meditation and examples of how to do those types. She encourages you to try them all out for yourself to see what works best for you, without making it seem like an overwhelming task to try them. Fantastic book, quick read, and wonderful reference for starting to learn how to meditate.\r\n– Bridget Walsh (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(8,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:40:43','2020-09-21 16:40:43','Rated 5 out of 5\r\nAn excellent resource for those learning to meditate!\r\nThis is not only an excellent resource for those of you who are just learning to meditate but a wonderful reminder of all the possible ways to continue to make meditation work for you. Madison makes it simple yet awe-inspiring as she encourages you to move through the “new” of meditation so you experience how powerful, (free!), and life-changing it can be. This book will be highlighted in my meditation gatherings and workshops as a “go-to” resource as you start and then sustain an easy and delightful meditation practice.\r\n– Anonymous Amazon Customer Review',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(9,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:41:10','2020-09-21 16:41:10','Truly life-changing\r\nI am admittedly a bit of a stranger to meditation. Madison managed to make learning about it in several different variations both entertaining and approachable.\r\n\r\nThis book has given me the tools to coax peace into my life when otherwise thought impossible.\r\n\r\nDon’t hesitate, just buy it. You’ll thank yourself and Madison.\r\n– Montague Totten (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(10,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:41:26','2020-09-21 16:41:26','Choose a meditation practice that feels right for you\r\n\r\nI’ve used many of Madison’s resources and this book holds her familiar guidance that is grounded and clear.\r\n\r\nHer introduction shares an early meditation experience that I’m sure many can relate to: “all I had seen were the backs of my eyelids.” Leaving a meditation class assuming she had done it completely wrong.\r\n\r\nThis book will not overwhelm you with complex spiritual terminology or ideals. It gently guides you through 5 types of meditation: breath, visualization, loving gaze, mantra and active.\r\n\r\n‘Creating a Sacred Space for Meditation’ was one of my favourite chapters in this book. It contained new information for me such as to face East to receive subtle rays of wisdom that radiate westward over the Earth. I also enjoyed suggestions such as including representations of the four elements (fire, water, earth and air).\r\n\r\nBut for me, the most meaningful advice of all: remember to ask for help from your spiritual support team of Angels, Masters and Beings. Because of free will, your team cannot help you unless you ask for it. Pray for Divine Intervention.\r\n\r\n– Jessica Walty (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(11,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:41:44','2020-09-21 16:41:44','Straightforward and BEAUTIFUL!\r\n\r\nFirst this book is absolutely gorgeous. The quality and photos are absolute perfection. This is straight to the point and a super easy way to start a meditation practice or clarify/improve one you already have. Madison’s kind energy speaks so clearly through this book, it’s as if she’s in the room guiding you herself while you read. Definitely recommend for anyone curious about meditation!\r\n\r\n– Kadie Austen (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(12,111,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:42:30','2020-09-21 16:42:30','Amazing!\r\nI have truly been so stuck and frustrated with mediation. I was trying way to hard and in doing so defeated the whole purpose of the practice. After reading this book it finally clicked ! This book was so very helpful and really just broke down meditation on such an easy level. So many great tips and different ways to meditate. Many in which I have never even heard of before. So grateful for this book. Thank you Madison!! ♥️\r\n\r\n– Brianna Sansing (Amazon customer review)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(13,116,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 16:50:57','2020-09-21 16:50:57','This Guided Sun Salutation was exactly what I needed! I love how Madison teaches you to hop forward from downward dog, I’ve never been able to do it before now. I work odd hours so I often end up doing yoga by myself at home but could never find a guided yoga routine that I could get into, until now. I love the audio companion because it makes it much easier to focus on the movements. Madison’s voice is so calming that I get lost in it and feel a deeper connection with the practice. Having the PDF was also helpful in case I wanted to quickly verify if I was doing one correctly. Just wonderful. – Bridget Walsh',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(14,127,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 17:37:02','2020-09-21 17:37:02','Madison has created something really special in her journey through the Major Arcana with Yoga. As a relative newcomer to Yoga, but an Intuitive Tarot reader for many years, I have always looked for new ways to connect with my guides and the energy of the cards. This very unique blend offered me a new perspective to gain a deeper insight and truly embody the energy of the major’s in a way I have never touched upon before.\r\nWe all appreciate our natural knowing and intuition lives within our body and so being able to move out of my head and connect through these poses really opened up a beautiful connection for me. I was not able to achieve all the poses straight away, as I am still learning with Yoga, but the journey has become that bit more mindful and expansive as a result of finding this soulful new way to bring both of these deep passions together for me.\r\nI have found the poses so beneficial before a reading to really get into the right space, helping to ground me and tune in in a more complete way, but also after to help me unwind and restore my own energies and to explore the new messages and insights I have been given that day from these archetypes. Deeply grateful for the creative, connected and inspired way Madison has brought this journey together, her heart-centered approach is refreshing and helps soothe my soul.\r\n\r\n– Romy Wyser',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(15,127,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','69.132.118.210','2020-09-21 17:37:26','2020-09-21 17:37:26','I had been fascinated by the symbiosis between yoga and tarot for a while and in my reading, I discovered this guide that brought the two together in a colorful and visual, easy to follow manner. Madison’s personal connection with the Asana poses and practical descriptions combined with the meditation approach to manifesting the symbolism in the cards brought both philosophies alive.\r\n\r\n– Justine Cullinan, Johannesburg, South Africa',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(16,237,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-09-29 21:12:33','2020-09-29 21:12:33','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(17,246,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-01 16:59:52','2020-10-01 16:59:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(18,246,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-01 16:59:52','2020-10-01 16:59:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(19,259,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-05 22:44:34','2020-10-05 22:44:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(20,259,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-05 22:44:34','2020-10-05 22:44:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(21,258,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-05 23:02:14','2020-10-05 23:02:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(22,258,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-05 23:02:14','2020-10-05 23:02:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(24,261,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-20 20:24:27','2020-10-20 20:24:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(25,261,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-20 20:24:27','2020-10-20 20:24:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(26,261,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-20 20:31:36','2020-10-20 20:31:36','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',0,'1','WooCommerce','order_note',0,0),(27,261,'WooCommerce','woocommerce@lavendermatyoga.com','','','2020-10-20 20:31:36','2020-10-20 20:31:36','Payment refunded via IPN. Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(34,271,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','71.68.89.89','2020-11-24 19:44:02','2020-11-24 19:44:02','When Madison helped me tap into my animal guides, it was one of the most fun and profound things I’ve experienced. I always knew that I connected to certain animals more than others and being able to identify why was so enlightening. Since I’ve met my specific guides, it’s allowed me to tap into my chakras in a completely different way. They help guide and protect me in such a grounded, supported way and it’s truly enjoyable. I am so grateful to Madison for making it such a fun an enjoyable experience!\r\n– Brittnay Chaplin',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(35,271,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','71.68.89.89','2020-11-24 19:46:25','2020-11-24 19:46:25','Coming home late from a long day at work, I was in desperate need of relaxation and finding some balance since I’ve been feeling a bit adrift. This mediation helped me so much. Meeting my animal guardians helped me to have a better understanding of things going on in my life and helped me to feel more grounded and centered. I really enjoyed that there was not music in this meditation because the quiet kept me more focused on my landscape and my animals. The pauses and pace were the perfect length, where they gave me time to explore but not so long that I wandered. Madison is a wonderful guide and I know I would not have discovered any of my animal guardians without her calming guidance!\r\n\r\n– Bridget',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(36,271,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','71.68.89.89','2020-11-24 19:46:49','2020-11-24 19:46:49','This meditation had tears streaming down my face it felt so real and was so greatly guided. I loved it and was able to reach and discover places within myself I hadn’t been before. It was very unique and a well worth it experience! I feel like I just gained 12 soul friends who have always been there but never consciously knew. It is simply beautiful. I highly recommend it!!!! – Caroline Frisch',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(37,271,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','71.68.89.89','2020-11-24 19:47:13','2020-11-24 19:47:13','I loved your meditation I was in the tub with my charcoal mask and it was the perfect meditation at the perfect time!\r\n-Brandy Littles',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(38,271,'madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','71.68.89.89','2020-11-24 19:48:12','2020-11-24 19:48:12','This was soo beautiful to listen to.\r\nThe place I went to felt so much like home, so peaceful. I’ve returned to it in other meditations because it feels so good to be there.\r\nA clear, cold mountain stream through a stand of trees. A huge moon behind me (like the moon was closer to Earth)\r\nFelt like long ago when the Earth was new. When it was being cared for by Indigenous groups of people.\r\nThe Earth felt healthy, clean and unpolluted. Peaceful and quiet. Many animals beyond the trees (specifically wolves, felt not seen).\r\n– Jessica Walty',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','review',0,1),(70,116,'ecaleriwau','orexoaci@ereqd.fodiscomail.com','','142.44.212.237','2022-06-12 08:32:12','2022-06-12 08:32:12','[url=http://slkjfdf.net/]Oukukew[/url] <a href=\"http://slkjfdf.net/\" rel=\"nofollow ugc\">Imivoin</a> zas.whlh.lavendermatyoga.com.wir.ff http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','review',0,0),(71,116,'eamafaxur','odazope@ereqd.fodiscomail.com','','142.44.212.237','2022-06-12 09:00:02','2022-06-12 09:00:02','[url=http://slkjfdf.net/]Esaiviwi[/url] <a href=\"http://slkjfdf.net/\" rel=\"nofollow ugc\">Asoyaeta</a> urz.cruk.lavendermatyoga.com.afi.ne http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','review',0,0),(72,328,'oseeepa','oqatur@exivu.sibicomail.com','','185.81.145.60','2022-06-14 08:25:02','2022-06-14 08:25:02','[url=http://slkjfdf.net/]Awucum[/url] <a href=\"http://slkjfdf.net/\" rel=\"nofollow ugc\">Iqusum</a> jic.szci.lavendermatyoga.com.uwb.qg http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','review',0,0),(73,328,'oisuhahipboh','iwuanili@omofu.fodiscomail.com','','142.44.212.237','2022-06-14 19:45:14','2022-06-14 19:45:14','[url=http://slkjfdf.net/]Inanusn[/url] <a href=\"http://slkjfdf.net/\" rel=\"nofollow ugc\">Upegugid</a> ulo.qnij.lavendermatyoga.com.osi.yg http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','review',0,0),(74,328,'ukijuyopoco','uvagasa@opuce.sibicomail.com','','45.132.186.93','2022-06-14 19:53:49','2022-06-14 19:53:49','[url=http://slkjfdf.net/]Esatano[/url] <a href=\"http://slkjfdf.net/\" rel=\"nofollow ugc\">Ifiutupo</a> yvj.sgdd.lavendermatyoga.com.xkr.vv http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','review',0,0),(75,328,'moosaaned','obetoq@omofu.fodiscomail.com','','142.44.212.237','2022-06-14 20:02:37','2022-06-14 20:02:37','[url=http://slkjfdf.net/]Bofaniw[/url] <a href=\"http://slkjfdf.net/\" rel=\"nofollow ugc\">Epadux</a> wsy.matc.lavendermatyoga.com.duw.ky http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','review',0,0);
/*!40000 ALTER TABLE `wpwc_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_e_events`
--

DROP TABLE IF EXISTS `wpwc_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_e_events`
--

LOCK TABLES `wpwc_e_events` WRITE;
/*!40000 ALTER TABLE `wpwc_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_layerslider`
--

DROP TABLE IF EXISTS `wpwc_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `group_id` int(10) DEFAULT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `name` varchar(100) DEFAULT '',
  `slug` varchar(100) DEFAULT '',
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT 0,
  `schedule_end` int(10) NOT NULL DEFAULT 0,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `flag_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `flag_popup` tinyint(1) NOT NULL DEFAULT 0,
  `flag_group` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_layerslider`
--

LOCK TABLES `wpwc_layerslider` WRITE;
/*!40000 ALTER TABLE `wpwc_layerslider` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_layerslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_layerslider_revisions`
--

DROP TABLE IF EXISTS `wpwc_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_layerslider_revisions`
--

LOCK TABLES `wpwc_layerslider_revisions` WRITE;
/*!40000 ALTER TABLE `wpwc_layerslider_revisions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_layerslider_revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_links`
--

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

--
-- Dumping data for table `wpwc_links`
--

LOCK TABLES `wpwc_links` WRITE;
/*!40000 ALTER TABLE `wpwc_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_options`
--

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

--
-- Dumping data for table `wpwc_options`
--

LOCK TABLES `wpwc_options` WRITE;
/*!40000 ALTER TABLE `wpwc_options` DISABLE KEYS */;
INSERT INTO `wpwc_options` VALUES (1,'siteurl','https://lavendermatyoga.com','yes'),(2,'home','https://lavendermatyoga.com','yes'),(3,'blogname','Lavender Mat Yoga Studio','yes'),(4,'blogdescription','Intuitive Yoga for Beginners in Charlotte, NC','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','madison@madisonrosenberger.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:383:{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:17:\"portfolio_page/?$\";s:34:\"index.php?post_type=portfolio_page\";s:47:\"portfolio_page/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=portfolio_page&feed=$matches[1]\";s:42:\"portfolio_page/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=portfolio_page&feed=$matches[1]\";s:34:\"portfolio_page/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=portfolio_page&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:9:\"shop-2/?$\";s:27:\"index.php?post_type=product\";s:39:\"shop-2/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:34:\"shop-2/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:26:\"shop-2/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: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:\"portfolio_page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio_page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio_page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio_page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio_page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio_page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio_page/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_page=$matches[1]&embed=true\";s:35:\"portfolio_page/([^/]+)/trackback/?$\";s:41:\"index.php?portfolio_page=$matches[1]&tb=1\";s:55:\"portfolio_page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_page=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_page=$matches[1]&feed=$matches[2]\";s:43:\"portfolio_page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_page=$matches[1]&paged=$matches[2]\";s:50:\"portfolio_page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?portfolio_page=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio_page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?portfolio_page=$matches[1]&wc-api=$matches[3]\";s:46:\"portfolio_page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"portfolio_page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"portfolio_page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?portfolio_page=$matches[1]&page=$matches[2]\";s:31:\"portfolio_page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio_page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio_page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio_page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio_page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio_page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:38:\"testimonials/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?testimonials=$matches[1]&wc-api=$matches[3]\";s:44:\"testimonials/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"testimonials/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"slides/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slides/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slides/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slides/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slides/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"slides/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"slides/([^/]+)/embed/?$\";s:39:\"index.php?slides=$matches[1]&embed=true\";s:27:\"slides/([^/]+)/trackback/?$\";s:33:\"index.php?slides=$matches[1]&tb=1\";s:35:\"slides/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?slides=$matches[1]&paged=$matches[2]\";s:42:\"slides/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?slides=$matches[1]&cpage=$matches[2]\";s:32:\"slides/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?slides=$matches[1]&wc-api=$matches[3]\";s:38:\"slides/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"slides/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"slides/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?slides=$matches[1]&page=$matches[2]\";s:23:\"slides/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slides/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slides/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slides/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slides/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"slides/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"carousels/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"carousels/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"carousels/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"carousels/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"carousels/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"carousels/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"carousels/([^/]+)/embed/?$\";s:42:\"index.php?carousels=$matches[1]&embed=true\";s:30:\"carousels/([^/]+)/trackback/?$\";s:36:\"index.php?carousels=$matches[1]&tb=1\";s:38:\"carousels/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?carousels=$matches[1]&paged=$matches[2]\";s:45:\"carousels/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?carousels=$matches[1]&cpage=$matches[2]\";s:35:\"carousels/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?carousels=$matches[1]&wc-api=$matches[3]\";s:41:\"carousels/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"carousels/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"carousels/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?carousels=$matches[1]&page=$matches[2]\";s:26:\"carousels/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"carousels/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"carousels/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"carousels/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"carousels/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"carousels/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"masonry_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"masonry_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"masonry_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"masonry_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"masonry_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"masonry_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"masonry_gallery/([^/]+)/embed/?$\";s:48:\"index.php?masonry_gallery=$matches[1]&embed=true\";s:36:\"masonry_gallery/([^/]+)/trackback/?$\";s:42:\"index.php?masonry_gallery=$matches[1]&tb=1\";s:44:\"masonry_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?masonry_gallery=$matches[1]&paged=$matches[2]\";s:51:\"masonry_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?masonry_gallery=$matches[1]&cpage=$matches[2]\";s:41:\"masonry_gallery/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?masonry_gallery=$matches[1]&wc-api=$matches[3]\";s:47:\"masonry_gallery/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"masonry_gallery/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:40:\"masonry_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?masonry_gallery=$matches[1]&page=$matches[2]\";s:32:\"masonry_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"masonry_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"masonry_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"masonry_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"masonry_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"masonry_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";s:62:\"testimonials-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials_category=$matches[1]&feed=$matches[2]\";s:57:\"testimonials-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials_category=$matches[1]&feed=$matches[2]\";s:38:\"testimonials-category/([^/]+)/embed/?$\";s:54:\"index.php?testimonials_category=$matches[1]&embed=true\";s:50:\"testimonials-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?testimonials_category=$matches[1]&paged=$matches[2]\";s:32:\"testimonials-category/([^/]+)/?$\";s:43:\"index.php?testimonials_category=$matches[1]\";s:56:\"slides-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?slides_category=$matches[1]&feed=$matches[2]\";s:51:\"slides-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?slides_category=$matches[1]&feed=$matches[2]\";s:32:\"slides-category/([^/]+)/embed/?$\";s:48:\"index.php?slides_category=$matches[1]&embed=true\";s:44:\"slides-category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?slides_category=$matches[1]&paged=$matches[2]\";s:26:\"slides-category/([^/]+)/?$\";s:37:\"index.php?slides_category=$matches[1]\";s:59:\"carousels-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?carousels_category=$matches[1]&feed=$matches[2]\";s:54:\"carousels-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?carousels_category=$matches[1]&feed=$matches[2]\";s:35:\"carousels-category/([^/]+)/embed/?$\";s:51:\"index.php?carousels_category=$matches[1]&embed=true\";s:47:\"carousels-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?carousels_category=$matches[1]&paged=$matches[2]\";s:29:\"carousels-category/([^/]+)/?$\";s:40:\"index.php?carousels_category=$matches[1]\";s:65:\"masonry-gallery-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?masonry_gallery_category=$matches[1]&feed=$matches[2]\";s:60:\"masonry-gallery-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?masonry_gallery_category=$matches[1]&feed=$matches[2]\";s:41:\"masonry-gallery-category/([^/]+)/embed/?$\";s:57:\"index.php?masonry_gallery_category=$matches[1]&embed=true\";s:53:\"masonry-gallery-category/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?masonry_gallery_category=$matches[1]&paged=$matches[2]\";s:35:\"masonry-gallery-category/([^/]+)/?$\";s:46:\"index.php?masonry_gallery_category=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:38:\"vc_grid_item/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?vc_grid_item=$matches[1]&wc-api=$matches[3]\";s:44:\"vc_grid_item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"vc_grid_item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"sl-insta-feed/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"sl-insta-feed/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"sl-insta-feed/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"sl-insta-feed/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"sl-insta-feed/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"sl-insta-feed/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"sl-insta-feed/([^/]+)/embed/?$\";s:46:\"index.php?sl-insta-feed=$matches[1]&embed=true\";s:34:\"sl-insta-feed/([^/]+)/trackback/?$\";s:40:\"index.php?sl-insta-feed=$matches[1]&tb=1\";s:42:\"sl-insta-feed/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sl-insta-feed=$matches[1]&paged=$matches[2]\";s:49:\"sl-insta-feed/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?sl-insta-feed=$matches[1]&cpage=$matches[2]\";s:39:\"sl-insta-feed/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?sl-insta-feed=$matches[1]&wc-api=$matches[3]\";s:45:\"sl-insta-feed/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"sl-insta-feed/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"sl-insta-feed/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?sl-insta-feed=$matches[1]&page=$matches[2]\";s:30:\"sl-insta-feed/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"sl-insta-feed/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"sl-insta-feed/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"sl-insta-feed/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"sl-insta-feed/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"sl-insta-feed/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"sl-insta-account/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"sl-insta-account/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"sl-insta-account/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sl-insta-account/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sl-insta-account/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"sl-insta-account/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"sl-insta-account/([^/]+)/embed/?$\";s:49:\"index.php?sl-insta-account=$matches[1]&embed=true\";s:37:\"sl-insta-account/([^/]+)/trackback/?$\";s:43:\"index.php?sl-insta-account=$matches[1]&tb=1\";s:45:\"sl-insta-account/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?sl-insta-account=$matches[1]&paged=$matches[2]\";s:52:\"sl-insta-account/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?sl-insta-account=$matches[1]&cpage=$matches[2]\";s:42:\"sl-insta-account/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?sl-insta-account=$matches[1]&wc-api=$matches[3]\";s:48:\"sl-insta-account/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"sl-insta-account/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"sl-insta-account/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?sl-insta-account=$matches[1]&page=$matches[2]\";s:33:\"sl-insta-account/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"sl-insta-account/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"sl-insta-account/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sl-insta-account/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sl-insta-account/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"sl-insta-account/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"sl-insta-media/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"sl-insta-media/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"sl-insta-media/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"sl-insta-media/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"sl-insta-media/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"sl-insta-media/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"sl-insta-media/([^/]+)/embed/?$\";s:47:\"index.php?sl-insta-media=$matches[1]&embed=true\";s:35:\"sl-insta-media/([^/]+)/trackback/?$\";s:41:\"index.php?sl-insta-media=$matches[1]&tb=1\";s:43:\"sl-insta-media/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?sl-insta-media=$matches[1]&paged=$matches[2]\";s:50:\"sl-insta-media/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?sl-insta-media=$matches[1]&cpage=$matches[2]\";s:40:\"sl-insta-media/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?sl-insta-media=$matches[1]&wc-api=$matches[3]\";s:46:\"sl-insta-media/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"sl-insta-media/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"sl-insta-media/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?sl-insta-media=$matches[1]&page=$matches[2]\";s:31:\"sl-insta-media/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"sl-insta-media/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"sl-insta-media/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"sl-insta-media/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"sl-insta-media/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"sl-insta-media/[^/]+/([^/]+)/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=43&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(413455,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.6.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1660942941;s:7:\"version\";s:5:\"5.6.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(290015,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:27:\"bridge-core/bridge-core.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:31:\"envato-market/envato-market.php\";i:6;s:9:\"hello.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:27:\"js_composer/js_composer.php\";i:9;s:45:\"qode-instagram-widget/qode-instagram-feed.php\";i:10;s:39:\"qode-twitter-feed/qode-twitter-feed.php\";i:11;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:12;s:23:\"revslider/revslider.php\";i:13;s:39:\"spotlight-social-photo-feeds/plugin.php\";}','yes'),(290009,'jetpack_activation_source','a:2:{i:0;s:6:\"wp-cli\";i:1;N;}','yes'),(290010,'jetpack_sync_settings_disable','0','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','bridge','yes'),(41,'stylesheet','bridge','yes'),(281247,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:2;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"<strong>Address</strong>\n123 Main Street\nNew York, NY 10001\n\n<strong>Hours</strong>\nMonday&ndash;Friday: 9:00AM&ndash;5:00PM\nSaturday &amp; Sunday: 11:00AM&ndash;3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:37:\"© Copyright 2020 Madison Rosenberger\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"popup-maker/popup-maker.php\";a:2:{i:0;s:11:\"PUM_Install\";i:1;s:16:\"uninstall_plugin\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','43','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','226','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1672416694','yes'),(94,'initial_db_version','47018','yes'),(95,'wpwc_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:23:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:23:\"qode_instagram_widget-3\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";}s:7:\"sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:12:\"sidebar_page\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:11:\"header_left\";a:0:{}s:12:\"header_right\";a:0:{}s:19:\"header_bottom_right\";a:0:{}s:20:\"header_bottom_center\";a:0:{}s:8:\"sidearea\";a:0:{}s:27:\"fullscreen_menu_area_widget\";a:0:{}s:18:\"vertical_menu_area\";a:0:{}s:15:\"footer_column_1\";a:0:{}s:15:\"footer_column_2\";a:0:{}s:15:\"footer_column_3\";a:0:{}s:15:\"footer_column_4\";a:0:{}s:11:\"footer_text\";a:1:{i:0;s:6:\"text-4\";}s:16:\"footer_text_left\";a:1:{i:0;s:23:\"qode_instagram_widget-4\";}s:17:\"footer_text_right\";a:0:{}s:18:\"header_fixed_right\";a:0:{}s:15:\"left_side_fixed\";a:0:{}s:16:\"right_side_fixed\";a:0:{}s:20:\"woocommerce_dropdown\";a:0:{}s:10:\"panel_area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:25:{i:1668447850;a:1:{s:32:\"spotlight/instagram/import_batch\";a:1:{s:32:\"fdc90b6379e2a6f8b9211e270b631202\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;O:33:\"RebelCode\\Iris\\Fetcher\\FetchQuery\":4:{s:6:\"source\";O:26:\"RebelCode\\Iris\\Data\\Source\":3:{s:2:\"id\";s:15:\"lavendermatyoga\";s:4:\"type\";s:16:\"PERSONAL_ACCOUNT\";s:4:\"data\";a:0:{}}s:6:\"cursor\";s:125:\"QVFIUkpqQXg5TDhIZAjBuQ1p5dkdFaWlzVmxpWjNQc3BncGN3c1pxT3dSRi13VXF4WHpCS2llQk1VZAWlSWmNIaDBrVUV6SmxfS1VkTERva3ZAZAR21GWTRuTXZA3\";s:5:\"count\";i:50;s:7:\"accrual\";i:44;}}}}}i:1668448940;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1668450043;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:1668450051;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:1668450163;a:1:{s:26:\"spotlight/instagram/update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1668450996;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:1668452539;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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: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;}}}i:1668452620;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:1668454576;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:1668454586;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:1668457210;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1668457363;a:1:{s:34:\"spotlight/instagram/clean_up_media\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1668460144;a:1:{s:26:\"pum_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1668460842;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:1668460977;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:1668461712;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1668465376;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:1668470400;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:1668476176;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:1668529243;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:1668711739;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:1668805744;a:1:{s:27:\"pum_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1668807312;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1668889363;a:1:{s:41:\"spotlight/instagram/refresh_access_tokens\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1596666598;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(126,'do_activate','0','yes'),(127,'jetpack_activated','1','yes'),(128,'jetpack_options','a:8:{s:11:\"old_version\";s:15:\"10.8:1652297776\";s:2:\"id\";i:181224064;s:6:\"public\";i:1;s:14:\"last_heartbeat\";i:1668374596;s:16:\"first_admin_view\";b:1;s:30:\"recommendations_banner_enabled\";b:0;s:7:\"version\";s:15:\"10.8:1652297776\";s:28:\"has_seen_wc_connection_modal\";b:1;}','yes'),(239,'jetpack_available_modules','a:1:{s:4:\"10.8\";a:43:{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:12:\"google-fonts\";s:6:\"10.8.0\";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'),(301,'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'),(292,'envato_market','a:2:{s:16:\"is_plugin_active\";s:1:\"1\";s:17:\"installed_version\";s:5:\"2.0.3\";}','yes'),(302,'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\";b:0;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(295,'elementor_version','3.7.2','yes'),(296,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'widget_qode_instagram_widget','a:3:{i:3;a:0:{}i:4;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(299,'vc_version','6.2.0','yes'),(303,'wpb_js_composer_license_activation_notified','yes','yes'),(304,'_elementor_installed_time','1596748773','yes'),(305,'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:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}}s: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:825:{i:0;a:16:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:115;a:16:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:16:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:16:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s: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:130;a:16:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:16:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:16:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:16:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:16:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:16:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:16:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:16:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:162;a:16:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:16:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:165;a:16:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:16:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:16:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:172;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:175;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:176;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:180;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:181;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:182;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:183;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:186;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:187;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:190;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:191;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:194;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:196;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:16:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:199;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;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:20;}i:201;a:16:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:203;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:204;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:207;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:209;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:211;a:16:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:213;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:216;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:217;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:218;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:221;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:223;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:225;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:226;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:228;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:230;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:16:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:237;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:16:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:241;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:245;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:248;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:252;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:256;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:260;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:264;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:268;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:269;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:272;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:278;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:279;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:16:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:284;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:286;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:289;a:16:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:290;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:292;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:296;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:299;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:302;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:305;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:308;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:310;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:314;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:16:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:317;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:320;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:323;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:16:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:326;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:327;a:16:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:330;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:333;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:337;a:16:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:341;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:343;a:16:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:346;a:16:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:349;a:16:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:352;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:354;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:355;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:358;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:361;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:364;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:367;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:369;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:16:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:372;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:374;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:376;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:378;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:380;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:382;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:383;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:386;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:391;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:394;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:397;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:400;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:401;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:406;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:407;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:412;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:415;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:418;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:421;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:424;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:427;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:430;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:432;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:434;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:436;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:438;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:440;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:442;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:444;a:16:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:446;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:448;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:450;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:451;a:16:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:453;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:455;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:457;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:459;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:462;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:463;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:466;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:467;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:469;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:471;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:473;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:475;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:477;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:479;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:481;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:483;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:485;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:487;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:489;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:491;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:493;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:495;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:497;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:499;a:16:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:502;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:504;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:506;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:508;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:510;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:512;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:514;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:516;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:518;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:520;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:522;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:524;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:526;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:528;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:530;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:532;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:534;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:536;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:538;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";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:540;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:542;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:544;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:546;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:548;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:550;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:552;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:554;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:556;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:557;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:558;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:560;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:563;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:565;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:566;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:567;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:569;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:571;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:574;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:576;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:577;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:578;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:580;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:583;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:585;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:587;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:588;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:594;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:595;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:597;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:598;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:599;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:600;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:601;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:602;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:603;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:604;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:605;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:606;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:608;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:609;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:610;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:611;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:612;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:613;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:614;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:615;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:616;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:617;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:618;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:619;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:620;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:621;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:622;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:623;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:624;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:625;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:626;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:627;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:628;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:629;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:630;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:631;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:632;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:633;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:634;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:635;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:636;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:637;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:638;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:639;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:640;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:641;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:642;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:643;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:644;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:645;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:646;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:647;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:648;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:649;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:650;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:651;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:652;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:653;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:654;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:655;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:656;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:657;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:658;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:659;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:660;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:661;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:662;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:663;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:664;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:665;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:666;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:667;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:668;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:669;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:670;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:671;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:672;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:673;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:674;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:675;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:676;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:677;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:678;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:679;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:680;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:681;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:682;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:683;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:684;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:685;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:686;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:687;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:688;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:689;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:690;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:691;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:692;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:693;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:694;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:695;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:696;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:697;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:698;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:699;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:700;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:701;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:702;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:703;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:704;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:705;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:706;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:707;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:708;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:709;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:710;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:711;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:712;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:713;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:714;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:715;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:716;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:717;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:718;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:719;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:720;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:721;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:722;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:723;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:724;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:725;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:726;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:727;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:728;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:729;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:730;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:731;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:732;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:733;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:734;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:735;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:736;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:737;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:738;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:739;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:740;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:741;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:742;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:743;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:744;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:745;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:746;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:747;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:748;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:749;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:750;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:751;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:752;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:753;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:754;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:755;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:756;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:757;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:758;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:759;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:760;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:761;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:762;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:763;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:764;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:765;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:766;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:767;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:768;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:769;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:770;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:771;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:772;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:773;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:774;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:775;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:776;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:777;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:778;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:779;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:780;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:781;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:782;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:783;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:784;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:785;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:786;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:787;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:788;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:789;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:790;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:791;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:792;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:793;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:794;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:795;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:796;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:797;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:798;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:799;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:800;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:801;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:802;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:803;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:804;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:805;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:806;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:807;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:808;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:809;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:810;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:811;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:812;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:813;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:814;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:815;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:816;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:817;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:818;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:819;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:820;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:821;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:822;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:823;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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:824;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s: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'),(262,'revslider-library-check','1667723429','yes'),(263,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(264,'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'),(265,'revslider-templates-check','1668070077','yes'),(266,'revslider-templates-hash','b600f35b75da983e69bff3bc20caf0b7','yes'),(267,'rs-templates-new','','no'),(244,'ls-plugin-version','6.11.1','yes'),(245,'ls-db-version','6.9.0','yes'),(246,'ls-installed','1','yes'),(247,'ls-date-installed','1596747431','yes'),(248,'ls_gsap_sandboxing','1','yes'),(251,'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:16:\"themepunch.tools\";i:4;s:22:\"themepunch-ext-c.tools\";i:5;s:22:\"themepunch-ext-c.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(250,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(252,'revslider_server_refresh','1668234954','yes'),(253,'revslider-update-check-short','1668407857','yes'),(254,'revslider-connection','1','yes'),(255,'revslider-update-hash','6b276c7eda138559d3306c34f3837de3','yes'),(256,'revslider-latest-version','6.6.5','yes'),(257,'revslider-stable-version','4.2.0','yes'),(258,'revslider-notices','a:3:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:545:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium2\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" \npreload=\"auto\"><source \nsrc=\"//updates.themepunch-ext-a.tools//banners/videobanner_premium2.mp4\" \ntype=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-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:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:407:\"<div style=\"display: block; background:#fff;text-align: center; \nheight: 250px;\"><a \nhref=\"https://www.sliderrevolution.com/wordpress-hosting/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getwphosting\"\n target=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; \nheight: 250px; display: inline-block;\" \n src=\"//updates.themepunch-ext-a.tools//banners/rs60/wphostingadmin.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-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:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:556:\"<div style=\"display: block; background: #fff;text-align: center; height: 300px;\"><a href=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 920px; height: 300px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-a.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(259,'revslider-additions','O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}','yes'),(260,'rs-addons-counter','2','yes'),(261,'revslider-addons','O:8:\"stdClass\":29:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"313\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";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.2.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";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-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"74\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";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.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-10-30\";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:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"68\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";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:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"56\";s:9:\"releaseid\";s:1:\"3\";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.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";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:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"307\";s:9:\"releaseid\";s:2:\"24\";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:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2020-10-15\";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:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"75\";s:9:\"releaseid\";s:2:\"21\";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:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";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:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"77\";s:9:\"releaseid\";s:2:\"23\";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:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";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:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"311\";s:9:\"releaseid\";s:2:\"13\";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:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";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:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"64\";s:9:\"releaseid\";s:2:\"10\";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:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-01-05\";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:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"58\";s:9:\"releaseid\";s:1:\"4\";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:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-12-15\";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:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"312\";s:9:\"releaseid\";s:2:\"19\";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:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";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:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"70\";s:9:\"releaseid\";s:2:\"17\";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:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";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:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"310\";s:9:\"releaseid\";s:2:\"26\";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:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-02-24\";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:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"76\";s:9:\"releaseid\";s:2:\"22\";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.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";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:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"57\";s:9:\"releaseid\";s:1:\"5\";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:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";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:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"308\";s:9:\"releaseid\";s:1:\"1\";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:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2021-01-15\";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:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"61\";s:9:\"releaseid\";s:2:\"14\";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:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";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:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";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:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"73\";s:9:\"releaseid\";s:2:\"10\";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:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";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:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";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:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"59\";s:9:\"releaseid\";s:1:\"6\";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:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-12-04\";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:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"54\";s:9:\"releaseid\";s:1:\"2\";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:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-12-04\";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:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-12-04\";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:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-12-04\";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\":15:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";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:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"65\";s:9:\"releaseid\";s:2:\"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:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-12-04\";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\":15:{s:2:\"id\";s:2:\"66\";s:9:\"releaseid\";s:2:\"12\";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:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-12-04\";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\":15:{s:2:\"id\";s:2:\"69\";s:9:\"releaseid\";s:2:\"16\";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:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-12-04\";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:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"71\";s:9:\"releaseid\";s:2:\"18\";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:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";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\";}}}','yes'),(157,'theme_mods_twentyseventeen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(100431,'wpcom_publish_posts_with_markdown','1','yes'),(240,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":5,\"critical\":2}','yes'),(174,'current_theme','Bridge','yes'),(175,'theme_mods_bridge','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:14:\"top-navigation\";i:3;s:19:\"left-top-navigation\";i:3;s:20:\"right-top-navigation\";i:3;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(176,'theme_switched','','yes'),(177,'qode_required_plugins','a:8:{i:0;s:11:\"js_composer\";i:1;s:9:\"elementor\";i:2;s:11:\"bridge-core\";i:3;s:11:\"LayerSlider\";i:4;s:9:\"revslider\";i:5;s:13:\"envato-market\";i:6;s:17:\"qode-twitter-feed\";i:7;s:21:\"qode-instagram-widget\";}','yes'),(182,'widget_qode_button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'widget_call_to_action_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(184,'widget_qode_icon_list_item','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_qode_icon_with_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_latest_posts_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_qode_latest_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(188,'widget_qode_panel_area_opener','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(189,'widget_qode_portfolio_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_related_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_qode_separator','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(192,'widget_qode_social_icon_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_qode_sticky_sidebar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(194,'qode_options_proya','a:1853:{s:20:\"enable_grid_elements\";s:2:\"no\";s:20:\"disable_google_fonts\";s:2:\"no\";s:12:\"google_fonts\";s:9:\"Open+Sans\";s:23:\"additional_google_fonts\";s:2:\"no\";s:23:\"additional_google_font1\";s:2:\"-1\";s:23:\"additional_google_font2\";s:2:\"-1\";s:23:\"additional_google_font3\";s:2:\"-1\";s:23:\"additional_google_font4\";s:2:\"-1\";s:23:\"additional_google_font5\";s:2:\"-1\";s:17:\"qode_custom_fonts\";s:0:\"\";s:11:\"first_color\";s:7:\"#6753c9\";s:12:\"second_color\";s:7:\"#9e9ef4\";s:11:\"third_color\";s:7:\"#c7459f\";s:12:\"fourth_color\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:22:\"background_color_boxes\";s:0:\"\";s:15:\"selection_color\";s:0:\"\";s:27:\"gradient_style1_start_color\";s:7:\"#31c8a2\";s:25:\"gradient_style1_end_color\";s:7:\"#ae66fd\";s:19:\"transparent_content\";s:2:\"no\";s:36:\"transparent_content_background_color\";s:0:\"\";s:36:\"transparent_content_background_image\";s:0:\"\";s:44:\"transparent_content_pattern_background_image\";s:0:\"\";s:19:\"overlapping_content\";s:2:\"no\";s:26:\"overlapping_content_amount\";s:0:\"\";s:27:\"overlapping_content_padding\";s:0:\"\";s:5:\"boxed\";s:2:\"no\";s:20:\"background_color_box\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:24:\"pattern_background_image\";s:0:\"\";s:8:\"paspartu\";s:2:\"no\";s:14:\"paspartu_color\";s:0:\"\";s:14:\"paspartu_width\";s:0:\"\";s:25:\"paspartu_header_alignment\";s:2:\"no\";s:22:\"paspartu_header_inside\";s:2:\"no\";s:29:\"vertical_menu_inside_paspartu\";s:3:\"yes\";s:25:\"paspartu_footer_alignment\";s:2:\"no\";s:15:\"paspartu_on_top\";s:3:\"yes\";s:21:\"paspartu_on_top_fixed\";s:2:\"no\";s:25:\"paspartu_on_bottom_slider\";s:2:\"no\";s:18:\"paspartu_on_bottom\";s:3:\"yes\";s:24:\"paspartu_on_bottom_fixed\";s:2:\"no\";s:25:\"enable_content_top_margin\";s:2:\"no\";s:21:\"initial_content_width\";s:9:\"grid_1100\";s:18:\"content_grid_lines\";s:4:\"none\";s:23:\"content_grid_lines_skin\";s:5:\"light\";s:22:\"qode_ui_scripts_option\";a:35:{i:0;s:0:\"\";i:1;s:14:\"jquery-ui-core\";i:2;s:16:\"jquery-ui-widget\";i:3;s:19:\"jquery-ui-accordion\";i:4;s:22:\"jquery-ui-autocomplete\";i:5;s:16:\"jquery-ui-button\";i:6;s:20:\"jquery-ui-datepicker\";i:7;s:16:\"jquery-ui-dialog\";i:8;s:19:\"jquery-ui-draggable\";i:9;s:19:\"jquery-ui-droppable\";i:10;s:14:\"jquery-ui-menu\";i:11;s:15:\"jquery-ui-mouse\";i:12;s:18:\"jquery-ui-position\";i:13;s:21:\"jquery-ui-progressbar\";i:14;s:20:\"jquery-ui-selectable\";i:15;s:19:\"jquery-ui-resizable\";i:16;s:18:\"jquery-ui-sortable\";i:17;s:16:\"jquery-ui-slider\";i:18;s:17:\"jquery-ui-spinner\";i:19;s:17:\"jquery-ui-tooltip\";i:20;s:14:\"jquery-ui-tabs\";i:21;s:19:\"jquery-effects-core\";i:22;s:20:\"jquery-effects-blind\";i:23;s:21:\"jquery-effects-bounce\";i:24;s:19:\"jquery-effects-clip\";i:25;s:19:\"jquery-effects-drop\";i:26;s:22:\"jquery-effects-explode\";i:27;s:19:\"jquery-effects-fade\";i:28;s:19:\"jquery-effects-fold\";i:29;s:24:\"jquery-effects-highlight\";i:30;s:22:\"jquery-effects-pulsate\";i:31;s:20:\"jquery-effects-scale\";i:32;s:20:\"jquery-effects-shake\";i:33;s:20:\"jquery-effects-slide\";i:34;s:23:\"jquery-effects-transfer\";}s:16:\"page_transitions\";s:1:\"0\";s:19:\"ajax_animate_header\";s:2:\"no\";s:19:\"page_loading_effect\";s:2:\"no\";s:17:\"loading_animation\";s:3:\"off\";s:25:\"loading_animation_spinner\";s:5:\"pulse\";s:13:\"spinner_color\";s:0:\"\";s:24:\"loading_background_color\";s:0:\"\";s:13:\"loading_image\";s:0:\"\";s:37:\"loading_animation_left_menu_alignment\";s:2:\"no\";s:13:\"smooth_scroll\";s:2:\"no\";s:27:\"elements_animation_on_touch\";s:2:\"no\";s:16:\"show_back_button\";s:3:\"yes\";s:14:\"responsiveness\";s:3:\"yes\";s:30:\"content_sidebar_responsiveness\";s:2:\"no\";s:13:\"favicon_image\";s:0:\"\";s:22:\"internal_no_ajax_links\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:14:\"custom_svg_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:21:\"google_analytics_code\";s:0:\"\";s:16:\"disable_qode_seo\";s:2:\"no\";s:13:\"meta_keywords\";s:56:\"yoga, charlotte yoga, yoga for beginners, lavender mat, \";s:16:\"meta_description\";s:59:\"Lavender Mat: Intuitive Yoga for Beginners in Charlotte, NC\";s:19:\"google_maps_api_key\";s:0:\"\";s:10:\"logo_image\";s:92:\"http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png\";s:16:\"logo_image_light\";s:92:\"http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png\";s:15:\"logo_image_dark\";s:92:\"http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png\";s:17:\"logo_image_sticky\";s:92:\"http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png\";s:23:\"logo_image_fixed_hidden\";s:0:\"\";s:17:\"logo_image_mobile\";s:0:\"\";s:20:\"vertical_logo_bottom\";s:0:\"\";s:25:\"logo_mobile_header_height\";s:0:\"\";s:18:\"logo_mobile_height\";s:0:\"\";s:13:\"vertical_area\";s:2:\"no\";s:14:\"header_in_grid\";s:3:\"yes\";s:24:\"header_bottom_appearance\";s:7:\"regular\";s:26:\"search_left_sidearea_right\";s:2:\"no\";s:24:\"scroll_amount_for_sticky\";s:3:\"255\";s:19:\"hide_initial_sticky\";s:2:\"no\";s:30:\"scroll_amount_for_fixed_hiding\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:17:\"center_logo_image\";s:2:\"no\";s:34:\"search_left_sidearea_right_regular\";s:2:\"no\";s:25:\"center_logo_image_animate\";s:2:\"no\";s:30:\"disable_text_shadow_for_sticky\";s:2:\"no\";s:13:\"header_height\";s:3:\"145\";s:20:\"header_height_scroll\";s:0:\"\";s:20:\"header_height_sticky\";s:2:\"75\";s:27:\"header_height_scroll_hidden\";s:0:\"\";s:32:\"header_fixed_top_logo_background\";s:0:\"\";s:12:\"header_style\";s:0:\"\";s:29:\"enable_header_style_on_scroll\";s:3:\"yes\";s:23:\"header_background_color\";s:7:\"#ffffff\";s:30:\"header_background_color_scroll\";s:0:\"\";s:30:\"header_background_color_sticky\";s:7:\"#ffffff\";s:38:\"header_background_transparency_initial\";s:0:\"\";s:37:\"header_background_transparency_scroll\";s:0:\"\";s:37:\"header_background_transparency_sticky\";s:0:\"\";s:26:\"header_bottom_border_color\";s:7:\"#ffffff\";s:32:\"header_botom_border_transparency\";s:0:\"\";s:27:\"header_botom_border_in_grid\";s:2:\"no\";s:20:\"sticky_mobile_header\";s:2:\"no\";s:21:\"menu_background_color\";s:0:\"\";s:32:\"dropdown_separator_beetwen_items\";s:2:\"no\";s:22:\"dropdown_border_around\";s:2:\"no\";s:22:\"header_separator_color\";s:0:\"\";s:25:\"dropdown_background_color\";s:0:\"\";s:32:\"dropdown_background_transparency\";s:0:\"\";s:27:\"enable_wide_manu_background\";s:2:\"no\";s:27:\"enable_full_width_wide_menu\";s:2:\"no\";s:13:\"enable_search\";s:2:\"no\";s:11:\"search_type\";s:29:\"search_slides_from_window_top\";s:13:\"search_height\";s:0:\"\";s:16:\"search_animation\";s:4:\"fade\";s:28:\"fullscreen_search_icon_color\";s:0:\"\";s:30:\"search_cover_only_bottom_yesno\";s:2:\"no\";s:16:\"search_icon_pack\";s:12:\"font_awesome\";s:23:\"search_background_color\";s:0:\"\";s:17:\"search_text_color\";s:0:\"\";s:26:\"search_text_disabled_color\";s:0:\"\";s:20:\"search_text_fontsize\";s:0:\"\";s:25:\"search_text_texttransform\";s:0:\"\";s:24:\"search_text_google_fonts\";s:2:\"-1\";s:21:\"search_text_fontstyle\";s:0:\"\";s:22:\"search_text_fontweight\";s:0:\"\";s:25:\"search_text_letterspacing\";s:0:\"\";s:23:\"search_label_text_color\";s:0:\"\";s:26:\"search_label_text_fontsize\";s:0:\"\";s:31:\"search_label_text_texttransform\";s:0:\"\";s:30:\"search_label_text_google_fonts\";s:2:\"-1\";s:27:\"search_label_text_fontstyle\";s:0:\"\";s:28:\"search_label_text_fontweight\";s:0:\"\";s:31:\"search_label_text_letterspacing\";s:0:\"\";s:23:\"header_search_icon_size\";s:0:\"\";s:17:\"search_icon_color\";s:0:\"\";s:23:\"search_icon_hover_color\";s:0:\"\";s:26:\"search_icon_disabled_color\";s:0:\"\";s:16:\"search_icon_size\";s:0:\"\";s:18:\"search_close_color\";s:0:\"\";s:24:\"search_close_hover_color\";s:0:\"\";s:17:\"search_close_size\";s:0:\"\";s:19:\"search_border_color\";s:0:\"\";s:25:\"search_border_focus_color\";s:0:\"\";s:16:\"enable_side_area\";s:2:\"no\";s:14:\"side_area_type\";s:32:\"side_area_uncovered_from_content\";s:26:\"side_area_button_icon_pack\";s:12:\"font_awesome\";s:19:\"side_area_icon_icon\";s:7:\"fa-bars\";s:22:\"side_area_icon_fe_icon\";s:0:\"\";s:25:\"side_area_icon_linea_icon\";s:0:\"\";s:23:\"side_area_icon_dripicon\";s:0:\"\";s:19:\"side_area_icon_kiko\";s:0:\"\";s:29:\"side_area_icon_font_awesome_5\";s:0:\"\";s:25:\"side_area_icon_svg_opener\";s:0:\"\";s:15:\"side_area_width\";s:0:\"\";s:31:\"side_area_content_overlay_color\";s:0:\"\";s:33:\"side_area_content_overlay_opacity\";s:0:\"\";s:34:\"side_area_slide_with_content_width\";s:9:\"width_470\";s:15:\"side_area_title\";s:0:\"\";s:26:\"side_area_background_color\";s:0:\"\";s:21:\"side_area_padding_top\";s:0:\"\";s:23:\"side_area_padding_right\";s:0:\"\";s:24:\"side_area_padding_bottom\";s:0:\"\";s:22:\"side_area_padding_left\";s:0:\"\";s:19:\"side_area_alignment\";s:0:\"\";s:20:\"side_area_text_color\";s:0:\"\";s:26:\"side_area_text_hover_color\";s:0:\"\";s:25:\"side_area_text_lineheight\";s:0:\"\";s:28:\"side_area_text_texttransform\";s:0:\"\";s:24:\"side_area_text_font_size\";s:0:\"\";s:29:\"side_area_text_letter_spacing\";s:0:\"\";s:26:\"side_area_text_font_weight\";s:0:\"\";s:21:\"side_area_title_color\";s:0:\"\";s:25:\"side_area_title_font_size\";s:0:\"\";s:30:\"side_area_title_letter_spacing\";s:0:\"\";s:27:\"side_area_title_font_weight\";s:0:\"\";s:26:\"side_area_close_icon_style\";s:0:\"\";s:17:\"enable_popup_menu\";s:2:\"no\";s:26:\"popup_menu_animation_style\";s:0:\"\";s:16:\"logo_image_popup\";s:0:\"\";s:25:\"font_icon_pack_icon_popup\";s:0:\"\";s:26:\"popup_menu_icon_svg_opener\";s:0:\"\";s:26:\"popup_menu_icon_svg_closer\";s:0:\"\";s:16:\"popup_menu_color\";s:0:\"\";s:22:\"popup_menu_hover_color\";s:0:\"\";s:33:\"popup_menu_hover_background_color\";s:0:\"\";s:23:\"popup_menu_google_fonts\";s:2:\"-1\";s:19:\"popup_menu_fontsize\";s:0:\"\";s:21:\"popup_menu_lineheight\";s:0:\"\";s:24:\"popup_menu_texttransform\";s:0:\"\";s:20:\"popup_menu_fontstyle\";s:0:\"\";s:21:\"popup_menu_fontweight\";s:0:\"\";s:24:\"popup_menu_letterspacing\";s:0:\"\";s:20:\"popup_menu_color_2nd\";s:0:\"\";s:26:\"popup_menu_hover_color_2nd\";s:0:\"\";s:37:\"popup_menu_hover_background_color_2nd\";s:0:\"\";s:27:\"popup_menu_google_fonts_2nd\";s:2:\"-1\";s:23:\"popup_menu_fontsize_2nd\";s:0:\"\";s:25:\"popup_menu_lineheight_2nd\";s:0:\"\";s:28:\"popup_menu_texttransform_2nd\";s:0:\"\";s:24:\"popup_menu_fontstyle_2nd\";s:0:\"\";s:25:\"popup_menu_fontweight_2nd\";s:0:\"\";s:28:\"popup_menu_letterspacing_2nd\";s:0:\"\";s:27:\"popup_menu_background_color\";s:0:\"\";s:34:\"popup_menu_background_transparency\";s:0:\"\";s:27:\"popup_menu_background_image\";s:0:\"\";s:29:\"popup_menu_close_button_color\";s:0:\"\";s:15:\"header_top_area\";s:2:\"no\";s:22:\"header_top_area_scroll\";s:2:\"no\";s:22:\"hide_top_bar_on_mobile\";s:2:\"no\";s:17:\"header_top_height\";s:0:\"\";s:27:\"header_top_background_color\";s:0:\"\";s:23:\"top_header_border_color\";s:0:\"\";s:24:\"top_header_border_weight\";s:0:\"\";s:23:\"top_header_area_padding\";s:0:\"\";s:18:\"vertical_area_type\";s:0:\"\";s:33:\"vertical_area_hidden_button_color\";s:0:\"\";s:38:\"vertical_area_hidden_button_margin_top\";s:0:\"\";s:19:\"vertical_area_width\";s:9:\"width_260\";s:26:\"vertical_area_transparency\";s:2:\"no\";s:34:\"vertical_area_submenu_opening_type\";s:0:\"\";s:39:\"vertical_area_vertically_center_content\";s:2:\"no\";s:24:\"vertical_area_background\";s:0:\"\";s:39:\"vertical_area_float_dropdown_bckg_color\";s:0:\"\";s:38:\"vertical_area_float_dropdown_alignment\";s:0:\"\";s:30:\"vertical_area_background_image\";s:0:\"\";s:24:\"vertical_area_text_color\";s:0:\"\";s:19:\"left_menu_alignment\";s:4:\"left\";s:19:\"vertical_menu_color\";s:0:\"\";s:24:\"vertical_menu_hovercolor\";s:0:\"\";s:26:\"vertical_menu_google_fonts\";s:2:\"-1\";s:22:\"vertical_menu_fontsize\";s:0:\"\";s:24:\"vertical_menu_lineheight\";s:0:\"\";s:23:\"vertical_menu_fontstyle\";s:0:\"\";s:24:\"vertical_menu_fontweight\";s:0:\"\";s:27:\"vertical_menu_letterspacing\";s:0:\"\";s:27:\"vertical_menu_texttransform\";s:0:\"\";s:23:\"vertical_dropdown_color\";s:0:\"\";s:28:\"vertical_dropdown_hovercolor\";s:0:\"\";s:30:\"vertical_dropdown_google_fonts\";s:2:\"-1\";s:26:\"vertical_dropdown_fontsize\";s:0:\"\";s:28:\"vertical_dropdown_lineheight\";s:0:\"\";s:27:\"vertical_dropdown_fontstyle\";s:0:\"\";s:28:\"vertical_dropdown_fontweight\";s:0:\"\";s:31:\"vertical_dropdown_letterspacing\";s:0:\"\";s:31:\"vertical_dropdown_texttransform\";s:0:\"\";s:32:\"vertical_dropdown_color_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_hovercolor_thirdlvl\";s:0:\"\";s:39:\"vertical_dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:35:\"vertical_dropdown_fontsize_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_lineheight_thirdlvl\";s:0:\"\";s:36:\"vertical_dropdown_fontstyle_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_fontweight_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_letterspacing_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_texttransform_thirdlvl\";s:0:\"\";s:22:\"mobile_separator_color\";s:7:\"#ffffff\";s:23:\"mobile_background_color\";s:7:\"#ffffff\";s:34:\"mobile_header_top_background_color\";s:0:\"\";s:28:\"mobile_menu_button_icon_pack\";s:12:\"font_awesome\";s:21:\"mobile_menu_icon_icon\";s:7:\"fa-bars\";s:24:\"mobile_menu_icon_fe_icon\";s:0:\"\";s:27:\"mobile_menu_icon_linea_icon\";s:0:\"\";s:25:\"mobile_menu_icon_dripicon\";s:0:\"\";s:21:\"mobile_menu_icon_kiko\";s:0:\"\";s:31:\"mobile_menu_icon_font_awesome_5\";s:0:\"\";s:20:\"header_buttons_color\";s:7:\"#000000\";s:26:\"header_buttons_hover_color\";s:7:\"#9e9ef4\";s:24:\"header_buttons_font_size\";s:0:\"\";s:19:\"header_buttons_size\";s:6:\"normal\";s:17:\"uncovering_footer\";s:2:\"no\";s:28:\"footer_main_image_background\";s:0:\"\";s:15:\"show_footer_top\";s:3:\"yes\";s:14:\"footer_in_grid\";s:3:\"yes\";s:18:\"footer_top_columns\";s:1:\"4\";s:21:\"footer_col1_alignment\";s:0:\"\";s:21:\"footer_col2_alignment\";s:0:\"\";s:21:\"footer_col3_alignment\";s:0:\"\";s:21:\"footer_col4_alignment\";s:0:\"\";s:30:\"advanced_footer_top_responsive\";s:2:\"no\";s:36:\"footer_top_responsive_advanced_width\";s:4:\"1000\";s:21:\"footer_top_responsive\";s:2:\"no\";s:27:\"footer_top_background_color\";s:7:\"#a8a4f6\";s:22:\"footer_top_title_color\";s:0:\"\";s:21:\"footer_top_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:7:\"#a8a4f6\";s:23:\"footer_image_background\";s:0:\"\";s:23:\"footer_top_border_color\";s:0:\"\";s:23:\"footer_top_border_width\";s:0:\"\";s:25:\"footer_top_border_in_grid\";s:2:\"no\";s:22:\"footer_top_padding_top\";s:0:\"\";s:24:\"footer_top_padding_right\";s:0:\"\";s:25:\"footer_top_padding_bottom\";s:0:\"\";s:23:\"footer_top_padding_left\";s:0:\"\";s:21:\"footer_angled_section\";s:2:\"no\";s:31:\"footer_angled_section_direction\";s:18:\"from_left_to_right\";s:38:\"footer_angled_section_background_color\";s:0:\"\";s:11:\"footer_text\";s:3:\"yes\";s:21:\"footer_bottom_in_grid\";s:2:\"no\";s:21:\"footer_bottom_columns\";s:1:\"1\";s:30:\"footer_bottom_background_color\";s:7:\"#a8a4f6\";s:24:\"footer_bottom_text_color\";s:7:\"#ffffff\";s:30:\"footer_bottom_link_hover_color\";s:7:\"#a8a4f6\";s:26:\"footer_bottom_border_color\";s:0:\"\";s:26:\"footer_bottom_border_width\";s:0:\"\";s:28:\"footer_bottom_border_in_grid\";s:2:\"no\";s:25:\"footer_bottom_padding_top\";s:0:\"\";s:27:\"footer_bottom_padding_right\";s:0:\"\";s:28:\"footer_bottom_padding_bottom\";s:0:\"\";s:26:\"footer_bottom_padding_left\";s:0:\"\";s:30:\"footer_bottom_image_background\";s:0:\"\";s:26:\"footer_custom_menu_spacing\";s:0:\"\";s:20:\"dont_show_page_title\";s:2:\"no\";s:18:\"animate_title_area\";s:2:\"no\";s:25:\"dont_show_page_title_text\";s:3:\"yes\";s:19:\"page_title_position\";s:6:\"center\";s:22:\"predefined_title_sizes\";s:6:\"medium\";s:17:\"title_text_shadow\";s:2:\"no\";s:17:\"title_text_margin\";s:0:\"\";s:22:\"title_background_color\";s:7:\"#ffffff\";s:11:\"title_image\";s:0:\"\";s:22:\"responsive_title_image\";s:2:\"no\";s:17:\"fixed_title_image\";s:2:\"no\";s:12:\"title_height\";s:3:\"100\";s:19:\"title_overlay_image\";s:0:\"\";s:15:\"title_separator\";s:2:\"no\";s:21:\"title_separator_color\";s:0:\"\";s:24:\"title_gradient_separator\";s:2:\"no\";s:21:\"title_separator_width\";s:0:\"\";s:19:\"enable_title_angled\";s:2:\"no\";s:30:\"title_angled_section_direction\";s:18:\"from_left_to_right\";s:26:\"title_angled_section_color\";s:0:\"\";s:24:\"border_bottom_title_area\";s:2:\"no\";s:30:\"border_bottom_title_area_color\";s:0:\"\";s:32:\"border_bottom_in_grid_title_area\";s:2:\"no\";s:18:\"margin_after_title\";s:2:\"60\";s:29:\"margin_after_title_responsive\";s:2:\"15\";s:18:\"enable_breadcrumbs\";s:2:\"no\";s:17:\"breadcrumbs_color\";s:0:\"\";s:35:\"page_title_whole_content_animations\";s:2:\"no\";s:35:\"page_title_whole_content_data_start\";s:0:\"\";s:43:\"page_title_whole_content_start_custom_style\";s:0:\"\";s:33:\"page_title_whole_content_data_end\";s:0:\"\";s:41:\"page_title_whole_content_end_custom_style\";s:0:\"\";s:21:\"page_title_animations\";s:2:\"no\";s:21:\"page_title_data_start\";s:0:\"\";s:29:\"page_title_start_custom_style\";s:0:\"\";s:19:\"page_title_data_end\";s:0:\"\";s:27:\"page_title_end_custom_style\";s:0:\"\";s:31:\"page_title_separator_animations\";s:2:\"no\";s:31:\"page_title_separator_data_start\";s:0:\"\";s:39:\"page_title_separator_start_custom_style\";s:0:\"\";s:29:\"page_title_separator_data_end\";s:0:\"\";s:37:\"page_title_separator_end_custom_style\";s:0:\"\";s:24:\"page_subtitle_animations\";s:2:\"no\";s:24:\"page_subtitle_data_start\";s:0:\"\";s:32:\"page_subtitle_start_custom_style\";s:0:\"\";s:22:\"page_subtitle_data_end\";s:0:\"\";s:30:\"page_subtitle_end_custom_style\";s:0:\"\";s:33:\"page_title_breadcrumbs_animations\";s:2:\"no\";s:33:\"page_title_breadcrumbs_data_start\";s:0:\"\";s:41:\"page_title_breadcrumbs_start_custom_style\";s:0:\"\";s:31:\"page_title_breadcrumbs_data_end\";s:0:\"\";s:39:\"page_title_breadcrumbs_end_custom_style\";s:0:\"\";s:8:\"h1_color\";s:0:\"\";s:11:\"h1_fontsize\";s:0:\"\";s:13:\"h1_lineheight\";s:0:\"\";s:16:\"h1_texttransform\";s:0:\"\";s:15:\"h1_google_fonts\";s:2:\"-1\";s:12:\"h1_fontstyle\";s:0:\"\";s:13:\"h1_fontweight\";s:0:\"\";s:16:\"h1_letterspacing\";s:0:\"\";s:8:\"h2_color\";s:7:\"#c7459f\";s:11:\"h2_fontsize\";s:2:\"23\";s:13:\"h2_lineheight\";s:2:\"30\";s:16:\"h2_texttransform\";s:9:\"uppercase\";s:15:\"h2_google_fonts\";s:2:\"-1\";s:12:\"h2_fontstyle\";s:6:\"normal\";s:13:\"h2_fontweight\";s:3:\"400\";s:16:\"h2_letterspacing\";s:1:\"3\";s:8:\"h3_color\";s:7:\"#6753c9\";s:11:\"h3_fontsize\";s:3:\"22 \";s:13:\"h3_lineheight\";s:2:\"30\";s:16:\"h3_texttransform\";s:9:\"uppercase\";s:15:\"h3_google_fonts\";s:2:\"-1\";s:12:\"h3_fontstyle\";s:6:\"normal\";s:13:\"h3_fontweight\";s:3:\"400\";s:16:\"h3_letterspacing\";s:1:\"3\";s:8:\"h4_color\";s:7:\"#9e9ef4\";s:11:\"h4_fontsize\";s:0:\"\";s:13:\"h4_lineheight\";s:0:\"\";s:16:\"h4_texttransform\";s:9:\"uppercase\";s:15:\"h4_google_fonts\";s:2:\"-1\";s:12:\"h4_fontstyle\";s:0:\"\";s:13:\"h4_fontweight\";s:3:\"500\";s:16:\"h4_letterspacing\";s:1:\"1\";s:8:\"h5_color\";s:7:\"#000000\";s:11:\"h5_fontsize\";s:2:\"15\";s:13:\"h5_lineheight\";s:0:\"\";s:16:\"h5_texttransform\";s:9:\"uppercase\";s:15:\"h5_google_fonts\";s:2:\"-1\";s:12:\"h5_fontstyle\";s:6:\"normal\";s:13:\"h5_fontweight\";s:3:\"400\";s:16:\"h5_letterspacing\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";s:11:\"h6_fontsize\";s:0:\"\";s:13:\"h6_lineheight\";s:0:\"\";s:16:\"h6_texttransform\";s:0:\"\";s:15:\"h6_google_fonts\";s:2:\"-1\";s:12:\"h6_fontstyle\";s:0:\"\";s:13:\"h6_fontweight\";s:0:\"\";s:16:\"h6_letterspacing\";s:0:\"\";s:18:\"h1_fontsize_tablet\";s:0:\"\";s:20:\"h1_lineheight_tablet\";s:0:\"\";s:23:\"h1_letterspacing_tablet\";s:0:\"\";s:18:\"h2_fontsize_tablet\";s:0:\"\";s:20:\"h2_lineheight_tablet\";s:0:\"\";s:23:\"h2_letterspacing_tablet\";s:0:\"\";s:18:\"h3_fontsize_tablet\";s:0:\"\";s:20:\"h3_lineheight_tablet\";s:0:\"\";s:23:\"h3_letterspacing_tablet\";s:0:\"\";s:18:\"h4_fontsize_tablet\";s:0:\"\";s:20:\"h4_lineheight_tablet\";s:0:\"\";s:23:\"h4_letterspacing_tablet\";s:0:\"\";s:18:\"h5_fontsize_tablet\";s:0:\"\";s:20:\"h5_lineheight_tablet\";s:0:\"\";s:23:\"h5_letterspacing_tablet\";s:0:\"\";s:18:\"h6_fontsize_tablet\";s:0:\"\";s:20:\"h6_lineheight_tablet\";s:0:\"\";s:23:\"h6_letterspacing_tablet\";s:0:\"\";s:18:\"h1_fontsize_mobile\";s:0:\"\";s:20:\"h1_lineheight_mobile\";s:0:\"\";s:23:\"h1_letterspacing_mobile\";s:0:\"\";s:18:\"h2_fontsize_mobile\";s:0:\"\";s:20:\"h2_lineheight_mobile\";s:0:\"\";s:23:\"h2_letterspacing_mobile\";s:0:\"\";s:18:\"h3_fontsize_mobile\";s:0:\"\";s:20:\"h3_lineheight_mobile\";s:0:\"\";s:23:\"h3_letterspacing_mobile\";s:0:\"\";s:18:\"h4_fontsize_mobile\";s:0:\"\";s:20:\"h4_lineheight_mobile\";s:0:\"\";s:23:\"h4_letterspacing_mobile\";s:0:\"\";s:18:\"h5_fontsize_mobile\";s:0:\"\";s:20:\"h5_lineheight_mobile\";s:0:\"\";s:23:\"h5_letterspacing_mobile\";s:0:\"\";s:18:\"h6_fontsize_mobile\";s:0:\"\";s:20:\"h6_lineheight_mobile\";s:0:\"\";s:23:\"h6_letterspacing_mobile\";s:0:\"\";s:10:\"text_color\";s:7:\"#000000\";s:13:\"text_fontsize\";s:2:\"14\";s:15:\"text_lineheight\";s:2:\"28\";s:17:\"text_google_fonts\";s:9:\"Open+Sans\";s:14:\"text_fontstyle\";s:6:\"normal\";s:15:\"text_fontweight\";s:3:\"400\";s:11:\"text_margin\";s:0:\"\";s:20:\"text_fontsize_tablet\";s:0:\"\";s:22:\"text_lineheight_tablet\";s:0:\"\";s:25:\"text_letterspacing_tablet\";s:0:\"\";s:20:\"text_fontsize_mobile\";s:0:\"\";s:22:\"text_lineheight_mobile\";s:0:\"\";s:25:\"text_letterspacing_mobile\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"link_hovercolor\";s:0:\"\";s:14:\"link_fontstyle\";s:0:\"\";s:15:\"link_fontweight\";s:0:\"\";s:19:\"link_fontdecoration\";s:0:\"\";s:10:\"menu_color\";s:0:\"\";s:15:\"menu_hovercolor\";s:0:\"\";s:16:\"menu_activecolor\";s:0:\"\";s:27:\"menu_hover_background_color\";s:0:\"\";s:17:\"menu_google_fonts\";s:2:\"-1\";s:13:\"menu_fontsize\";s:0:\"\";s:15:\"menu_lineheight\";s:0:\"\";s:40:\"menu_hover_background_color_transparency\";s:0:\"\";s:14:\"menu_fontstyle\";s:0:\"\";s:15:\"menu_fontweight\";s:0:\"\";s:18:\"menu_letterspacing\";s:0:\"\";s:19:\"menu_text_transform\";s:0:\"\";s:19:\"menu_underline_dash\";s:2:\"no\";s:25:\"menu_underline_dash_color\";s:0:\"\";s:25:\"menu_underline_dash_width\";s:0:\"\";s:26:\"menu_underline_dash_height\";s:0:\"\";s:29:\"menu_underline_dash_alignment\";s:6:\"center\";s:14:\"dropdown_color\";s:0:\"\";s:19:\"dropdown_hovercolor\";s:0:\"\";s:21:\"dropdown_google_fonts\";s:2:\"-1\";s:17:\"dropdown_fontsize\";s:0:\"\";s:19:\"dropdown_lineheight\";s:0:\"\";s:27:\"dropdown_padding_top_bottom\";s:0:\"\";s:18:\"dropdown_fontstyle\";s:0:\"\";s:19:\"dropdown_fontweight\";s:0:\"\";s:22:\"dropdown_letterspacing\";s:0:\"\";s:22:\"dropdown_texttransform\";s:0:\"\";s:19:\"dropdown_wide_color\";s:0:\"\";s:24:\"dropdown_wide_hovercolor\";s:0:\"\";s:26:\"dropdown_wide_google_fonts\";s:2:\"-1\";s:22:\"dropdown_wide_fontsize\";s:0:\"\";s:24:\"dropdown_wide_lineheight\";s:0:\"\";s:23:\"dropdown_wide_fontstyle\";s:0:\"\";s:24:\"dropdown_wide_fontweight\";s:0:\"\";s:27:\"dropdown_wide_letterspacing\";s:0:\"\";s:27:\"dropdown_wide_texttransform\";s:0:\"\";s:23:\"dropdown_color_thirdlvl\";s:0:\"\";s:28:\"dropdown_hovercolor_thirdlvl\";s:0:\"\";s:30:\"dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:26:\"dropdown_fontsize_thirdlvl\";s:0:\"\";s:28:\"dropdown_lineheight_thirdlvl\";s:0:\"\";s:27:\"dropdown_fontstyle_thirdlvl\";s:0:\"\";s:28:\"dropdown_fontweight_thirdlvl\";s:0:\"\";s:31:\"dropdown_letterspacing_thirdlvl\";s:0:\"\";s:31:\"dropdown_texttransform_thirdlvl\";s:0:\"\";s:11:\"fixed_color\";s:0:\"\";s:16:\"fixed_hovercolor\";s:0:\"\";s:18:\"fixed_google_fonts\";s:2:\"-1\";s:14:\"fixed_fontsize\";s:0:\"\";s:16:\"fixed_lineheight\";s:0:\"\";s:15:\"fixed_fontstyle\";s:0:\"\";s:16:\"fixed_fontweight\";s:0:\"\";s:19:\"fixed_letterspacing\";s:0:\"\";s:19:\"fixed_texttransform\";s:0:\"\";s:12:\"sticky_color\";s:0:\"\";s:17:\"sticky_hovercolor\";s:0:\"\";s:19:\"sticky_google_fonts\";s:2:\"-1\";s:15:\"sticky_fontsize\";s:0:\"\";s:17:\"sticky_lineheight\";s:0:\"\";s:16:\"sticky_fontstyle\";s:0:\"\";s:17:\"sticky_fontweight\";s:0:\"\";s:20:\"sticky_letterspacing\";s:0:\"\";s:20:\"sticky_texttransform\";s:0:\"\";s:12:\"mobile_color\";s:0:\"\";s:17:\"mobile_hovercolor\";s:0:\"\";s:19:\"mobile_google_fonts\";s:2:\"-1\";s:15:\"mobile_fontsize\";s:0:\"\";s:17:\"mobile_lineheight\";s:0:\"\";s:16:\"mobile_fontstyle\";s:0:\"\";s:17:\"mobile_fontweight\";s:0:\"\";s:21:\"mobile_letter_spacing\";s:0:\"\";s:20:\"mobile_texttransform\";s:0:\"\";s:21:\"top_header_text_color\";s:0:\"\";s:27:\"top_header_text_hover_color\";s:0:\"\";s:27:\"top_header_text_font_family\";s:2:\"-1\";s:25:\"top_header_text_font_size\";s:0:\"\";s:27:\"top_header_text_line_height\";s:0:\"\";s:26:\"top_header_text_font_style\";s:0:\"\";s:27:\"top_header_text_font_weight\";s:0:\"\";s:30:\"top_header_text_letter_spacing\";s:0:\"\";s:29:\"top_header_text_texttransform\";s:0:\"\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:19:\"page_title_fontsize\";s:0:\"\";s:21:\"page_title_lineheight\";s:0:\"\";s:24:\"page_title_texttransform\";s:0:\"\";s:23:\"page_title_google_fonts\";s:2:\"-1\";s:20:\"page_title_fontstyle\";s:0:\"\";s:21:\"page_title_fontweight\";s:0:\"\";s:24:\"page_title_letterspacing\";s:0:\"\";s:26:\"page_title_medium_fontsize\";s:0:\"\";s:28:\"page_title_medium_lineheight\";s:0:\"\";s:28:\"page_title_medium_fontweight\";s:0:\"\";s:31:\"page_title_medium_letterspacing\";s:0:\"\";s:31:\"page_title_medium_texttransform\";s:0:\"\";s:25:\"page_title_large_fontsize\";s:0:\"\";s:27:\"page_title_large_lineheight\";s:0:\"\";s:27:\"page_title_large_fontweight\";s:0:\"\";s:30:\"page_title_large_letterspacing\";s:0:\"\";s:30:\"page_title_large_texttransform\";s:0:\"\";s:21:\"small_tablet_title_fs\";s:0:\"\";s:21:\"small_tablet_title_lh\";s:0:\"\";s:21:\"small_mobile_title_fs\";s:0:\"\";s:21:\"small_mobile_title_lh\";s:0:\"\";s:22:\"medium_tablet_title_fs\";s:0:\"\";s:22:\"medium_tablet_title_lh\";s:0:\"\";s:22:\"medium_mobile_title_fs\";s:0:\"\";s:22:\"medium_mobile_title_lh\";s:0:\"\";s:21:\"large_tablet_title_fs\";s:0:\"\";s:21:\"large_tablet_title_lh\";s:0:\"\";s:21:\"large_mobile_title_fs\";s:0:\"\";s:21:\"large_mobile_title_lh\";s:0:\"\";s:19:\"page_subtitle_color\";s:0:\"\";s:22:\"page_subtitle_fontsize\";s:0:\"\";s:24:\"page_subtitle_lineheight\";s:0:\"\";s:28:\"page_subtitle_letter_spacing\";s:0:\"\";s:25:\"page_subtitle_font_family\";s:2:\"-1\";s:24:\"page_subtitle_font_style\";s:0:\"\";s:24:\"page_subtitle_fontweight\";s:0:\"\";s:28:\"page_subtitle_text_transform\";s:0:\"\";s:28:\"page_subtitle_large_fontsize\";s:0:\"\";s:30:\"page_subtitle_large_lineheight\";s:0:\"\";s:30:\"page_subtitle_large_fontweight\";s:0:\"\";s:27:\"page_text_above_title_color\";s:0:\"\";s:30:\"page_text_above_title_fontsize\";s:0:\"\";s:32:\"page_text_above_title_lineheight\";s:0:\"\";s:35:\"page_text_above_title_letterspacing\";s:0:\"\";s:33:\"page_text_above_title_font_family\";s:2:\"-1\";s:32:\"page_text_above_title_font_style\";s:0:\"\";s:32:\"page_text_above_title_fontweight\";s:0:\"\";s:35:\"page_text_above_title_texttransform\";s:0:\"\";s:36:\"page_text_above_title_large_fontsize\";s:0:\"\";s:38:\"page_text_above_title_large_lineheight\";s:0:\"\";s:38:\"page_text_above_title_large_fontweight\";s:0:\"\";s:18:\"footer_title_color\";s:0:\"\";s:22:\"footer_title_font_size\";s:0:\"\";s:27:\"footer_title_letter_spacing\";s:0:\"\";s:24:\"footer_title_line_height\";s:0:\"\";s:24:\"footer_title_font_family\";s:2:\"-1\";s:23:\"footer_title_font_style\";s:0:\"\";s:24:\"footer_title_font_weight\";s:0:\"\";s:27:\"footer_title_text_transform\";s:0:\"\";s:21:\"footer_text_font_size\";s:0:\"\";s:26:\"footer_text_letter_spacing\";s:0:\"\";s:23:\"footer_text_line_height\";s:0:\"\";s:23:\"footer_text_font_family\";s:2:\"-1\";s:22:\"footer_text_font_style\";s:0:\"\";s:23:\"footer_text_font_weight\";s:0:\"\";s:26:\"footer_text_text_transform\";s:0:\"\";s:21:\"footer_link_font_size\";s:0:\"\";s:26:\"footer_link_letter_spacing\";s:0:\"\";s:23:\"footer_link_line_height\";s:0:\"\";s:23:\"footer_link_font_family\";s:2:\"-1\";s:22:\"footer_link_font_style\";s:0:\"\";s:23:\"footer_link_font_weight\";s:0:\"\";s:26:\"footer_link_text_transform\";s:0:\"\";s:28:\"footer_bottom_text_font_size\";s:0:\"\";s:33:\"footer_bottom_text_letter_spacing\";s:0:\"\";s:30:\"footer_bottom_text_line_height\";s:0:\"\";s:30:\"footer_bottom_text_font_family\";s:2:\"-1\";s:29:\"footer_bottom_text_font_style\";s:0:\"\";s:30:\"footer_bottom_text_font_weight\";s:0:\"\";s:33:\"footer_bottom_text_text_transform\";s:0:\"\";s:28:\"footer_bottom_link_font_size\";s:0:\"\";s:33:\"footer_bottom_link_letter_spacing\";s:0:\"\";s:30:\"footer_bottom_link_line_height\";s:0:\"\";s:30:\"footer_bottom_link_font_family\";s:2:\"-1\";s:29:\"footer_bottom_link_font_style\";s:0:\"\";s:30:\"footer_bottom_link_font_weight\";s:0:\"\";s:33:\"footer_bottom_link_text_transform\";s:0:\"\";s:22:\"portfolio_filter_color\";s:0:\"\";s:28:\"portfolio_filter_hover_color\";s:0:\"\";s:26:\"portfolio_filter_font_size\";s:0:\"\";s:28:\"portfolio_filter_line_height\";s:0:\"\";s:31:\"portfolio_filter_text_transform\";s:0:\"\";s:28:\"portfolio_filter_font_family\";s:2:\"-1\";s:27:\"portfolio_filter_font_style\";s:0:\"\";s:28:\"portfolio_filter_font_weight\";s:0:\"\";s:31:\"portfolio_filter_letter_spacing\";s:0:\"\";s:15:\"separator_color\";s:0:\"\";s:28:\"separator_color_transparency\";s:0:\"\";s:19:\"separator_thickness\";s:0:\"\";s:19:\"separator_topmargin\";s:0:\"\";s:22:\"separator_bottommargin\";s:0:\"\";s:21:\"separator_small_color\";s:0:\"\";s:34:\"separator_small_color_transparency\";s:0:\"\";s:25:\"separator_small_thickness\";s:0:\"\";s:21:\"separator_small_width\";s:0:\"\";s:25:\"separator_small_topmargin\";s:0:\"\";s:28:\"separator_small_bottommargin\";s:0:\"\";s:25:\"separator_with_icon_color\";s:0:\"\";s:32:\"separator_with_icon_transparency\";s:0:\"\";s:29:\"separator_with_icon_thickness\";s:0:\"\";s:25:\"separator_with_icon_width\";s:0:\"\";s:29:\"separator_with_icon_topmargin\";s:0:\"\";s:32:\"separator_with_icon_bottommargin\";s:0:\"\";s:18:\"button_title_color\";s:0:\"\";s:23:\"button_title_hovercolor\";s:0:\"\";s:25:\"button_title_google_fonts\";s:2:\"-1\";s:21:\"button_title_fontsize\";s:0:\"\";s:23:\"button_title_lineheight\";s:0:\"\";s:22:\"button_title_fontstyle\";s:0:\"\";s:23:\"button_title_fontweight\";s:0:\"\";s:27:\"button_title_letter_spacing\";s:0:\"\";s:27:\"button_title_text_transform\";s:0:\"\";s:22:\"button_backgroundcolor\";s:0:\"\";s:28:\"button_backgroundcolor_hover\";s:0:\"\";s:19:\"button_border_color\";s:0:\"\";s:25:\"button_border_hover_color\";s:0:\"\";s:19:\"button_border_width\";s:0:\"\";s:20:\"button_border_radius\";s:0:\"\";s:24:\"button_padding_leftright\";s:0:\"\";s:33:\"button_disable_responsive_padding\";s:2:\"no\";s:23:\"button_white_text_color\";s:0:\"\";s:29:\"button_white_text_color_hover\";s:0:\"\";s:29:\"button_white_background_color\";s:0:\"\";s:35:\"button_white_background_color_hover\";s:0:\"\";s:25:\"button_white_border_color\";s:0:\"\";s:31:\"button_white_border_color_hover\";s:0:\"\";s:23:\"button_green_text_color\";s:0:\"\";s:29:\"button_green_text_color_hover\";s:0:\"\";s:29:\"button_green_background_color\";s:0:\"\";s:35:\"button_green_background_color_hover\";s:0:\"\";s:25:\"button_green_border_color\";s:0:\"\";s:31:\"button_green_border_color_hover\";s:0:\"\";s:23:\"small_button_lineheight\";s:0:\"\";s:21:\"small_button_fontsize\";s:0:\"\";s:23:\"small_button_fontweight\";s:0:\"\";s:20:\"small_button_padding\";s:0:\"\";s:26:\"small_button_border_radius\";s:0:\"\";s:23:\"large_button_lineheight\";s:0:\"\";s:21:\"large_button_fontsize\";s:0:\"\";s:23:\"large_button_fontweight\";s:0:\"\";s:20:\"large_button_padding\";s:0:\"\";s:26:\"large_button_border_radius\";s:0:\"\";s:27:\"big_large_button_lineheight\";s:0:\"\";s:25:\"big_large_button_fontsize\";s:0:\"\";s:27:\"big_large_button_fontweight\";s:0:\"\";s:24:\"big_large_button_padding\";s:0:\"\";s:30:\"big_large_button_border_radius\";s:0:\"\";s:19:\"message_title_color\";s:7:\"#000000\";s:23:\"message_backgroundcolor\";s:7:\"#a8a4f6\";s:26:\"message_title_google_fonts\";s:2:\"-1\";s:22:\"message_title_fontsize\";s:0:\"\";s:24:\"message_title_lineheight\";s:0:\"\";s:23:\"message_title_fontstyle\";s:0:\"\";s:24:\"message_title_fontweight\";s:0:\"\";s:18:\"message_icon_color\";s:7:\"#000000\";s:21:\"message_icon_fontsize\";s:0:\"\";s:30:\"quote_link_blockqoute_fontsize\";s:0:\"\";s:32:\"quote_link_blockqoute_lineheight\";s:0:\"\";s:35:\"quote_link_blockqoute_letterspacing\";s:0:\"\";s:35:\"quote_link_blockqoute_texttransform\";s:0:\"\";s:32:\"quote_link_blockqoute_fontfamily\";s:2:\"-1\";s:31:\"quote_link_blockqoute_fontstyle\";s:0:\"\";s:32:\"quote_link_blockqoute_fontweight\";s:0:\"\";s:21:\"blockquote_font_color\";s:0:\"\";s:27:\"blockquote_background_color\";s:7:\"#a8a4f6\";s:23:\"blockquote_border_color\";s:0:\"\";s:27:\"blockquote_quote_icon_color\";s:0:\"\";s:17:\"social_icon_color\";s:0:\"\";s:28:\"social_icon_background_color\";s:0:\"\";s:24:\"social_icon_border_color\";s:0:\"\";s:38:\"testimonaials_navigation_border_radius\";s:0:\"\";s:23:\"testimonials_text_color\";s:0:\"\";s:23:\"testimonaials_font_size\";s:0:\"\";s:29:\"testimonials_text_line_height\";s:0:\"\";s:32:\"testimonials_text_text_transform\";s:0:\"\";s:29:\"testimonials_text_font_family\";s:2:\"-1\";s:28:\"testimonials_text_font_style\";s:0:\"\";s:29:\"testimonials_text_font_weight\";s:0:\"\";s:32:\"testimonials_text_letter_spacing\";s:0:\"\";s:25:\"testimonials_author_color\";s:0:\"\";s:29:\"testimonials_author_font_size\";s:0:\"\";s:31:\"testimonials_author_line_height\";s:0:\"\";s:34:\"testimonials_author_text_transform\";s:0:\"\";s:31:\"testimonials_author_font_family\";s:2:\"-1\";s:30:\"testimonials_author_font_style\";s:0:\"\";s:31:\"testimonials_author_font_weight\";s:0:\"\";s:34:\"testimonials_author_letter_spacing\";s:0:\"\";s:13:\"counter_color\";s:0:\"\";s:18:\"counter_text_color\";s:0:\"\";s:23:\"counter_separator_color\";s:0:\"\";s:18:\"counters_font_size\";s:0:\"\";s:20:\"counters_font_family\";s:2:\"-1\";s:19:\"counters_fontweight\";s:0:\"\";s:23:\"counters_text_font_size\";s:0:\"\";s:25:\"counters_text_font_family\";s:2:\"-1\";s:24:\"counters_text_fontweight\";s:0:\"\";s:27:\"counters_text_texttransform\";s:0:\"\";s:27:\"counters_text_letterspacing\";s:0:\"\";s:24:\"counters_text_lineheight\";s:0:\"\";s:32:\"progress_bar_horizontal_fontsize\";s:0:\"\";s:34:\"progress_bar_horizontal_fontweight\";s:0:\"\";s:19:\"pie_charts_fontsize\";s:0:\"\";s:21:\"pie_charts_fontweight\";s:0:\"\";s:10:\"tabs_color\";s:0:\"\";s:16:\"tabs_hover_color\";s:0:\"\";s:17:\"tabs_active_color\";s:0:\"\";s:14:\"tabs_text_size\";s:0:\"\";s:16:\"tabs_line_height\";s:0:\"\";s:19:\"tabs_text_transform\";s:0:\"\";s:16:\"tabs_font_family\";s:2:\"-1\";s:15:\"tabs_font_style\";s:0:\"\";s:15:\"tabs_fontweight\";s:0:\"\";s:19:\"tabs_letter_spacing\";s:0:\"\";s:17:\"tabs_border_color\";s:0:\"\";s:18:\"tabs_border_radius\";s:0:\"\";s:17:\"tabs_border_width\";s:0:\"\";s:10:\"tags_color\";s:0:\"\";s:14:\"tags_font_size\";s:0:\"\";s:16:\"tags_line_height\";s:0:\"\";s:19:\"tags_text_transform\";s:0:\"\";s:16:\"tags_font_family\";s:2:\"-1\";s:15:\"tags_font_style\";s:0:\"\";s:16:\"tags_font_weight\";s:0:\"\";s:19:\"tags_letter_spacing\";s:0:\"\";s:16:\"tags_hover_color\";s:0:\"\";s:21:\"tags_background_color\";s:0:\"\";s:27:\"tags_background_hover_color\";s:0:\"\";s:18:\"tags_border_radius\";s:0:\"\";s:17:\"tags_border_color\";s:0:\"\";s:23:\"tags_border_hover_color\";s:0:\"\";s:17:\"tags_border_width\";s:0:\"\";s:17:\"tags_border_style\";s:0:\"\";s:23:\"tags_left_right_padding\";s:0:\"\";s:37:\"process_circle_hover_background_color\";s:0:\"\";s:34:\"process_text_in_circle_font_weight\";s:0:\"\";s:24:\"process_text_hover_color\";s:0:\"\";s:22:\"input_background_color\";s:0:\"\";s:18:\"input_border_color\";s:0:\"\";s:16:\"input_text_color\";s:0:\"\";s:15:\"highlight_color\";s:0:\"\";s:29:\"toggle_title_background_color\";s:0:\"\";s:35:\"toggle_title_hover_background_color\";s:0:\"\";s:34:\"toggle_title_text_background_color\";s:0:\"\";s:40:\"toggle_title_hover_text_background_color\";s:0:\"\";s:26:\"qode_back_to_top_icon_pack\";s:12:\"font_awesome\";s:31:\"qode_back_to_top_icon_pack_icon\";s:11:\"fa-arrow-up\";s:34:\"qode_back_to_top_icon_pack_fe_icon\";s:0:\"\";s:37:\"qode_back_to_top_icon_pack_linea_icon\";s:0:\"\";s:35:\"qode_back_to_top_icon_pack_dripicon\";s:0:\"\";s:31:\"qode_back_to_top_icon_pack_kiko\";s:0:\"\";s:41:\"qode_back_to_top_icon_pack_font_awesome_5\";s:0:\"\";s:22:\"back_to_top_icon_color\";s:0:\"\";s:28:\"back_to_top_icon_hover_color\";s:0:\"\";s:28:\"back_to_top_background_color\";s:0:\"\";s:34:\"back_to_top_background_hover_color\";s:0:\"\";s:35:\"back_to_top_background_transparency\";s:0:\"\";s:41:\"back_to_top_background_hover_transparency\";s:0:\"\";s:24:\"back_to_top_border_color\";s:0:\"\";s:30:\"back_to_top_border_hover_color\";s:0:\"\";s:24:\"back_to_top_border_width\";s:0:\"\";s:25:\"back_to_top_border_radius\";s:0:\"\";s:31:\"back_to_top_border_transparency\";s:0:\"\";s:37:\"back_to_top_border_hover_transparency\";s:0:\"\";s:18:\"back_to_top_height\";s:0:\"\";s:17:\"back_to_top_width\";s:0:\"\";s:21:\"back_to_top_right_pos\";s:0:\"\";s:22:\"back_to_top_bottom_pos\";s:0:\"\";s:20:\"navigation_area_size\";s:0:\"\";s:23:\"navigation_button_width\";s:0:\"\";s:24:\"navigation_button_height\";s:0:\"\";s:26:\"navigation_button_position\";s:0:\"\";s:22:\"navigation_arrow_color\";s:0:\"\";s:29:\"navigation_arrow_transparency\";s:0:\"\";s:28:\"navigation_arrow_hover_color\";s:0:\"\";s:35:\"navigation_arrow_hover_transparency\";s:0:\"\";s:21:\"navigation_arrow_size\";s:0:\"\";s:27:\"navigation_background_color\";s:0:\"\";s:34:\"navigation_background_transparency\";s:0:\"\";s:33:\"navigation_background_hover_color\";s:0:\"\";s:40:\"navigation_background_hover_transparency\";s:0:\"\";s:23:\"navigation_border_color\";s:0:\"\";s:30:\"navigation_border_transparency\";s:0:\"\";s:29:\"navigation_border_hover_color\";s:0:\"\";s:36:\"navigation_border_hover_transparency\";s:0:\"\";s:23:\"navigation_border_width\";s:0:\"\";s:24:\"navigation_border_radius\";s:0:\"\";s:32:\"carousel_navigation_button_width\";s:0:\"\";s:33:\"carousel_navigation_button_height\";s:0:\"\";s:35:\"carousel_navigation_button_position\";s:0:\"\";s:31:\"carousel_navigation_arrow_color\";s:0:\"\";s:38:\"carousel_navigation_arrow_transparency\";s:0:\"\";s:37:\"carousel_navigation_arrow_hover_color\";s:0:\"\";s:44:\"carousel_navigation_arrow_hover_transparency\";s:0:\"\";s:30:\"carousel_navigation_arrow_size\";s:0:\"\";s:36:\"carousel_navigation_background_color\";s:0:\"\";s:43:\"carousel_navigation_background_transparency\";s:0:\"\";s:42:\"carousel_navigation_background_hover_color\";s:0:\"\";s:49:\"carousel_navigation_background_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_color\";s:0:\"\";s:39:\"carousel_navigation_border_transparency\";s:0:\"\";s:38:\"carousel_navigation_border_hover_color\";s:0:\"\";s:45:\"carousel_navigation_border_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_width\";s:0:\"\";s:33:\"carousel_navigation_border_radius\";s:0:\"\";s:37:\"single_slider_navigation_button_width\";s:0:\"\";s:38:\"single_slider_navigation_button_height\";s:0:\"\";s:40:\"single_slider_navigation_button_position\";s:0:\"\";s:36:\"single_slider_navigation_arrow_color\";s:0:\"\";s:43:\"single_slider_navigation_arrow_transparency\";s:0:\"\";s:42:\"single_slider_navigation_arrow_hover_color\";s:0:\"\";s:49:\"single_slider_navigation_arrow_hover_transparency\";s:0:\"\";s:35:\"single_slider_navigation_arrow_size\";s:0:\"\";s:41:\"single_slider_navigation_background_color\";s:0:\"\";s:48:\"single_slider_navigation_background_transparency\";s:0:\"\";s:47:\"single_slider_navigation_background_hover_color\";s:0:\"\";s:54:\"single_slider_navigation_background_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_color\";s:0:\"\";s:44:\"single_slider_navigation_border_transparency\";s:0:\"\";s:43:\"single_slider_navigation_border_hover_color\";s:0:\"\";s:50:\"single_slider_navigation_border_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_width\";s:0:\"\";s:38:\"single_slider_navigation_border_radius\";s:0:\"\";s:33:\"slider_circle_navigation_position\";s:0:\"\";s:23:\"button_navigation_color\";s:0:\"\";s:30:\"button_navigation_active_color\";s:0:\"\";s:22:\"button_navigation_size\";s:0:\"\";s:31:\"button_navigation_border_radius\";s:0:\"\";s:30:\"button_navigation_border_color\";s:0:\"\";s:37:\"button_navigation_active_border_color\";s:0:\"\";s:30:\"button_bullet_navigation_color\";s:0:\"\";s:37:\"button_bullet_navigation_active_color\";s:0:\"\";s:29:\"button_bullet_navigation_size\";s:0:\"\";s:38:\"button_bullet_navigation_border_radius\";s:0:\"\";s:37:\"button_bullet_navigation_border_color\";s:0:\"\";s:44:\"button_bullet_navigation_active_border_color\";s:0:\"\";s:21:\"masonry_gallery_space\";s:0:\"\";s:38:\"masonry_gallery_square_big_title_color\";s:0:\"\";s:42:\"masonry_gallery_square_big_title_font_size\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_line_height\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_text_transform\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_family\";s:2:\"-1\";s:43:\"masonry_gallery_square_big_title_font_style\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_weight\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_big_title_margin_bottom\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_color\";s:0:\"\";s:41:\"masonry_gallery_square_big_text_font_size\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_line_height\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_family\";s:2:\"-1\";s:42:\"masonry_gallery_square_big_text_font_style\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_weight\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_letter_spacing\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_big_button_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_button_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_letter_spacing\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_hover_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_background_color\";s:0:\"\";s:56:\"masonry_gallery_square_big_button_hover_background_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_color\";s:0:\"\";s:52:\"masonry_gallery_square_big_button_hover_border_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_width\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_border_radius\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_padding_left\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_padding_right\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_margin_top\";s:0:\"\";s:37:\"masonry_gallery_square_big_icon_color\";s:0:\"\";s:43:\"masonry_gallery_square_big_icon_hover_color\";s:0:\"\";s:36:\"masonry_gallery_square_big_icon_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_icon_margin_bottom\";s:0:\"\";s:40:\"masonry_gallery_square_big_overlay_color\";s:0:\"\";s:47:\"masonry_gallery_square_big_overlay_transparency\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_align\";s:6:\"center\";s:39:\"masonry_gallery_square_big_padding_left\";s:0:\"\";s:40:\"masonry_gallery_square_big_padding_right\";s:0:\"\";s:40:\"masonry_gallery_square_small_title_color\";s:0:\"\";s:44:\"masonry_gallery_square_small_title_font_size\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_line_height\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_text_transform\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_family\";s:2:\"-1\";s:45:\"masonry_gallery_square_small_title_font_style\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_weight\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_letter_spacing\";s:0:\"\";s:48:\"masonry_gallery_square_small_title_margin_bottom\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_color\";s:0:\"\";s:43:\"masonry_gallery_square_small_text_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_small_text_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_letter_spacing\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_family\";s:2:\"-1\";s:46:\"masonry_gallery_square_small_button_font_style\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_weight\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_button_font_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_line_height\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_hover_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_background_color\";s:0:\"\";s:58:\"masonry_gallery_square_small_button_hover_background_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_color\";s:0:\"\";s:54:\"masonry_gallery_square_small_button_hover_border_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_width\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_border_radius\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_padding_left\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_padding_right\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_margin_top\";s:0:\"\";s:39:\"masonry_gallery_square_small_icon_color\";s:0:\"\";s:45:\"masonry_gallery_square_small_icon_hover_color\";s:0:\"\";s:38:\"masonry_gallery_square_small_icon_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_icon_margin_bottom\";s:0:\"\";s:42:\"masonry_gallery_square_small_overlay_color\";s:0:\"\";s:49:\"masonry_gallery_square_small_overlay_transparency\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_align\";s:6:\"center\";s:41:\"masonry_gallery_square_small_padding_left\";s:0:\"\";s:42:\"masonry_gallery_square_small_padding_right\";s:0:\"\";s:46:\"masonry_gallery_rectangle_portrait_title_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_portrait_title_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_portrait_title_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_title_margin_bottom\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_color\";s:0:\"\";s:49:\"masonry_gallery_rectangle_portrait_text_font_size\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_line_height\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_family\";s:2:\"-1\";s:50:\"masonry_gallery_rectangle_portrait_text_font_style\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_weight\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_portrait_button_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_button_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_letter_spacing\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_hover_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_background_color\";s:0:\"\";s:64:\"masonry_gallery_rectangle_portrait_button_hover_background_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_color\";s:0:\"\";s:60:\"masonry_gallery_rectangle_portrait_button_hover_border_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_width\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_border_radius\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_padding_left\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_padding_right\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_margin_top\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_icon_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_icon_hover_color\";s:0:\"\";s:44:\"masonry_gallery_rectangle_portrait_icon_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_icon_margin_bottom\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_overlay_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_overlay_transparency\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_align\";s:6:\"center\";s:47:\"masonry_gallery_rectangle_portrait_padding_left\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_padding_right\";s:0:\"\";s:47:\"masonry_gallery_rectangle_landscape_title_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_landscape_title_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_text_transform\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_landscape_title_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_letter_spacing\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_title_margin_bottom\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_landscape_text_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_landscape_text_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_family\";s:2:\"-1\";s:53:\"masonry_gallery_rectangle_landscape_button_font_style\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_weight\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_button_font_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_line_height\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_hover_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_background_color\";s:0:\"\";s:65:\"masonry_gallery_rectangle_landscape_button_hover_background_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_color\";s:0:\"\";s:61:\"masonry_gallery_rectangle_landscape_button_hover_border_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_width\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_border_radius\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_padding_left\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_padding_right\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_margin_top\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_icon_color\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_icon_hover_color\";s:0:\"\";s:45:\"masonry_gallery_rectangle_landscape_icon_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_icon_margin_bottom\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_overlay_color\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_overlay_transparency\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_align\";s:6:\"center\";s:48:\"masonry_gallery_rectangle_landscape_padding_left\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_padding_right\";s:0:\"\";s:27:\"fss_navigation_button_width\";s:0:\"\";s:28:\"fss_navigation_button_height\";s:0:\"\";s:30:\"fss_navigation_button_position\";s:0:\"\";s:33:\"fss_navigation_button_up_position\";s:0:\"\";s:35:\"fss_navigation_button_down_position\";s:0:\"\";s:26:\"fss_navigation_arrow_color\";s:0:\"\";s:33:\"fss_navigation_arrow_transparency\";s:0:\"\";s:32:\"fss_navigation_arrow_hover_color\";s:0:\"\";s:39:\"fss_navigation_arrow_hover_transparency\";s:0:\"\";s:25:\"fss_navigation_arrow_size\";s:0:\"\";s:31:\"fss_navigation_background_color\";s:0:\"\";s:38:\"fss_navigation_background_transparency\";s:0:\"\";s:37:\"fss_navigation_background_hover_color\";s:0:\"\";s:44:\"fss_navigation_background_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_color\";s:0:\"\";s:34:\"fss_navigation_border_transparency\";s:0:\"\";s:33:\"fss_navigation_border_hover_color\";s:0:\"\";s:40:\"fss_navigation_border_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_width\";s:0:\"\";s:28:\"fss_navigation_border_radius\";s:0:\"\";s:19:\"button_v2_font_size\";s:0:\"\";s:21:\"button_v2_line_height\";s:0:\"\";s:24:\"button_v2_letter_spacing\";s:0:\"\";s:21:\"button_v2_font_family\";s:2:\"-1\";s:24:\"button_v2_text_transform\";s:4:\"none\";s:20:\"button_v2_font_style\";s:6:\"normal\";s:21:\"button_v2_font_weight\";s:0:\"\";s:23:\"button_v2_border_radius\";s:0:\"\";s:17:\"button_v2_padding\";s:0:\"\";s:23:\"btn_v2_solid_text_color\";s:0:\"\";s:29:\"btn_v2_solid_hover_text_color\";s:0:\"\";s:21:\"btn_v2_solid_bg_color\";s:0:\"\";s:27:\"btn_v2_solid_hover_bg_color\";s:0:\"\";s:30:\"btn_v2_solid_icon_border_color\";s:0:\"\";s:36:\"btn_v2_solid_icon_border_hover_color\";s:0:\"\";s:26:\"btn_v2_solid_icon_bg_color\";s:0:\"\";s:32:\"btn_v2_solid_icon_bg_hover_color\";s:0:\"\";s:21:\"breadcrumbs_font_size\";s:0:\"\";s:23:\"breadcrumbs_line_height\";s:0:\"\";s:21:\"breadcrumbs_transform\";s:0:\"\";s:23:\"breadcrumbs_font_family\";s:2:\"-1\";s:22:\"breadcrumbs_font_style\";s:0:\"\";s:23:\"breadcrumbs_font_weight\";s:0:\"\";s:26:\"breadcrumbs_letter_spacing\";s:0:\"\";s:26:\"breadcrumbs_delimiter_sign\";s:0:\"\";s:34:\"testimonial_carousel_border_radius\";s:0:\"\";s:37:\"testimonial_carousel_background_color\";s:0:\"\";s:13:\"tc_text_color\";s:0:\"\";s:17:\"tc_text_font_size\";s:0:\"\";s:19:\"tc_text_line_height\";s:0:\"\";s:17:\"tc_text_transform\";s:0:\"\";s:19:\"tc_text_font_family\";s:2:\"-1\";s:18:\"tc_text_font_style\";s:0:\"\";s:19:\"tc_text_font_weight\";s:0:\"\";s:22:\"tc_text_letter_spacing\";s:0:\"\";s:15:\"tc_author_color\";s:0:\"\";s:19:\"tc_author_font_size\";s:0:\"\";s:21:\"tc_author_line_height\";s:0:\"\";s:19:\"tc_author_transform\";s:0:\"\";s:21:\"tc_author_font_family\";s:2:\"-1\";s:20:\"tc_author_font_style\";s:0:\"\";s:21:\"tc_author_font_weight\";s:0:\"\";s:24:\"tc_author_letter_spacing\";s:0:\"\";s:22:\"accordions_font_family\";s:2:\"-1\";s:25:\"accordions_text_transform\";s:4:\"none\";s:21:\"accordions_font_style\";s:6:\"normal\";s:25:\"accordions_letter_spacing\";s:0:\"\";s:22:\"accordions_font_weight\";s:0:\"\";s:22:\"accordions_title_color\";s:0:\"\";s:21:\"accordions_back_color\";s:0:\"\";s:29:\"accordions_title_color_active\";s:0:\"\";s:28:\"accordions_back_color_active\";s:0:\"\";s:35:\"advanced_pricing_table_border_color\";s:0:\"\";s:37:\"advanced_pricing_table_odd_bckg_color\";s:0:\"\";s:38:\"advanced_pricing_table_even_bckg_color\";s:0:\"\";s:19:\"advanced_tabs_color\";s:0:\"\";s:24:\"advanced_tabs_bckg_color\";s:0:\"\";s:25:\"advanced_tabs_hover_color\";s:0:\"\";s:30:\"advanced_tabs_hover_bckg_color\";s:0:\"\";s:39:\"comparative_features_table_border_color\";s:0:\"\";s:41:\"comparative_features_table_odd_bckg_color\";s:0:\"\";s:42:\"comparative_features_table_even_bckg_color\";s:0:\"\";s:42:\"comparative_features_table_btn_font_family\";s:2:\"-1\";s:40:\"comparative_features_table_btn_font_size\";s:0:\"\";s:42:\"comparative_features_table_btn_font_weight\";s:0:\"\";s:41:\"comparative_features_table_btn_font_style\";s:0:\"\";s:45:\"comparative_features_table_btn_text_transform\";s:0:\"\";s:45:\"comparative_features_table_btn_letter_spacing\";s:0:\"\";s:36:\"comparative_features_table_btn_color\";s:0:\"\";s:42:\"comparative_features_table_btn_hover_color\";s:0:\"\";s:29:\"numbered_process_border_color\";s:0:\"\";s:29:\"numbered_process_border_width\";s:0:\"\";s:29:\"numbered_process_number_color\";s:0:\"\";s:33:\"numbered_process_number_font_size\";s:0:\"\";s:40:\"numbered_process_number_background_color\";s:0:\"\";s:34:\"numbered_process_item_border_color\";s:0:\"\";s:34:\"numbered_process_item_border_width\";s:0:\"\";s:31:\"pricing_calculator_border_color\";s:0:\"\";s:42:\"pricing_calculator_left_section_bckg_color\";s:0:\"\";s:43:\"pricing_calculator_right_section_bckg_color\";s:0:\"\";s:31:\"pricing_calculator_switch_color\";s:0:\"\";s:38:\"pricing_calculator_switch_active_color\";s:0:\"\";s:36:\"pricing_calculator_price_font_family\";s:2:\"-1\";s:34:\"pricing_calculator_price_font_size\";s:0:\"\";s:36:\"pricing_calculator_price_font_weight\";s:0:\"\";s:35:\"pricing_calculator_price_font_style\";s:0:\"\";s:39:\"pricing_calculator_price_letter_spacing\";s:0:\"\";s:30:\"pricing_calculator_price_color\";s:0:\"\";s:25:\"report_sheet_border_color\";s:0:\"\";s:20:\"rs_header_bckg_color\";s:0:\"\";s:17:\"rs_odd_bckg_color\";s:0:\"\";s:18:\"rs_even_bckg_color\";s:0:\"\";s:18:\"rs_btn_font_family\";s:2:\"-1\";s:26:\"report_sheet_btn_font_size\";s:0:\"\";s:18:\"rs_btn_font_weight\";s:0:\"\";s:17:\"rs_btn_font_style\";s:0:\"\";s:21:\"rs_btn_text_transform\";s:0:\"\";s:27:\"rs_table_btn_letter_spacing\";s:0:\"\";s:12:\"rs_btn_color\";s:0:\"\";s:18:\"rs_btn_hover_color\";s:0:\"\";s:19:\"sq_text_font_family\";s:2:\"-1\";s:17:\"sq_text_font_size\";s:0:\"\";s:19:\"sq_text_font_weight\";s:0:\"\";s:19:\"sq_text_line_height\";s:0:\"\";s:18:\"sq_text_font_style\";s:0:\"\";s:22:\"sq_text_text_transform\";s:0:\"\";s:22:\"sq_text_letter_spacing\";s:0:\"\";s:13:\"sq_text_color\";s:0:\"\";s:21:\"sq_author_font_family\";s:2:\"-1\";s:19:\"sq_author_font_size\";s:0:\"\";s:21:\"sq_author_font_weight\";s:0:\"\";s:21:\"sq_author_line_height\";s:0:\"\";s:20:\"sq_author_font_style\";s:0:\"\";s:24:\"sq_author_text_transform\";s:0:\"\";s:24:\"sq_author_letter_spacing\";s:0:\"\";s:15:\"sq_author_color\";s:0:\"\";s:22:\"video_box_circle_color\";s:0:\"\";s:28:\"video_box_circle_hover_color\";s:0:\"\";s:20:\"video_box_icon_color\";s:0:\"\";s:26:\"video_box_icon_hover_color\";s:0:\"\";s:22:\"video_box_border_width\";s:0:\"\";s:22:\"video_box_border_color\";s:0:\"\";s:28:\"video_box_border_hover_color\";s:0:\"\";s:22:\"video_box_height_width\";s:0:\"\";s:19:\"sidebar_title_color\";s:0:\"\";s:22:\"sidebar_title_fontsize\";s:0:\"\";s:24:\"sidebar_title_lineheight\";s:0:\"\";s:27:\"sidebar_title_texttransform\";s:0:\"\";s:26:\"sidebar_title_google_fonts\";s:2:\"-1\";s:23:\"sidebar_title_fontstyle\";s:0:\"\";s:24:\"sidebar_title_fontweight\";s:0:\"\";s:27:\"sidebar_title_letterspacing\";s:0:\"\";s:18:\"sidebar_text_color\";s:0:\"\";s:21:\"sidebar_text_fontsize\";s:0:\"\";s:23:\"sidebar_text_lineheight\";s:0:\"\";s:26:\"sidebar_text_texttransform\";s:0:\"\";s:25:\"sidebar_text_google_fonts\";s:2:\"-1\";s:22:\"sidebar_text_fontstyle\";s:0:\"\";s:23:\"sidebar_text_fontweight\";s:0:\"\";s:26:\"sidebar_text_letterspacing\";s:0:\"\";s:18:\"sidebar_link_color\";s:0:\"\";s:24:\"sidebar_link_hover_color\";s:0:\"\";s:21:\"sidebar_link_fontsize\";s:0:\"\";s:23:\"sidebar_link_lineheight\";s:0:\"\";s:26:\"sidebar_link_texttransform\";s:0:\"\";s:25:\"sidebar_link_google_fonts\";s:2:\"-1\";s:22:\"sidebar_link_fontstyle\";s:0:\"\";s:23:\"sidebar_link_fontweight\";s:0:\"\";s:26:\"sidebar_link_letterspacing\";s:0:\"\";s:23:\"qs_slider_height_tablet\";s:0:\"\";s:23:\"qs_slider_height_mobile\";s:0:\"\";s:15:\"qs_button_color\";s:0:\"\";s:21:\"qs_button_hover_color\";s:0:\"\";s:26:\"qs_button_background_color\";s:0:\"\";s:32:\"qs_button_hover_background_color\";s:0:\"\";s:22:\"qs_button_border_color\";s:0:\"\";s:28:\"qs_button_hover_border_color\";s:0:\"\";s:22:\"qs_button_border_width\";s:0:\"\";s:23:\"qs_button_border_radius\";s:0:\"\";s:16:\"qs_button2_color\";s:0:\"\";s:22:\"qs_button2_hover_color\";s:0:\"\";s:27:\"qs_button2_background_color\";s:0:\"\";s:33:\"qs_button2_hover_background_color\";s:0:\"\";s:23:\"qs_button2_border_color\";s:0:\"\";s:29:\"qs_button2_hover_border_color\";s:0:\"\";s:23:\"qs_button2_border_width\";s:0:\"\";s:24:\"qs_button2_border_radius\";s:0:\"\";s:18:\"qs_v2_button_color\";s:0:\"\";s:24:\"qs_v2_button_hover_color\";s:0:\"\";s:29:\"qs_v2_button_background_color\";s:0:\"\";s:35:\"qs_v2_button_hover_background_color\";s:0:\"\";s:35:\"qs_v2_button_icon_left_border_color\";s:0:\"\";s:41:\"qs_v2_button_hover_icon_left_border_color\";s:0:\"\";s:34:\"qs_v2_button_icon_background_color\";s:0:\"\";s:40:\"qs_v2_button_hover_icon_background_color\";s:0:\"\";s:19:\"qs_v2_button2_color\";s:0:\"\";s:25:\"qs_v2_button2_hover_color\";s:0:\"\";s:30:\"qs_v2_button2_background_color\";s:0:\"\";s:36:\"qs_v2_button2_hover_background_color\";s:0:\"\";s:36:\"qs_v2_button2_icon_left_border_color\";s:0:\"\";s:42:\"qs_v2_button2_hover_icon_left_border_color\";s:0:\"\";s:35:\"qs_v2_button2_icon_background_color\";s:0:\"\";s:41:\"qs_v2_button2_hover_icon_background_color\";s:0:\"\";s:34:\"qs_enable_navigation_custom_cursor\";s:2:\"no\";s:33:\"cursor_image_left_right_area_size\";s:0:\"\";s:24:\"cursor_image_left_normal\";s:0:\"\";s:25:\"cursor_image_right_normal\";s:0:\"\";s:23:\"cursor_image_left_light\";s:0:\"\";s:24:\"cursor_image_right_light\";s:0:\"\";s:22:\"cursor_image_left_dark\";s:0:\"\";s:23:\"cursor_image_right_dark\";s:0:\"\";s:39:\"qs_enable_navigation_custom_cursor_grab\";s:2:\"no\";s:24:\"cursor_image_grab_normal\";s:0:\"\";s:23:\"cursor_image_grab_light\";s:0:\"\";s:22:\"cursor_image_grab_dark\";s:0:\"\";s:21:\"inter_page_navigation\";s:2:\"no\";s:29:\"inter_page_navigation_in_grid\";s:2:\"no\";s:38:\"inter_page_navigation_background_color\";s:0:\"\";s:25:\"inter_page_icons_gradient\";s:2:\"no\";s:20:\"inter_page_back_link\";s:7:\"no-link\";s:19:\"inter_page_order_by\";s:10:\"post_title\";s:22:\"search_results_columns\";s:10:\"one-column\";s:22:\"search_results_spacing\";s:2:\"no\";s:10:\"pagination\";s:1:\"1\";s:10:\"blog_style\";s:1:\"1\";s:21:\"category_blog_sidebar\";s:7:\"default\";s:18:\"blog_hide_comments\";s:2:\"no\";s:16:\"blog_hide_author\";s:2:\"no\";s:9:\"qode_like\";s:2:\"on\";s:15:\"blog_page_range\";s:0:\"\";s:15:\"number_of_chars\";s:2:\"45\";s:23:\"number_of_chars_masonry\";s:0:\"\";s:27:\"number_of_chars_large_image\";s:0:\"\";s:27:\"number_of_chars_small_image\";s:0:\"\";s:21:\"blog_content_position\";s:23:\"content_above_blog_list\";s:18:\"pagination_masonry\";s:10:\"pagination\";s:19:\"blog_masonry_filter\";s:2:\"no\";s:20:\"blog_masonry_padding\";s:0:\"\";s:28:\"blog_large_image_text_in_box\";s:0:\"\";s:23:\"blog_large_image_border\";s:0:\"\";s:29:\"blog_large_image_border_width\";s:0:\"\";s:33:\"blog_large_image_background_color\";s:0:\"\";s:29:\"blog_large_image_border_color\";s:0:\"\";s:28:\"blog_large_image_title_color\";s:0:\"\";s:34:\"blog_large_image_title_hover_color\";s:0:\"\";s:33:\"blog_large_image_title_date_color\";s:0:\"\";s:31:\"blog_large_image_title_fontsize\";s:0:\"\";s:33:\"blog_large_image_title_lineheight\";s:0:\"\";s:36:\"blog_large_image_title_texttransform\";s:0:\"\";s:35:\"blog_large_image_title_google_fonts\";s:2:\"-1\";s:32:\"blog_large_image_title_fontstyle\";s:0:\"\";s:33:\"blog_large_image_title_fontweight\";s:0:\"\";s:36:\"blog_large_image_title_letterspacing\";s:0:\"\";s:32:\"blog_large_image_post_info_color\";s:0:\"\";s:37:\"blog_large_image_post_info_link_color\";s:0:\"\";s:43:\"blog_large_image_post_info_link_hover_color\";s:0:\"\";s:35:\"blog_large_image_post_info_fontsize\";s:0:\"\";s:37:\"blog_large_image_post_info_lineheight\";s:0:\"\";s:40:\"blog_large_image_post_info_texttransform\";s:0:\"\";s:39:\"blog_large_image_post_info_google_fonts\";s:2:\"-1\";s:36:\"blog_large_image_post_info_fontstyle\";s:0:\"\";s:37:\"blog_large_image_post_info_fontweight\";s:0:\"\";s:40:\"blog_large_image_post_info_letterspacing\";s:0:\"\";s:35:\"blog_large_image_ql_post_info_color\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_link_color\";s:0:\"\";s:46:\"blog_large_image_ql_post_info_link_hover_color\";s:0:\"\";s:38:\"blog_large_image_ql_post_info_fontsize\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_lineheight\";s:0:\"\";s:43:\"blog_large_image_ql_post_info_texttransform\";s:0:\"\";s:42:\"blog_large_image_ql_post_info_google_fonts\";s:2:\"-1\";s:39:\"blog_large_image_ql_post_info_fontstyle\";s:0:\"\";s:40:\"blog_large_image_ql_post_info_fontweight\";s:0:\"\";s:43:\"blog_large_image_ql_post_info_letterspacing\";s:0:\"\";s:28:\"blog_small_image_text_in_box\";s:0:\"\";s:23:\"blog_small_image_border\";s:0:\"\";s:29:\"blog_small_image_border_width\";s:0:\"\";s:33:\"blog_small_image_background_color\";s:0:\"\";s:29:\"blog_small_image_border_color\";s:0:\"\";s:28:\"blog_small_image_title_color\";s:0:\"\";s:34:\"blog_small_image_title_hover_color\";s:0:\"\";s:33:\"blog_small_image_title_date_color\";s:0:\"\";s:31:\"blog_small_image_title_fontsize\";s:0:\"\";s:33:\"blog_small_image_title_lineheight\";s:0:\"\";s:36:\"blog_small_image_title_texttransform\";s:0:\"\";s:35:\"blog_small_image_title_google_fonts\";s:2:\"-1\";s:32:\"blog_small_image_title_fontstyle\";s:0:\"\";s:33:\"blog_small_image_title_fontweight\";s:0:\"\";s:36:\"blog_small_image_title_letterspacing\";s:0:\"\";s:32:\"blog_small_image_post_info_color\";s:0:\"\";s:37:\"blog_small_image_post_info_link_color\";s:0:\"\";s:43:\"blog_small_image_post_info_link_hover_color\";s:0:\"\";s:35:\"blog_small_image_post_info_fontsize\";s:0:\"\";s:37:\"blog_small_image_post_info_lineheight\";s:0:\"\";s:40:\"blog_small_image_post_info_texttransform\";s:0:\"\";s:39:\"blog_small_image_post_info_google_fonts\";s:2:\"-1\";s:36:\"blog_small_image_post_info_fontstyle\";s:0:\"\";s:37:\"blog_small_image_post_info_fontweight\";s:0:\"\";s:40:\"blog_small_image_post_info_letterspacing\";s:0:\"\";s:35:\"blog_small_image_ql_post_info_color\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_link_color\";s:0:\"\";s:46:\"blog_small_image_ql_post_info_link_hover_color\";s:0:\"\";s:38:\"blog_small_image_ql_post_info_fontsize\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_lineheight\";s:0:\"\";s:43:\"blog_small_image_ql_post_info_texttransform\";s:0:\"\";s:42:\"blog_small_image_ql_post_info_google_fonts\";s:2:\"-1\";s:39:\"blog_small_image_ql_post_info_fontstyle\";s:0:\"\";s:40:\"blog_small_image_ql_post_info_fontweight\";s:0:\"\";s:43:\"blog_small_image_ql_post_info_letterspacing\";s:0:\"\";s:29:\"blog_masonry_background_color\";s:0:\"\";s:25:\"blog_masonry_border_color\";s:0:\"\";s:26:\"blog_masonry_border_radius\";s:0:\"\";s:24:\"blog_masonry_title_color\";s:0:\"\";s:30:\"blog_masonry_title_hover_color\";s:0:\"\";s:27:\"blog_masonry_title_fontsize\";s:0:\"\";s:29:\"blog_masonry_title_lineheight\";s:0:\"\";s:32:\"blog_masonry_title_texttransform\";s:0:\"\";s:31:\"blog_masonry_title_google_fonts\";s:2:\"-1\";s:28:\"blog_masonry_title_fontstyle\";s:0:\"\";s:29:\"blog_masonry_title_fontweight\";s:0:\"\";s:32:\"blog_masonry_title_letterspacing\";s:0:\"\";s:28:\"blog_masonry_post_info_color\";s:0:\"\";s:33:\"blog_masonry_post_info_link_color\";s:0:\"\";s:39:\"blog_masonry_post_info_link_hover_color\";s:0:\"\";s:31:\"blog_masonry_post_info_fontsize\";s:0:\"\";s:33:\"blog_masonry_post_info_lineheight\";s:0:\"\";s:36:\"blog_masonry_post_info_texttransform\";s:0:\"\";s:35:\"blog_masonry_post_info_google_fonts\";s:2:\"-1\";s:32:\"blog_masonry_post_info_fontstyle\";s:0:\"\";s:33:\"blog_masonry_post_info_fontweight\";s:0:\"\";s:36:\"blog_masonry_post_info_letterspacing\";s:0:\"\";s:31:\"blog_masonry_ql_post_info_color\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_link_color\";s:0:\"\";s:42:\"blog_masonry_ql_post_info_link_hover_color\";s:0:\"\";s:34:\"blog_masonry_ql_post_info_fontsize\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_lineheight\";s:0:\"\";s:39:\"blog_masonry_ql_post_info_texttransform\";s:0:\"\";s:38:\"blog_masonry_ql_post_info_google_fonts\";s:2:\"-1\";s:35:\"blog_masonry_ql_post_info_fontstyle\";s:0:\"\";s:36:\"blog_masonry_ql_post_info_fontweight\";s:0:\"\";s:39:\"blog_masonry_ql_post_info_letterspacing\";s:0:\"\";s:32:\"blog_masonry_gallery_title_color\";s:0:\"\";s:38:\"blog_masonry_gallery_title_hover_color\";s:0:\"\";s:35:\"blog_masonry_gallery_title_fontsize\";s:0:\"\";s:37:\"blog_masonry_gallery_title_lineheight\";s:0:\"\";s:40:\"blog_masonry_gallery_title_texttransform\";s:0:\"\";s:39:\"blog_masonry_gallery_title_google_fonts\";s:2:\"-1\";s:36:\"blog_masonry_gallery_title_fontstyle\";s:0:\"\";s:37:\"blog_masonry_gallery_title_fontweight\";s:0:\"\";s:40:\"blog_masonry_gallery_title_letterspacing\";s:0:\"\";s:36:\"blog_masonry_gallery_post_info_color\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_link_color\";s:0:\"\";s:47:\"blog_masonry_gallery_post_info_link_hover_color\";s:0:\"\";s:39:\"blog_masonry_gallery_post_info_fontsize\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_lineheight\";s:0:\"\";s:44:\"blog_masonry_gallery_post_info_texttransform\";s:0:\"\";s:43:\"blog_masonry_gallery_post_info_google_fonts\";s:2:\"-1\";s:40:\"blog_masonry_gallery_post_info_fontstyle\";s:0:\"\";s:41:\"blog_masonry_gallery_post_info_fontweight\";s:0:\"\";s:44:\"blog_masonry_gallery_post_info_letterspacing\";s:0:\"\";s:39:\"blog_masonry_gallery_ql_post_info_color\";s:0:\"\";s:42:\"blog_masonry_gallery_ql_post_info_fontsize\";s:0:\"\";s:44:\"blog_masonry_gallery_ql_post_info_lineheight\";s:0:\"\";s:47:\"blog_masonry_gallery_ql_post_info_texttransform\";s:0:\"\";s:46:\"blog_masonry_gallery_ql_post_info_google_fonts\";s:2:\"-1\";s:43:\"blog_masonry_gallery_ql_post_info_fontstyle\";s:0:\"\";s:44:\"blog_masonry_gallery_ql_post_info_fontweight\";s:0:\"\";s:47:\"blog_masonry_gallery_ql_post_info_letterspacing\";s:0:\"\";s:24:\"blog_gallery_title_color\";s:0:\"\";s:30:\"blog_gallery_title_hover_color\";s:0:\"\";s:27:\"blog_gallery_title_fontsize\";s:0:\"\";s:29:\"blog_gallery_title_lineheight\";s:0:\"\";s:32:\"blog_gallery_title_texttransform\";s:0:\"\";s:31:\"blog_gallery_title_google_fonts\";s:2:\"-1\";s:28:\"blog_gallery_title_fontstyle\";s:0:\"\";s:29:\"blog_gallery_title_fontweight\";s:0:\"\";s:32:\"blog_gallery_title_letterspacing\";s:0:\"\";s:28:\"blog_gallery_post_info_color\";s:0:\"\";s:33:\"blog_gallery_post_info_link_color\";s:0:\"\";s:39:\"blog_gallery_post_info_link_hover_color\";s:0:\"\";s:31:\"blog_gallery_post_info_fontsize\";s:0:\"\";s:33:\"blog_gallery_post_info_lineheight\";s:0:\"\";s:36:\"blog_gallery_post_info_texttransform\";s:0:\"\";s:35:\"blog_gallery_post_info_google_fonts\";s:2:\"-1\";s:32:\"blog_gallery_post_info_fontstyle\";s:0:\"\";s:33:\"blog_gallery_post_info_fontweight\";s:0:\"\";s:36:\"blog_gallery_post_info_letterspacing\";s:0:\"\";s:26:\"blog_chequered_title_color\";s:0:\"\";s:32:\"blog_chequered_title_hover_color\";s:0:\"\";s:29:\"blog_chequered_title_fontsize\";s:0:\"\";s:31:\"blog_chequered_title_lineheight\";s:0:\"\";s:34:\"blog_chequered_title_texttransform\";s:0:\"\";s:33:\"blog_chequered_title_google_fonts\";s:2:\"-1\";s:30:\"blog_chequered_title_fontstyle\";s:0:\"\";s:31:\"blog_chequered_title_fontweight\";s:0:\"\";s:34:\"blog_chequered_title_letterspacing\";s:0:\"\";s:30:\"blog_chequered_post_info_color\";s:0:\"\";s:35:\"blog_chequered_post_info_link_color\";s:0:\"\";s:41:\"blog_chequered_post_info_link_hover_color\";s:0:\"\";s:33:\"blog_chequered_post_info_fontsize\";s:0:\"\";s:35:\"blog_chequered_post_info_lineheight\";s:0:\"\";s:38:\"blog_chequered_post_info_texttransform\";s:0:\"\";s:37:\"blog_chequered_post_info_google_fonts\";s:2:\"-1\";s:34:\"blog_chequered_post_info_fontstyle\";s:0:\"\";s:35:\"blog_chequered_post_info_fontweight\";s:0:\"\";s:38:\"blog_chequered_post_info_letterspacing\";s:0:\"\";s:33:\"blog_chequered_ql_post_info_color\";s:0:\"\";s:36:\"blog_chequered_ql_post_info_fontsize\";s:0:\"\";s:38:\"blog_chequered_ql_post_info_lineheight\";s:0:\"\";s:41:\"blog_chequered_ql_post_info_texttransform\";s:0:\"\";s:40:\"blog_chequered_ql_post_info_google_fonts\";s:2:\"-1\";s:37:\"blog_chequered_ql_post_info_fontstyle\";s:0:\"\";s:38:\"blog_chequered_ql_post_info_fontweight\";s:0:\"\";s:41:\"blog_chequered_ql_post_info_letterspacing\";s:0:\"\";s:41:\"blog_large_image_simple_side_padding_left\";s:0:\"\";s:42:\"blog_large_image_simple_side_padding_right\";s:0:\"\";s:35:\"blog_large_image_simple_title_color\";s:0:\"\";s:41:\"blog_large_image_simple_title_hover_color\";s:0:\"\";s:38:\"blog_large_image_simple_title_fontsize\";s:0:\"\";s:40:\"blog_large_image_simple_title_lineheight\";s:0:\"\";s:43:\"blog_large_image_simple_title_texttransform\";s:0:\"\";s:42:\"blog_large_image_simple_title_google_fonts\";s:2:\"-1\";s:39:\"blog_large_image_simple_title_fontstyle\";s:0:\"\";s:40:\"blog_large_image_simple_title_fontweight\";s:0:\"\";s:43:\"blog_large_image_simple_title_letterspacing\";s:0:\"\";s:39:\"blog_large_image_simple_post_info_color\";s:0:\"\";s:42:\"blog_large_image_simple_post_info_fontsize\";s:0:\"\";s:44:\"blog_large_image_simple_post_info_lineheight\";s:0:\"\";s:47:\"blog_large_image_simple_post_info_texttransform\";s:0:\"\";s:46:\"blog_large_image_simple_post_info_google_fonts\";s:2:\"-1\";s:43:\"blog_large_image_simple_post_info_fontstyle\";s:0:\"\";s:44:\"blog_large_image_simple_post_info_fontweight\";s:0:\"\";s:47:\"blog_large_image_simple_post_info_letterspacing\";s:0:\"\";s:42:\"blog_large_image_simple_ql_post_info_color\";s:0:\"\";s:45:\"blog_large_image_simple_ql_post_info_fontsize\";s:0:\"\";s:47:\"blog_large_image_simple_ql_post_info_lineheight\";s:0:\"\";s:50:\"blog_large_image_simple_ql_post_info_texttransform\";s:0:\"\";s:49:\"blog_large_image_simple_ql_post_info_google_fonts\";s:2:\"-1\";s:46:\"blog_large_image_simple_ql_post_info_fontstyle\";s:0:\"\";s:47:\"blog_large_image_simple_ql_post_info_fontweight\";s:0:\"\";s:50:\"blog_large_image_simple_ql_post_info_letterspacing\";s:0:\"\";s:42:\"blog_large_image_dividers_background_color\";s:0:\"\";s:37:\"blog_large_image_dividers_title_color\";s:0:\"\";s:43:\"blog_large_image_dividers_title_hover_color\";s:0:\"\";s:40:\"blog_large_image_dividers_title_fontsize\";s:0:\"\";s:42:\"blog_large_image_dividers_title_lineheight\";s:0:\"\";s:45:\"blog_large_image_dividers_title_texttransform\";s:0:\"\";s:44:\"blog_large_image_dividers_title_google_fonts\";s:2:\"-1\";s:41:\"blog_large_image_dividers_title_fontstyle\";s:0:\"\";s:42:\"blog_large_image_dividers_title_fontweight\";s:0:\"\";s:45:\"blog_large_image_dividers_title_letterspacing\";s:0:\"\";s:41:\"blog_large_image_dividers_post_info_color\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_link_color\";s:0:\"\";s:52:\"blog_large_image_dividers_post_info_link_hover_color\";s:0:\"\";s:44:\"blog_large_image_dividers_post_info_fontsize\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_lineheight\";s:0:\"\";s:49:\"blog_large_image_dividers_post_info_texttransform\";s:0:\"\";s:48:\"blog_large_image_dividers_post_info_google_fonts\";s:2:\"-1\";s:45:\"blog_large_image_dividers_post_info_fontstyle\";s:0:\"\";s:46:\"blog_large_image_dividers_post_info_fontweight\";s:0:\"\";s:49:\"blog_large_image_dividers_post_info_letterspacing\";s:0:\"\";s:44:\"blog_large_image_dividers_ql_post_info_color\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_link_color\";s:0:\"\";s:55:\"blog_large_image_dividers_ql_post_info_link_hover_color\";s:0:\"\";s:47:\"blog_large_image_dividers_ql_post_info_fontsize\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_lineheight\";s:0:\"\";s:52:\"blog_large_image_dividers_ql_post_info_texttransform\";s:0:\"\";s:51:\"blog_large_image_dividers_ql_post_info_google_fonts\";s:2:\"-1\";s:48:\"blog_large_image_dividers_ql_post_info_fontstyle\";s:0:\"\";s:49:\"blog_large_image_dividers_ql_post_info_fontweight\";s:0:\"\";s:52:\"blog_large_image_dividers_ql_post_info_letterspacing\";s:0:\"\";s:30:\"blog_vertical_loop_title_color\";s:0:\"\";s:36:\"blog_vertical_loop_title_hover_color\";s:0:\"\";s:33:\"blog_vertical_loop_title_fontsize\";s:0:\"\";s:35:\"blog_vertical_loop_title_lineheight\";s:0:\"\";s:38:\"blog_vertical_loop_title_texttransform\";s:0:\"\";s:37:\"blog_vertical_loop_title_google_fonts\";s:2:\"-1\";s:34:\"blog_vertical_loop_title_fontstyle\";s:0:\"\";s:35:\"blog_vertical_loop_title_fontweight\";s:0:\"\";s:38:\"blog_vertical_loop_title_letterspacing\";s:0:\"\";s:40:\"blog_vertical_loop_next_post_title_color\";s:0:\"\";s:43:\"blog_vertical_loop_next_post_title_fontsize\";s:0:\"\";s:45:\"blog_vertical_loop_next_post_title_lineheight\";s:0:\"\";s:48:\"blog_vertical_loop_next_post_title_texttransform\";s:0:\"\";s:47:\"blog_vertical_loop_next_post_title_google_fonts\";s:2:\"-1\";s:44:\"blog_vertical_loop_next_post_title_fontstyle\";s:0:\"\";s:45:\"blog_vertical_loop_next_post_title_fontweight\";s:0:\"\";s:48:\"blog_vertical_loop_next_post_title_letterspacing\";s:0:\"\";s:34:\"blog_vertical_loop_post_info_color\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_link_color\";s:0:\"\";s:40:\"blog_vertical_loop_post_info_hover_color\";s:0:\"\";s:37:\"blog_vertical_loop_post_info_fontsize\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_lineheight\";s:0:\"\";s:42:\"blog_vertical_loop_post_info_texttransform\";s:0:\"\";s:41:\"blog_vertical_loop_post_info_google_fonts\";s:2:\"-1\";s:38:\"blog_vertical_loop_post_info_fontstyle\";s:0:\"\";s:39:\"blog_vertical_loop_post_info_fontweight\";s:0:\"\";s:42:\"blog_vertical_loop_post_info_letterspacing\";s:0:\"\";s:33:\"blog_vertical_loop_ql_title_color\";s:0:\"\";s:39:\"blog_vertical_loop_ql_title_hover_color\";s:0:\"\";s:40:\"blog_vertical_loop_ql_title_author_color\";s:0:\"\";s:36:\"blog_vertical_loop_ql_title_fontsize\";s:0:\"\";s:38:\"blog_vertical_loop_ql_title_lineheight\";s:0:\"\";s:41:\"blog_vertical_loop_ql_title_texttransform\";s:0:\"\";s:40:\"blog_vertical_loop_ql_title_google_fonts\";s:2:\"-1\";s:37:\"blog_vertical_loop_ql_title_fontstyle\";s:0:\"\";s:38:\"blog_vertical_loop_ql_title_fontweight\";s:0:\"\";s:41:\"blog_vertical_loop_ql_title_letterspacing\";s:0:\"\";s:37:\"blog_vertical_loop_ql_post_info_color\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_link_color\";s:0:\"\";s:43:\"blog_vertical_loop_ql_post_info_hover_color\";s:0:\"\";s:40:\"blog_vertical_loop_ql_post_info_fontsize\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_lineheight\";s:0:\"\";s:45:\"blog_vertical_loop_ql_post_info_texttransform\";s:0:\"\";s:44:\"blog_vertical_loop_ql_post_info_google_fonts\";s:2:\"-1\";s:41:\"blog_vertical_loop_ql_post_info_fontstyle\";s:0:\"\";s:42:\"blog_vertical_loop_ql_post_info_fontweight\";s:0:\"\";s:45:\"blog_vertical_loop_ql_post_info_letterspacing\";s:0:\"\";s:39:\"blog_vertical_loop_npb_background_color\";s:0:\"\";s:45:\"blog_vertical_loop_npb_background_hover_color\";s:0:\"\";s:33:\"blog_vertical_loop_npb_icon_color\";s:0:\"\";s:39:\"blog_vertical_loop_npb_icon_hover_color\";s:0:\"\";s:40:\"blog_masonry_date_image_background_color\";s:0:\"\";s:35:\"blog_masonry_date_image_title_color\";s:0:\"\";s:41:\"blog_masonry_date_image_title_hover_color\";s:0:\"\";s:38:\"blog_masonry_date_image_title_fontsize\";s:0:\"\";s:40:\"blog_masonry_date_image_title_lineheight\";s:0:\"\";s:43:\"blog_masonry_date_image_title_texttransform\";s:0:\"\";s:42:\"blog_masonry_date_image_title_google_fonts\";s:2:\"-1\";s:39:\"blog_masonry_date_image_title_fontstyle\";s:0:\"\";s:40:\"blog_masonry_date_image_title_fontweight\";s:0:\"\";s:43:\"blog_masonry_date_image_title_letterspacing\";s:0:\"\";s:34:\"blog_masonry_date_image_hover_type\";s:0:\"\";s:31:\"blog_pinterest_background_color\";s:0:\"\";s:26:\"blog_pinterest_title_color\";s:0:\"\";s:32:\"blog_pinterest_title_hover_color\";s:0:\"\";s:29:\"blog_pinterest_title_fontsize\";s:0:\"\";s:31:\"blog_pinterest_title_lineheight\";s:0:\"\";s:34:\"blog_pinterest_title_texttransform\";s:0:\"\";s:33:\"blog_pinterest_title_google_fonts\";s:2:\"-1\";s:30:\"blog_pinterest_title_fontstyle\";s:0:\"\";s:31:\"blog_pinterest_title_fontweight\";s:0:\"\";s:34:\"blog_pinterest_title_letterspacing\";s:0:\"\";s:30:\"blog_pinterest_post_info_color\";s:0:\"\";s:35:\"blog_pinterest_post_info_link_color\";s:0:\"\";s:41:\"blog_pinterest_post_info_link_hover_color\";s:0:\"\";s:33:\"blog_pinterest_post_info_fontsize\";s:0:\"\";s:35:\"blog_pinterest_post_info_lineheight\";s:0:\"\";s:38:\"blog_pinterest_post_info_texttransform\";s:0:\"\";s:37:\"blog_pinterest_post_info_google_fonts\";s:2:\"-1\";s:34:\"blog_pinterest_post_info_fontstyle\";s:0:\"\";s:35:\"blog_pinterest_post_info_fontweight\";s:0:\"\";s:38:\"blog_pinterest_post_info_letterspacing\";s:0:\"\";s:33:\"blog_pinterest_ql_post_info_color\";s:0:\"\";s:36:\"blog_pinterest_ql_post_info_fontsize\";s:0:\"\";s:38:\"blog_pinterest_ql_post_info_lineheight\";s:0:\"\";s:41:\"blog_pinterest_ql_post_info_texttransform\";s:0:\"\";s:40:\"blog_pinterest_ql_post_info_google_fonts\";s:2:\"-1\";s:37:\"blog_pinterest_ql_post_info_fontstyle\";s:0:\"\";s:38:\"blog_pinterest_ql_post_info_fontweight\";s:0:\"\";s:41:\"blog_pinterest_ql_post_info_letterspacing\";s:0:\"\";s:16:\"blog_single_type\";s:8:\"standard\";s:23:\"blog_imt_post_separator\";s:2:\"no\";s:32:\"blog_imt_post_separator_gradient\";s:2:\"no\";s:24:\"show_image_on_audio_post\";s:2:\"no\";s:19:\"blog_single_sidebar\";s:7:\"default\";s:34:\"blog_single_sidebar_custom_display\";s:0:\"\";s:22:\"blog_share_like_layout\";s:12:\"in_post_info\";s:16:\"blog_author_info\";s:2:\"no\";s:31:\"blog_single_image_margin_bottom\";s:0:\"\";s:31:\"blog_single_title_margin_bottom\";s:0:\"\";s:35:\"blog_single_post_info_margin_bottom\";s:0:\"\";s:25:\"blog_quote_link_box_color\";s:0:\"\";s:23:\"blog_slider_title_color\";s:0:\"\";s:29:\"blog_slider_title_hover_color\";s:0:\"\";s:26:\"blog_slider_title_fontsize\";s:0:\"\";s:28:\"blog_slider_title_lineheight\";s:0:\"\";s:31:\"blog_slider_title_texttransform\";s:0:\"\";s:30:\"blog_slider_title_google_fonts\";s:2:\"-1\";s:27:\"blog_slider_title_fontstyle\";s:0:\"\";s:28:\"blog_slider_title_fontweight\";s:0:\"\";s:31:\"blog_slider_title_letterspacing\";s:0:\"\";s:27:\"blog_slider_post_info_color\";s:0:\"\";s:32:\"blog_slider_post_info_link_color\";s:0:\"\";s:38:\"blog_slider_post_info_link_hover_color\";s:0:\"\";s:30:\"blog_slider_post_info_fontsize\";s:0:\"\";s:32:\"blog_slider_post_info_lineheight\";s:0:\"\";s:35:\"blog_slider_post_info_texttransform\";s:0:\"\";s:34:\"blog_slider_post_info_google_fonts\";s:2:\"-1\";s:31:\"blog_slider_post_info_fontstyle\";s:0:\"\";s:32:\"blog_slider_post_info_fontweight\";s:0:\"\";s:35:\"blog_slider_post_info_letterspacing\";s:0:\"\";s:21:\"blog_slider_day_color\";s:0:\"\";s:24:\"blog_slider_day_fontsize\";s:0:\"\";s:26:\"blog_slider_day_lineheight\";s:0:\"\";s:29:\"blog_slider_day_texttransform\";s:0:\"\";s:28:\"blog_slider_day_google_fonts\";s:2:\"-1\";s:25:\"blog_slider_day_fontstyle\";s:0:\"\";s:26:\"blog_slider_day_fontweight\";s:0:\"\";s:29:\"blog_slider_day_letterspacing\";s:0:\"\";s:31:\"blog_slider_title_bottom_margin\";s:0:\"\";s:30:\"blog_slider_date_bottom_margin\";s:0:\"\";s:22:\"blog_slider_day_margin\";s:0:\"\";s:25:\"blog_slsimple_title_color\";s:0:\"\";s:31:\"blog_slsimple_title_hover_color\";s:0:\"\";s:28:\"blog_slsimple_title_fontsize\";s:0:\"\";s:30:\"blog_slsimple_title_lineheight\";s:0:\"\";s:33:\"blog_slsimple_title_texttransform\";s:0:\"\";s:32:\"blog_slsimple_title_google_fonts\";s:2:\"-1\";s:29:\"blog_slsimple_title_fontstyle\";s:0:\"\";s:30:\"blog_slsimple_title_fontweight\";s:0:\"\";s:33:\"blog_slsimple_title_letterspacing\";s:0:\"\";s:29:\"blog_slsimple_post_info_color\";s:0:\"\";s:34:\"blog_slsimple_post_info_link_color\";s:0:\"\";s:40:\"blog_slsimple_post_info_link_hover_color\";s:0:\"\";s:32:\"blog_slsimple_post_info_fontsize\";s:0:\"\";s:34:\"blog_slsimple_post_info_lineheight\";s:0:\"\";s:37:\"blog_slsimple_post_info_texttransform\";s:0:\"\";s:36:\"blog_slsimple_post_info_google_fonts\";s:2:\"-1\";s:33:\"blog_slsimple_post_info_fontstyle\";s:0:\"\";s:34:\"blog_slsimple_post_info_fontweight\";s:0:\"\";s:37:\"blog_slsimple_post_info_letterspacing\";s:0:\"\";s:33:\"blog_slsimple_title_bottom_margin\";s:0:\"\";s:37:\"blog_slsimple_post_info_bottom_margin\";s:0:\"\";s:35:\"blog_slsimple_excerpt_bottom_margin\";s:0:\"\";s:32:\"blog_slider_box_background_color\";s:0:\"\";s:34:\"blog_slider_box_background_opacity\";s:0:\"\";s:28:\"blog_slider_box_border_color\";s:0:\"\";s:30:\"blog_slider_box_border_opacity\";s:0:\"\";s:27:\"blog_slider_box_padding_top\";s:0:\"\";s:29:\"blog_slider_box_padding_right\";s:0:\"\";s:30:\"blog_slider_box_padding_bottom\";s:0:\"\";s:28:\"blog_slider_box_padding_left\";s:0:\"\";s:21:\"blog_slider_box_width\";s:0:\"\";s:23:\"pagination_border_color\";s:0:\"\";s:23:\"pagination_number_color\";s:0:\"\";s:33:\"pagination_hover_background_color\";s:0:\"\";s:29:\"pagination_hover_number_color\";s:0:\"\";s:16:\"pagination_width\";s:0:\"\";s:17:\"pagination_height\";s:0:\"\";s:24:\"pagination_border_radius\";s:0:\"\";s:23:\"pagination_border_width\";s:0:\"\";s:20:\"pagination_font_size\";s:0:\"\";s:16:\"pagination_space\";s:0:\"\";s:15:\"portfolio_style\";s:1:\"1\";s:19:\"portfolio_qode_like\";s:3:\"off\";s:23:\"lightbox_single_project\";s:2:\"no\";s:29:\"lightbox_video_single_project\";s:2:\"no\";s:24:\"portfolio_columns_number\";s:1:\"2\";s:24:\"portfolio_single_sidebar\";s:7:\"default\";s:39:\"portfolio_single_sidebar_custom_display\";s:0:\"\";s:21:\"portfolio_single_slug\";s:0:\"\";s:36:\"disable_portfolio_single_title_label\";s:2:\"no\";s:21:\"portfolio_text_follow\";s:23:\"portfolio_single_follow\";s:25:\"enable_portfolio_comments\";s:2:\"no\";s:24:\"enable_portfolio_related\";s:2:\"no\";s:28:\"portfolio_related_image_size\";s:0:\"\";s:23:\"enable_navigation_title\";s:2:\"no\";s:42:\"portfolio_navigation_through_same_category\";s:2:\"no\";s:28:\"portfolio_list_overlay_color\";s:0:\"\";s:30:\"portfolio_list_overlay_opacity\";s:0:\"\";s:35:\"portfolio_list_standard_title_color\";s:0:\"\";s:41:\"portfolio_list_standard_title_hover_color\";s:0:\"\";s:38:\"portfolio_list_standard_title_fontsize\";s:0:\"\";s:40:\"portfolio_list_standard_title_lineheight\";s:0:\"\";s:43:\"portfolio_list_standard_title_texttransform\";s:0:\"\";s:42:\"portfolio_list_standard_title_google_fonts\";s:2:\"-1\";s:39:\"portfolio_list_standard_title_fontstyle\";s:0:\"\";s:40:\"portfolio_list_standard_title_fontweight\";s:0:\"\";s:43:\"portfolio_list_standard_title_letterspacing\";s:0:\"\";s:38:\"portfolio_list_standard_category_color\";s:0:\"\";s:41:\"portfolio_list_standard_category_fontsize\";s:0:\"\";s:43:\"portfolio_list_standard_category_lineheight\";s:0:\"\";s:46:\"portfolio_list_standard_category_texttransform\";s:0:\"\";s:45:\"portfolio_list_standard_category_google_fonts\";s:2:\"-1\";s:42:\"portfolio_list_standard_category_fontstyle\";s:0:\"\";s:43:\"portfolio_list_standard_category_fontweight\";s:0:\"\";s:46:\"portfolio_list_standard_category_letterspacing\";s:0:\"\";s:34:\"portfolio_list_gallery_title_color\";s:0:\"\";s:40:\"portfolio_list_gallery_title_hover_color\";s:0:\"\";s:37:\"portfolio_list_gallery_title_fontsize\";s:0:\"\";s:39:\"portfolio_list_gallery_title_lineheight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_texttransform\";s:0:\"\";s:41:\"portfolio_list_gallery_title_google_fonts\";s:2:\"-1\";s:38:\"portfolio_list_gallery_title_fontstyle\";s:0:\"\";s:39:\"portfolio_list_gallery_title_fontweight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_letterspacing\";s:0:\"\";s:37:\"portfolio_list_gallery_category_color\";s:0:\"\";s:40:\"portfolio_list_gallery_category_fontsize\";s:0:\"\";s:42:\"portfolio_list_gallery_category_lineheight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_texttransform\";s:0:\"\";s:44:\"portfolio_list_gallery_category_google_fonts\";s:2:\"-1\";s:41:\"portfolio_list_gallery_category_fontstyle\";s:0:\"\";s:42:\"portfolio_list_gallery_category_fontweight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_letterspacing\";s:0:\"\";s:38:\"portfolio_list_filter_background_color\";s:0:\"\";s:28:\"portfolio_list_filter_height\";s:0:\"\";s:30:\"portfolio_filter_margin_bottom\";s:0:\"\";s:26:\"thin_icon_only_font_family\";s:2:\"-1\";s:29:\"vss_navigation_inactive_color\";s:0:\"\";s:36:\"vss_navigation_inactive_border_color\";s:0:\"\";s:20:\"vss_navigation_color\";s:0:\"\";s:27:\"vss_navigation_border_color\";s:0:\"\";s:19:\"vss_navigation_size\";s:0:\"\";s:19:\"vss_left_panel_size\";s:0:\"\";s:20:\"vss_right_panel_size\";s:0:\"\";s:23:\"vss_responsive_advanced\";s:2:\"no\";s:29:\"vss_responsive_advanced_width\";s:3:\"768\";s:19:\"enable_social_share\";s:3:\"yes\";s:21:\"post_types_names_post\";s:0:\"\";s:21:\"post_types_names_page\";s:4:\"page\";s:27:\"post_types_names_attachment\";s:0:\"\";s:31:\"post_types_names_portfolio_page\";s:0:\"\";s:21:\"enable_facebook_share\";s:3:\"yes\";s:13:\"facebook_icon\";s:0:\"\";s:20:\"enable_twitter_share\";s:2:\"no\";s:12:\"twitter_icon\";s:0:\"\";s:11:\"twitter_via\";s:0:\"\";s:18:\"enable_google_plus\";s:2:\"no\";s:16:\"google_plus_icon\";s:0:\"\";s:15:\"enable_linkedin\";s:2:\"no\";s:13:\"linkedin_icon\";s:0:\"\";s:13:\"enable_tumblr\";s:2:\"no\";s:11:\"tumblr_icon\";s:0:\"\";s:16:\"enable_pinterest\";s:2:\"no\";s:14:\"pinterest_icon\";s:0:\"\";s:9:\"enable_vk\";s:2:\"no\";s:7:\"vk_icon\";s:0:\"\";s:9:\"404_title\";s:0:\"\";s:12:\"404_subtitle\";s:0:\"\";s:8:\"404_text\";s:0:\"\";s:13:\"404_backlabel\";s:0:\"\";s:17:\"enable_google_map\";s:2:\"no\";s:24:\"section_between_map_form\";s:3:\"yes\";s:19:\"enable_contact_form\";s:3:\"yes\";s:19:\"google_maps_address\";s:0:\"\";s:20:\"google_maps_address2\";s:0:\"\";s:20:\"google_maps_address3\";s:0:\"\";s:20:\"google_maps_address4\";s:0:\"\";s:20:\"google_maps_address5\";s:0:\"\";s:21:\"google_maps_pin_image\";s:63:\"http://lavendermatyoga.com/wp-content/themes/bridge/img/pin.png\";s:18:\"google_maps_height\";s:3:\"750\";s:16:\"google_maps_zoom\";s:2:\"12\";s:24:\"google_maps_scroll_wheel\";s:2:\"no\";s:17:\"google_maps_style\";s:3:\"yes\";s:17:\"google_maps_color\";s:0:\"\";s:22:\"google_maps_saturation\";s:1:\"0\";s:21:\"google_maps_lightness\";s:1:\"0\";s:33:\"section_between_map_form_position\";s:0:\"\";s:32:\"contact_section_above_form_title\";s:0:\"\";s:35:\"contact_section_above_form_subtitle\";s:0:\"\";s:12:\"receive_mail\";s:24:\"info@lavendermatyoga.com\";s:10:\"email_from\";s:24:\"info@lavendermatyoga.com\";s:13:\"email_subject\";s:17:\"Lavender Mat Yoga\";s:25:\"hide_contact_form_website\";s:3:\"yes\";s:21:\"contact_heading_above\";s:78:\"Drop me a line with any questions! (Submit inquiries for private events here.)\";s:13:\"use_recaptcha\";s:3:\"yes\";s:20:\"recaptcha_public_key\";s:40:\"6Ld439EZAAAAAC0YRRyxafDVJiBIg0OjOzMhl9SB\";s:21:\"recaptcha_private_key\";s:40:\"6Ld439EZAAAAAD0QLkh9xRDiPzUSPU9IETM7Jlhs\";s:30:\"enable_contact_page_acceptance\";s:2:\"no\";s:33:\"qode_contact_page_acceptance_text\";s:0:\"\";s:14:\"parallax_onoff\";s:2:\"on\";s:18:\"parallax_minheight\";s:3:\"400\";s:26:\"enable_content_bottom_area\";s:2:\"no\";s:37:\"content_bottom_sidebar_custom_display\";s:0:\"\";s:22:\"content_bottom_in_grid\";s:3:\"yes\";s:31:\"content_bottom_background_color\";s:0:\"\";s:27:\"panel_area_background_color\";s:0:\"\";s:22:\"panel_area_close_label\";s:0:\"\";s:27:\"qode_performance_icon_packs\";a:5:{i:0;s:12:\"font_elegant\";i:1;s:11:\"linea_icons\";i:2;s:9:\"dripicons\";i:3;s:4:\"kiko\";i:4;s:14:\"font_awesome_5\";}s:21:\"qode_maintenance_mode\";s:2:\"no\";s:21:\"qode_maintenance_page\";s:0:\"\";s:17:\"reset_to_defaults\";s:2:\"no\";s:28:\"menu_separator_between_items\";s:2:\"no\";s:20:\"menu_separator_color\";s:0:\"\";s:23:\"menu_padding_left_right\";s:0:\"\";s:16:\"menu_item_border\";s:2:\"no\";s:24:\"post_types_names_product\";s:7:\"product\";}','yes'),(274,'layerslider_update_info','O:8:\"stdClass\":6:{s:5:\"basic\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"7.5.3\";s:8:\"released\";s:10:\"2022-10-17\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";s:11:\"new_version\";s:5:\"7.5.3\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:5:\"7.5.3\";s:12:\"last_updated\";s:10:\"2022-10-17\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"beta\";s:89:\"Sticky and Scroll Scenes, Performance Mode, and many other new features and improvements.\";s:4:\"edge\";s:89:\"Sticky and Scroll Scenes, Performance Mode, and many other new features and improvements.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:549:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:537:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"7.5.3\";s:17:\"_important_notice\";a:9:{s:4:\"date\";s:10:\"2022-06-26\";s:5:\"title\";s:39:\"LayerSlider Security Update Recommended\";s:7:\"message\";s:227:\"Several security issues were fixed in the latest versions of LayerSlider. If you haven’t done it already, please update to LayerSlider 7.2.1. <a href=\"https://layerslider.com/how-to-update/\" target=\"_blank\">HOW TO UPDATE?</a>\";s:5:\"image\";s:0:\"\";s:6:\"banner\";a:5:{s:5:\"class\";s:21:\"ls-v7-security-banner\";s:5:\"style\";s:132:\"height: auto; margin: 39px auto 0 auto !important; min-width: 700px; max-width: 1700px; padding-right: 20px; box-sizing: border-box;\";s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:7:\"content\";s:2674:\"\n\n		<style>\n		@import url(\"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap\");\n		</style>\n		<style>\n\n			.ls-v7-security-banner {\n				max-width: 1200px !important;\n			}\n\n			.ls-v7-security-banner > a.dashicons-dismiss {\n				top: 0.2rem;\n				right: calc( 20px + 0.2rem ) !important;\n			}\n\n			#lspr-inner {\n				position: relative;\n				height: auto;\n				display: flex;\n				margin: 0 auto !important;\n				justify-content: space-between;\n			}\n\n			#lspr-right {\n				margin: 0 auto;\n				border-radius: 0.5rem;\n				background-color: #ee0070;\n				width: 100%;\n			}\n\n			.lspr-over {\n				position: relative;\n				z-index: 2;\n			}\n\n			#lspr-heading {\n				padding: 0.5rem 3rem 0 3rem;\n				color: white;\n				font-size: 1.2rem;\n				font-weight: 600;\n				font-family: Nunito, sans-serif;\n				text-align: center;\n			}\n\n			.lspr-nowrap {\n				white-space: nowrap;\n			}\n\n			.lspr-text {\n				position: relative;\n				z-index: 200;\n				margin: 0.3rem auto;\n				padding: 0 3rem;\n				color: white;\n				font-family: Nunito, sans-serif;\n				font-size: 1rem;\n				line-height: normal;\n				text-align: center;\n			}\n\n			.lspr-text a {\n				color: white;\n				font-weight: bold;\n			}\n\n			#lspr-buttons {\n				text-align: center;\n				padding-top: 0.1rem;\n				padding-bottom: 0.65rem;\n			}\n\n			#lspr-buttons a {\n				text-decoration: none;\n				color: #ee0070;\n				text-transform: uppercase;\n				font-family: Nunito, sans-serif;\n				font-weight: 800;\n				display: inline-block;\n				border-radius: 0.5rem;\n				background-color: white;\n				padding: 0 1rem;\n				line-height: 1.5rem;\n				font-size: 0.9rem;\n				transform: rotate(0.001deg);\n				transition: all 0.2s;\n				box-shadow: none;\n				cursor: pointer;\n			}\n\n			#lspr-buttons a:hover {\n				transform: rotate(0.001deg) scale(1.05);\n				box-shadow: 0 0.25vw 0.5vw rgba(0,0,0,0.15);\n			}\n\n			.layerslider_notice_img  .dashicons-dismiss {\n				right: 30px;\n			}\n\n			.lspr-bold {\n				font-weight: 800 !important;\n			}\n\n		</style>\n		<div id=\"lspr-inner\">\n			<div id=\"lspr-right\">\n				<div id=\"lspr-heading-small\" class=\"lspr-over\"></div>\n				<div id=\"lspr-heading\" class=\"lspr-over\">\n					<span class=\"lspr-nowrap\">LayerSlider Security Update Recommended<span>\n				</div>\n\n				<div class=\"lspr-text\" class=\"lspr-over\">\n					<span class=\"lspr-nowrap\">\n						Several security issues were fixed in the latest versions of LayerSlider.\n					</span>\n					<span class=\"lspr-nowrap\">\n						If you haven’t done it already, please update to LayerSlider 7.2.1.\n					</span>\n				</div>\n\n				<div id=\"lspr-buttons\" class=\"lspr-over\">\n					<a href=\"https://layerslider.com/how-to-update/\" target=\"_blank\">HOW TO UPDATE?</a>\n				</div>\n			</div>\n		</div>\";}s:11:\"min_version\";s:0:\"\";s:11:\"max_version\";s:5:\"7.1.1\";s:11:\"unactivated\";b:0;s:10:\"url_filter\";s:33:\"layerslider index.php plugins.php\";}s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1668409379;}','yes'),(269,'rs-templates-counter','0','no'),(270,'revslider_table_version','1.0.8','yes'),(271,'revslider_update_version','6.2.0','yes'),(272,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(668,'stats_cache','a:2:{s:32:\"7b497cb580997e86089341a020b426c3\";a:1:{i:1651339769;a:5:{i:0;a:4:{s:7:\"post_id\";s:2:\"43\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:32:\"http://lavendermatyoga.com/home/\";s:5:\"views\";s:1:\"3\";}i:1;a:4:{s:7:\"post_id\";s:3:\"119\";s:10:\"post_title\";s:4:\"Shop\";s:14:\"post_permalink\";s:32:\"http://lavendermatyoga.com/shop/\";s:5:\"views\";s:1:\"3\";}i:2;a:4:{s:7:\"post_id\";s:3:\"138\";s:10:\"post_title\";s:12:\"Meet Madison\";s:14:\"post_permalink\";s:40:\"http://lavendermatyoga.com/meet-madison/\";s:5:\"views\";s:1:\"1\";}i:3;a:4:{s:7:\"post_id\";s:3:\"182\";s:10:\"post_title\";s:7:\"Contact\";s:14:\"post_permalink\";s:35:\"http://lavendermatyoga.com/contact/\";s:5:\"views\";s:1:\"1\";}i:4;a:4:{s:7:\"post_id\";s:3:\"498\";s:10:\"post_title\";s:32:\"Restorative Prenatal Yoga Series\";s:14:\"post_permalink\";s:60:\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"ad0e338b164ee46d78155971ca18047a\";a:1:{i:1651339769;a:0:{}}}','yes'),(50585,'elementor_active_kit','383','yes'),(21770,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:30:\"madison@madisonrosenberger.com\";s:7:\"version\";s:5:\"5.9.5\";s:9:\"timestamp\";i:1666055049;}','no'),(7065,'_transient_woocommerce_reports-transient-version','1660939849','yes'),(7004,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:1;s:20:\"no_secure_connection\";}','yes'),(7051,'woocommerce_meta_box_errors','a:0:{}','yes'),(7052,'wc_blocks_db_schema_version','260','yes'),(7009,'woocommerce_homescreen_enabled','yes','yes'),(6854,'action_scheduler_hybrid_store_demarkation','110','yes'),(6855,'schema-ActionScheduler_StoreSchema','3.0.1600705236','yes'),(6856,'schema-ActionScheduler_LoggerSchema','2.0.1600705236','yes'),(6859,'woocommerce_schema_version','430','yes'),(6860,'woocommerce_store_address','5514 Fallon Court','yes'),(6861,'woocommerce_store_address_2','','yes'),(6862,'woocommerce_store_city','Charlotte','yes'),(6863,'woocommerce_default_country','US:NC','yes'),(6938,'woocommerce_email_body_background_color','#ffffff','no'),(6939,'woocommerce_email_text_color','#3c3c3c','no'),(6940,'woocommerce_cart_page_id','233','no'),(6941,'woocommerce_checkout_page_id','235','no'),(6942,'woocommerce_myaccount_page_id','','no'),(6943,'woocommerce_terms_page_id','','no'),(6944,'woocommerce_force_ssl_checkout','no','yes'),(6945,'woocommerce_unforce_ssl_checkout','no','yes'),(6946,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(6947,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(6948,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(6949,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(6950,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(6951,'woocommerce_myaccount_orders_endpoint','orders','yes'),(6952,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(6953,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(6954,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(6955,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(6956,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(6957,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(6958,'woocommerce_logout_endpoint','customer-logout','yes'),(6959,'woocommerce_api_enabled','no','yes'),(6960,'woocommerce_allow_tracking','no','no'),(6961,'woocommerce_show_marketplace_suggestions','yes','no'),(6962,'woocommerce_single_image_width','600','yes'),(6963,'woocommerce_thumbnail_image_width','300','yes'),(6964,'woocommerce_checkout_highlight_required_fields','yes','yes'),(6965,'woocommerce_demo_store','no','no'),(6376,'category_children','a:0:{}','yes'),(7045,'woocommerce_admin_install_timestamp','1600705243','yes'),(7049,'wc_admin_note_home_screen_feedback_homescreen_accessed','1600705244','yes'),(66697,'product_cat_children','a:0:{}','yes'),(6984,'default_product_cat','17','yes'),(262551,'woocommerce_admin_version','1.5.1','yes'),(7161,'_transient_product_query-transient-version','1660944739','yes'),(115307,'woocommerce_db_version','4.5.3','yes'),(6966,'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'),(6967,'current_theme_supports_woocommerce','yes','yes'),(6968,'woocommerce_queue_flush_rewrite_rules','no','yes'),(6864,'woocommerce_store_postcode','28226','yes'),(6865,'woocommerce_allowed_countries','all','yes'),(6866,'woocommerce_all_except_countries','a:0:{}','yes'),(6867,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(6868,'woocommerce_ship_to_countries','','yes'),(6869,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(6870,'woocommerce_default_customer_address','base','yes'),(6871,'woocommerce_calc_taxes','no','yes'),(6872,'woocommerce_enable_coupons','yes','yes'),(6873,'woocommerce_calc_discounts_sequentially','no','no'),(6874,'woocommerce_currency','USD','yes'),(6875,'woocommerce_currency_pos','left','yes'),(6876,'woocommerce_price_thousand_sep',',','yes'),(6877,'woocommerce_price_decimal_sep','.','yes'),(6878,'woocommerce_price_num_decimals','2','yes'),(6879,'woocommerce_shop_page_id','158','yes'),(6880,'woocommerce_cart_redirect_after_add','yes','yes'),(6881,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(6882,'woocommerce_placeholder_image','110','yes'),(6883,'woocommerce_weight_unit','kg','yes'),(6884,'woocommerce_dimension_unit','cm','yes'),(6885,'woocommerce_enable_reviews','yes','yes'),(6886,'woocommerce_review_rating_verification_label','no','no'),(6887,'woocommerce_review_rating_verification_required','no','no'),(6888,'woocommerce_enable_review_rating','yes','yes'),(6889,'woocommerce_review_rating_required','yes','no'),(6890,'woocommerce_manage_stock','yes','yes'),(6891,'woocommerce_hold_stock_minutes','60','no'),(6892,'woocommerce_notify_low_stock','yes','no'),(6893,'woocommerce_notify_no_stock','yes','no'),(6894,'woocommerce_stock_email_recipient','madison@madisonrosenberger.com','no'),(6895,'woocommerce_notify_low_stock_amount','2','no'),(6896,'woocommerce_notify_no_stock_amount','0','yes'),(6897,'woocommerce_hide_out_of_stock_items','no','yes'),(6898,'woocommerce_stock_format','','yes'),(6899,'woocommerce_file_download_method','force','no'),(6900,'woocommerce_downloads_require_login','no','no'),(6901,'woocommerce_downloads_grant_access_after_payment','yes','no'),(6902,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(6903,'woocommerce_prices_include_tax','no','yes'),(6904,'woocommerce_tax_based_on','shipping','yes'),(6905,'woocommerce_shipping_tax_class','inherit','yes'),(6906,'woocommerce_tax_round_at_subtotal','no','yes'),(6907,'woocommerce_tax_classes','','yes'),(6908,'woocommerce_tax_display_shop','excl','yes'),(6909,'woocommerce_tax_display_cart','excl','yes'),(6910,'woocommerce_price_display_suffix','','yes'),(6911,'woocommerce_tax_total_display','itemized','no'),(6912,'woocommerce_enable_shipping_calc','yes','no'),(6913,'woocommerce_shipping_cost_requires_address','no','yes'),(6914,'woocommerce_ship_to_destination','billing','no'),(6915,'woocommerce_shipping_debug_mode','no','yes'),(6916,'woocommerce_enable_guest_checkout','yes','no'),(6917,'woocommerce_enable_checkout_login_reminder','no','no'),(6918,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(6919,'woocommerce_enable_myaccount_registration','no','no'),(6920,'woocommerce_registration_generate_username','yes','no'),(6921,'woocommerce_registration_generate_password','yes','no'),(6922,'woocommerce_erasure_request_removes_order_data','no','no'),(6923,'woocommerce_erasure_request_removes_download_data','no','no'),(6924,'woocommerce_allow_bulk_remove_personal_data','no','no'),(6925,'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'),(6926,'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'),(6927,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(6928,'woocommerce_trash_pending_orders','','no'),(6929,'woocommerce_trash_failed_orders','','no'),(6930,'woocommerce_trash_cancelled_orders','','no'),(6931,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(6932,'woocommerce_email_from_name','Lavender Mat Yoga Studio','no'),(6933,'woocommerce_email_from_address','madison@madisonrosenberger.com','no'),(6934,'woocommerce_email_header_image','','no'),(6935,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),(6936,'woocommerce_email_base_color','#96588a','no'),(6937,'woocommerce_email_background_color','#f7f7f7','no'),(288,'recently_activated','a:0:{}','yes'),(300,'envato_market_state','activated','yes'),(7062,'woocommerce_onboarding_opt_in','yes','yes'),(7055,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes');
INSERT INTO `wpwc_options` VALUES (268,'rs-templates','a:3:{s:4:\"hash\";s:32:\"d18c36e2537bd40f9c1fd848b227cfb1\";s:6:\"slider\";a:631:{i:0;a:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:23:{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;s:6:\"is_new\";b:1;}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:23:{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.2\";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;s:6:\"is_new\";b:1;}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: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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip 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:145;a:21:{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: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:21:{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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey 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:147;a:21:{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: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:21:{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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey 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:149;a:22:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:167:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather 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:180;a:21:{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: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:21:{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: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:21:{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: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:342:\"[{\"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 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:\"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:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey 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:\"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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:22:{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: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;}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.1\";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: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;s:6:\"is_new\";b:1;}i:248;a:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:286;a:26:{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.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: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;s:6:\"is_new\";b:1;}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:21:{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: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:21:{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: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:21:{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: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:26:{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.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: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;s:6:\"is_new\";b:1;}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:21:{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: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: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: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.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: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: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;s:6:\"is_new\";b:1;}i:335;a:21:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:21:{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: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:21:{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: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:24:{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: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:24:{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: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:24:{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: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:21:{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: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:24:{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: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:25:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:21:{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: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:24:{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: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:24:{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: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:24:{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: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: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;s:6:\"is_new\";b:1;}i:440;a:24:{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: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:25:{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: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:24:{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: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:24:{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: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: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;s:6:\"is_new\";b:1;}i:445;a:24:{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: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:21:{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: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:21:{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: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:21:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:21:{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: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:21:{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: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:21:{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: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:24:{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: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:25:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:21:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:22:{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-scroll-video/\";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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:369:\"[{\"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 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:484;a:24:{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: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:24:{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: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:86:\" offset=\"t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:24:{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: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:21:{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: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:22:{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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:543:\"[{\"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 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:497;a:21:{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: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:499;a:24:{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: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:24:{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: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:24:{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: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:502;a:24:{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: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:503;a:24:{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: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:504;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.1\";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: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;s:6:\"is_new\";b:1;}i:505;a:24:{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: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:506;a:24:{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: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:507;a:25:{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: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:508;a:24:{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: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:509;a:24:{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: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:510;a:24:{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: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:511;a:24:{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: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:512;a:24:{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: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:513;a:24:{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: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:514;a:24:{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: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:515;a:21:{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: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:516;a:21:{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: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:517;a:24:{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: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:518;a:24:{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: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:519;a:21:{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: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:520;a:21:{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: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:521;a:21:{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: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:522;a:21:{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: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:523;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.1\";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: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;s:6:\"is_new\";b:1;}i:524;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.1\";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: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;s:6:\"is_new\";b:1;}i:525;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.1\";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: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;s:6:\"is_new\";b:1;}i:526;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.1\";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: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;s:6:\"is_new\";b:1;}i:527;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.1\";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: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;s:6:\"is_new\";b:1;}i:528;a:21:{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: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:529;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.1\";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: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:\"is_new\";b:1;}i:530;a:21:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:703:\"[{\"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\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";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:531;a:21:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:361:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";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:532;a:22:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56: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:533;a:22:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";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:534;a:21:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";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:535;a:24:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:536;a:24:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:537;a:24:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:538;a:24:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:539;a:25:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:540;a:24:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:541;a:24:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:542;a:24:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:543;a:24:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:544;a:25:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:545;a:25:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:\"48\";s:9:\"installed\";b:0;}i:546;a:24:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";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:\"48\";s:9:\"installed\";b:0;}i:547;a:24:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:548;a:24:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:549;a:24:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:550;a:24:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:551;a:24:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:552;a:24:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:553;a:24:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:554;a:24:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:\"49\";s:9:\"installed\";b:0;}i:555;a:24:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";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:\"49\";s:9:\"installed\";b:0;}i:556;a:24:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:557;a:24:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:558;a:24:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:559;a:24:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:560;a:24:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:561;a:24:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:562;a:24:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:563;a:24:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:\"50\";s:9:\"installed\";b:0;}i:564;a:24:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";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:\"50\";s:9:\"installed\";b:0;}i:565;a:21:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/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.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";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:566;a:21:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}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:\"2021-10-11 12:47: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:567;a:24:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event 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:\"51\";s:9:\"installed\";b:0;}i:568;a:24:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event 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:2:\"51\";s:9:\"installed\";b:0;}i:569;a:24:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event 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:\"51\";s:9:\"installed\";b:0;}i:570;a:24:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event 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:\"51\";s:9:\"installed\";b:0;}i:571;a:24:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event 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:\"51\";s:9:\"installed\";b:0;}i:572;a:24:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event 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:\"51\";s:9:\"installed\";b:0;}i:573;a:24:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event 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:\"51\";s:9:\"installed\";b:0;}i:574;a:24:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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: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:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup 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:\"52\";s:9:\"installed\";b:0;}i:575;a:24:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup 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:2:\"52\";s:9:\"installed\";b:0;}i:576;a:24:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup 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:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:577;a:24:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup 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:10:\"zindex=\"0\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:578;a:24:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup 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:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:579;a:24:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup 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:10:\"zindex=\"0\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:580;a:24:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup 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:\"52\";s:9:\"installed\";b:0;}i:581;a:24:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup 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:12:\"zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:582;a:24:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup 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:\"52\";s:9:\"installed\";b:0;}i:583;a:24:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup 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:\"52\";s:9:\"installed\";b:0;}i:584;a:24:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup 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:\"52\";s:9:\"installed\";b:0;}i:585;a:24:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card 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:\"53\";s:9:\"installed\";b:0;}i:586;a:24:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";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:\"53\";s:9:\"installed\";b:0;}i:587;a:24:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card 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:\"53\";s:9:\"installed\";b:0;}i:588;a:21:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/newborn-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";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:589;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";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.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: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:590;a:21:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";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:591;a:24:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:592;a:24:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App 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:2:\"54\";s:9:\"installed\";b:0;}i:593;a:24:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App 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:13:\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:594;a:24:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:595;a:24:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></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:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:596;a:24:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:597;a:24:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:598;a:24:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></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:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:599;a:24:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App 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:\"54\";s:9:\"installed\";b:0;}i:600;a:24:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></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:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App 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:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:601;a:24:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App 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:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:602;a:24:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website 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:\"54\";s:9:\"installed\";b:0;}i:603;a:24:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";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:\"54\";s:9:\"installed\";b:0;}i:604;a:24:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel 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:\"55\";s:9:\"installed\";b:0;}i:605;a:24:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel 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:\"55\";s:9:\"installed\";b:0;}i:606;a:24:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel 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:\"55\";s:9:\"installed\";b:0;}i:607;a:24:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel 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:\"55\";s:9:\"installed\";b:0;}i:608;a:24:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:\"55\";s:9:\"installed\";b:0;}i:609;a:24:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:\"55\";s:9:\"installed\";b:0;}i:610;a:21:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23: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:611;a:22:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></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:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";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:612;a:21:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:61:\"https://www.sliderrevolution.com/templates/video-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";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:613;a:21:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";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:614;a:21:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";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:615;a:21:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:347:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";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:616;a:24:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}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:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";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:\"56\";s:9:\"installed\";b:0;}i:617;a:24:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}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:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";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:\"56\";s:9:\"installed\";b:0;}i:618;a:24:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}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:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";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:\"56\";s:9:\"installed\";b:0;}i:619;a:21:{s:2:\"id\";s:3:\"652\";s:5:\"title\";s:24:\"Furniture Website Slider\";s:5:\"alias\";s:24:\"furniture-website-slider\";s:3:\"zip\";s:28:\"furniture-website-slider.zip\";s:3:\"uid\";s:32:\"8575493ed5fd1ee2e671e67479fdeccb\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/furniture-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}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:\"2022-03-23 14:05: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:620;a:21:{s:2:\"id\";s:3:\"653\";s:5:\"title\";s:26:\"Fitness Gym Website Slider\";s:5:\"alias\";s:26:\"fitness-gym-website-slider\";s:3:\"zip\";s:30:\"fitness-gym-website-slider.zip\";s:3:\"uid\";s:32:\"86894d98e34a590e80a1d0cd3d7dc819\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/fitness-gym-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-04-19 11:02:01\";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:621;a:24:{s:2:\"id\";s:3:\"654\";s:5:\"title\";s:36:\"Ai & Robotics Webside Slider Package\";s:5:\"alias\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:12:25\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";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:\"57\";s:9:\"installed\";b:0;}i:622;a:24:{s:2:\"id\";s:3:\"655\";s:5:\"title\";s:28:\"Ai & Robotics Website Slider\";s:5:\"alias\";s:30:\"ai-and-robotics-website-slider\";s:3:\"zip\";s:40:\"packs/ai-and-robotics-website-slider.zip\";s:3:\"uid\";s:32:\"e40b7296d1519972029e9744a0c09b29\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:16:48\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";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:\"57\";s:9:\"installed\";b:0;}i:623;a:24:{s:2:\"id\";s:3:\"656\";s:5:\"title\";s:14:\"AI Video Modal\";s:5:\"alias\";s:14:\"ai-video-modal\";s:3:\"zip\";s:24:\"packs/ai-video-modal.zip\";s:3:\"uid\";s:32:\"aab36a599413b7e66dfdda8f517b47b1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:20:55\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";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:\"57\";s:9:\"installed\";b:0;}i:624;a:22:{s:2:\"id\";s:3:\"657\";s:5:\"title\";s:33:\"Minimal Typography Website Slider\";s:5:\"alias\";s:33:\"minimal-typography-website-slider\";s:3:\"zip\";s:37:\"minimal-typography-website-slider.zip\";s:3:\"uid\";s:32:\"43cf63d6541d33b7d4e59350935d73bf\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/minimal-typography-website-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.</span><span class=\"ttm_space\"></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:9:\"specialfx\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-25 14:39: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;s:6:\"is_new\";b:1;}i:625;a:21:{s:2:\"id\";s:3:\"658\";s:5:\"title\";s:19:\"404 Page Collection\";s:5:\"alias\";s:19:\"404-page-collection\";s:3:\"zip\";s:23:\"404-page-collection.zip\";s:3:\"uid\";s:32:\"3f0b25b5e893b170536a498939465a1a\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/404-page-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.21\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:167:\"<span class=\"ttm_content\">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-04 11:30:30\";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:626;a:21:{s:2:\"id\";s:3:\"659\";s:5:\"title\";s:24:\"eCommerce Product Slider\";s:5:\"alias\";s:21:\"ecommerce-sale-slider\";s:3:\"zip\";s:25:\"ecommerce-sale-slider.zip\";s:3:\"uid\";s:32:\"49ca4743090cddca705ee108eae967c5\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/ecommerce-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!</span><span class=\"ttm_space\"></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:\"2022-05-17 14:22: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:627;a:21:{s:2:\"id\";s:3:\"660\";s:5:\"title\";s:19:\"Fashion Shop Slider\";s:5:\"alias\";s:19:\"fashion-shop-slider\";s:3:\"zip\";s:23:\"fashion-shop-slider.zip\";s:3:\"uid\";s:32:\"e488e9126dbe4a34c02c89a1115f4ff9\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/fashion-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:24:56\";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:628;a:22:{s:2:\"id\";s:3:\"661\";s:5:\"title\";s:29:\"Lingerie Store Website Slider\";s:5:\"alias\";s:29:\"lingerie-store-website-slider\";s:3:\"zip\";s:33:\"lingerie-store-website-slider.zip\";s:3:\"uid\";s:32:\"7bdad27521b7c9b171b618dff2fa0315\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/lingerie-store-website-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:28:21\";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:629;a:23:{s:2:\"id\";s:3:\"662\";s:5:\"title\";s:28:\"Beach Events Hero Collection\";s:5:\"alias\";s:28:\"beach-events-hero-collection\";s:3:\"zip\";s:32:\"beach-events-hero-collection.zip\";s:3:\"uid\";s:32:\"cf87cd65572e9bc4ee019cceae1c75f8\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/summer-beach-events-hero-collection\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">These hero image templates offer a high-octane mix of headlines, images, and special effects.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 16:56:11\";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:630;a:24:{s:2:\"id\";s:3:\"663\";s:5:\"title\";s:41:\"Creative Portfolio Website Slider Package\";s:5:\"alias\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:00:43\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:\"58\";s:9:\"installed\";b:0;}i:631;a:24:{s:2:\"id\";s:3:\"664\";s:5:\"title\";s:30:\"Creative Portfolio Main Slider\";s:5:\"alias\";s:30:\"creative-portfolio-main-slider\";s:3:\"zip\";s:40:\"packs/creative-portfolio-main-slider.zip\";s:3:\"uid\";s:32:\"2b01de6e46611e4353f1687609aa6783\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:03:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:\"58\";s:9:\"installed\";b:0;}i:632;a:24:{s:2:\"id\";s:3:\"665\";s:5:\"title\";s:28:\"Creative Portfolio Project 1\";s:5:\"alias\";s:28:\"creative-portfolio-project-1\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-1.zip\";s:3:\"uid\";s:32:\"f1e3a170d3f06d7162445fe9cce99335\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:07:45\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:\"58\";s:9:\"installed\";b:0;}i:633;a:24:{s:2:\"id\";s:3:\"666\";s:5:\"title\";s:28:\"Creative Portfolio Project 2\";s:5:\"alias\";s:28:\"creative-portfolio-project-2\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-2.zip\";s:3:\"uid\";s:32:\"59369faef5b4a0571cd5fd72432d2d20\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:12:09\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:\"58\";s:9:\"installed\";b:0;}i:634;a:24:{s:2:\"id\";s:3:\"667\";s:5:\"title\";s:28:\"Creative Portfolio Project 3\";s:5:\"alias\";s:28:\"creative-portfolio-project-3\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-3.zip\";s:3:\"uid\";s:32:\"ac6823b9ffeba97c56aa6f4593109e5f\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:14:02\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"3\";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:\"58\";s:9:\"installed\";b:0;}i:635;a:24:{s:2:\"id\";s:3:\"668\";s:5:\"title\";s:28:\"Creative Portfolio Project 4\";s:5:\"alias\";s:28:\"creative-portfolio-project-4\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-4.zip\";s:3:\"uid\";s:32:\"31f5cc4c9d13af7b56adfa7b7c84dce9\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:16:40\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"4\";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:\"58\";s:9:\"installed\";b:0;}i:636;a:24:{s:2:\"id\";s:3:\"669\";s:5:\"title\";s:28:\"Creative Portfolio Project 5\";s:5:\"alias\";s:28:\"creative-portfolio-project-5\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-5.zip\";s:3:\"uid\";s:32:\"23c8e18d556da040ef6ac2382d4a7b94\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:20:22\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"5\";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:\"58\";s:9:\"installed\";b:0;}i:637;a:24:{s:2:\"id\";s:3:\"670\";s:5:\"title\";s:28:\"Creative Portfolio Project 6\";s:5:\"alias\";s:28:\"creative-portfolio-project-6\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-6.zip\";s:3:\"uid\";s:32:\"518434a06d7a959bd3f3e0905e252209\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:21:51\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:\"58\";s:9:\"installed\";b:0;}i:638;a:24:{s:2:\"id\";s:3:\"671\";s:5:\"title\";s:28:\"Creative Portfolio Project 7\";s:5:\"alias\";s:28:\"creative-portfolio-project-7\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-7.zip\";s:3:\"uid\";s:32:\"bb1552746859766efbe319d7c0a1978e\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:24:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:\"58\";s:9:\"installed\";b:0;}i:639;a:23:{s:2:\"id\";s:3:\"672\";s:5:\"title\";s:24:\"AI Particle Cluster Hero\";s:5:\"alias\";s:19:\"ai-particle-cluster\";s:3:\"zip\";s:23:\"ai-particle-cluster.zip\";s:3:\"uid\";s:32:\"e47971fc290d738faca66e100cc7da74\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/ai-particle-cluster-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:25:01\";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:10:\"new_slider\";b:1;}i:640;a:23:{s:2:\"id\";s:3:\"673\";s:5:\"title\";s:24:\"Artistic Parallax Slider\";s:5:\"alias\";s:24:\"artistic-parallax-slider\";s:3:\"zip\";s:28:\"artistic-parallax-slider.zip\";s:3:\"uid\";s:32:\"a1488f5f4d3ffd2912f9520bba2a2418\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/artistic-parallax-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:29:34\";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:10:\"new_slider\";b:1;}i:641;a:23:{s:2:\"id\";s:3:\"674\";s:5:\"title\";s:23:\"Magazine Content Slider\";s:5:\"alias\";s:23:\"magazine-content-slider\";s:3:\"zip\";s:27:\"magazine-content-slider.zip\";s:3:\"uid\";s:32:\"6701ec2aab76c253004d6ed5755cf9f6\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:259:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:32:38\";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:10:\"new_slider\";b:1;}i:642;a:23:{s:2:\"id\";s:3:\"675\";s:5:\"title\";s:30:\"Magazine Content Slider Static\";s:5:\"alias\";s:30:\"magazine-content-slider-static\";s:3:\"zip\";s:34:\"magazine-content-slider-static.zip\";s:3:\"uid\";s:32:\"3b1f7d279064fa1fb90bb2000e9ebc7b\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:260:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it\'s not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:35:12\";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:10:\"new_slider\";b:1;}i:643;a:23:{s:2:\"id\";s:3:\"676\";s:5:\"title\";s:24:\"Masonry Gallery Carousel\";s:5:\"alias\";s:24:\"Masonry-Gallery-Carousel\";s:3:\"zip\";s:28:\"Masonry-Gallery-Carousel.zip\";s:3:\"uid\";s:32:\"c189884a358e4984c8f300916909f54b\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/masonry-gallery-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 12:39: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;s:10:\"new_slider\";b:1;}i:644;a:23:{s:2:\"id\";s:3:\"677\";s:5:\"title\";s:31:\"Neon WordPress Slider With Text\";s:5:\"alias\";s:21:\"neon-wordpress-slider\";s:3:\"zip\";s:25:\"neon-wordpress-slider.zip\";s:3:\"uid\";s:32:\"9d620dfc8df1be5b956a70106a4ca5d7\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/neon-wordpress-slider-with-text/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:41:29\";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:10:\"new_slider\";b:1;}i:645;a:23:{s:2:\"id\";s:3:\"678\";s:5:\"title\";s:27:\"Restaurant One Page Website\";s:5:\"alias\";s:27:\"Restaurant-One-Page-Website\";s:3:\"zip\";s:31:\"Restaurant-One-Page-Website.zip\";s:3:\"uid\";s:32:\"747730efa359467cb5627ae123839090\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/kostlich-restaurant-one-page-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:287:\"<span class=\"ttm_content\">A restaurant WordPress template can easily be overloaded with features that no one really needs. The KÃ¶stlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 12:43:57\";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:10:\"new_slider\";b:1;}i:646;a:23:{s:2:\"id\";s:3:\"679\";s:5:\"title\";s:18:\"WooCommerce Slider\";s:5:\"alias\";s:18:\"woocommerce-slider\";s:3:\"zip\";s:22:\"woocommerce-slider.zip\";s:3:\"uid\";s:32:\"5f354f9d17d3b8562e7dfbac0b289ab3\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:47:34\";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:10:\"new_slider\";b:1;}i:647;a:23:{s:2:\"id\";s:3:\"680\";s:5:\"title\";s:25:\"WooCommerce Slider Static\";s:5:\"alias\";s:25:\"woocommerce-slider-static\";s:3:\"zip\";s:29:\"woocommerce-slider-static.zip\";s:3:\"uid\";s:32:\"66d86a41303223abecec3c4820bcd8f0\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:50:07\";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:10:\"new_slider\";b:1;}i:648;a:23:{s:2:\"id\";s:3:\"681\";s:5:\"title\";s:21:\"WordPress Post Slider\";s:5:\"alias\";s:21:\"wordpress-post-slider\";s:3:\"zip\";s:25:\"wordpress-post-slider.zip\";s:3:\"uid\";s:32:\"c854a5e0be29cb28893b0bb98d9e6740\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"postbased\";}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:\"2022-10-06 12:52:10\";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:10:\"new_slider\";b:1;}i:649;a:23:{s:2:\"id\";s:3:\"682\";s:5:\"title\";s:28:\"WordPress Post Slider Static\";s:5:\"alias\";s:28:\"WordPress-Post-Slider-Static\";s:3:\"zip\";s:32:\"WordPress-Post-Slider-Static.zip\";s:3:\"uid\";s:32:\"edbb9e724f7758aff215ab3e743abd9e\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}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:\"2022-10-06 12:53: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;s:10:\"new_slider\";b:1;}i:650;a:23:{s:2:\"id\";s:3:\"683\";s:5:\"title\";s:22:\"Wordpress Video Slider\";s:5:\"alias\";s:22:\"wordpress-video-slider\";s:3:\"zip\";s:26:\"wordpress-video-slider.zip\";s:3:\"uid\";s:32:\"fd50cf2c76a1fe0bf8bd35e727a00bb7\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/wordpress-video-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:55:51\";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:10:\"new_slider\";b:1;}i:651;a:25:{s:2:\"id\";s:3:\"684\";s:5:\"title\";s:37:\"Architecture Website Template Package\";s:5:\"alias\";s:37:\"architecture-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"architecture-website-template-package\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:\"2022-10-06 12:59:17\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:652;a:26:{s:2:\"id\";s:3:\"685\";s:5:\"title\";s:17:\"Architecture Menu\";s:5:\"alias\";s:17:\"architecture-menu\";s:3:\"zip\";s:27:\"packs/architecture-menu.zip\";s:3:\"uid\";s:32:\"a8c46db54ab5fdbb104aacc0cb26d48a\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:10:25\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:653;a:26:{s:2:\"id\";s:3:\"686\";s:5:\"title\";s:26:\"Architecture Header Slider\";s:5:\"alias\";s:26:\"architecture-header-slider\";s:3:\"zip\";s:36:\"packs/architecture-header-slider.zip\";s:3:\"uid\";s:32:\"e13d9d910db3371527ceb9f92a27057d\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:12:12\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:654;a:26:{s:2:\"id\";s:3:\"687\";s:5:\"title\";s:23:\"Architecture Text Block\";s:5:\"alias\";s:23:\"architecture-text-block\";s:3:\"zip\";s:33:\"packs/architecture-text-block.zip\";s:3:\"uid\";s:32:\"c130dd8a5faf7c292c54b99c82226c72\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:15:46\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:655;a:26:{s:2:\"id\";s:3:\"688\";s:5:\"title\";s:18:\"Architecture About\";s:5:\"alias\";s:18:\"architecture-about\";s:3:\"zip\";s:28:\"packs/architecture-about.zip\";s:3:\"uid\";s:32:\"5f589ec1e639ed4aa9b44542659cb2e9\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:17:04\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:656;a:26:{s:2:\"id\";s:3:\"689\";s:5:\"title\";s:26:\"Architecture Process Title\";s:5:\"alias\";s:26:\"architecture-process-title\";s:3:\"zip\";s:36:\"packs/architecture-process-title.zip\";s:3:\"uid\";s:32:\"6ca17bec2dc410a6c8a80a138c603a3c\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:18:48\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:657;a:26:{s:2:\"id\";s:3:\"690\";s:5:\"title\";s:20:\"Architecture Process\";s:5:\"alias\";s:20:\"architecture-process\";s:3:\"zip\";s:30:\"packs/architecture-process.zip\";s:3:\"uid\";s:32:\"df6202f061079192fde61c7756624c6c\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:20:31\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:658;a:26:{s:2:\"id\";s:3:\"691\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:5:\"alias\";s:22:\"architecture-portfolio\";s:3:\"zip\";s:32:\"packs/architecture-portfolio.zip\";s:3:\"uid\";s:32:\"444b7a502897a53a16eea5ec3cb7f08c\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:22:15\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:659;a:26:{s:2:\"id\";s:3:\"692\";s:5:\"title\";s:28:\"Architecture Portfolio Modal\";s:5:\"alias\";s:28:\"architecture-portfolio-modal\";s:3:\"zip\";s:38:\"packs/architecture-portfolio-modal.zip\";s:3:\"uid\";s:32:\"59994ba13c87a5409d75fdcbc7f58005\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:23:38\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}i:660;a:26:{s:2:\"id\";s:3:\"693\";s:5:\"title\";s:20:\"Architecture Contact\";s:5:\"alias\";s:20:\"architecture-contact\";s:3:\"zip\";s:30:\"packs/architecture-contact.zip\";s:3:\"uid\";s:32:\"b1ff4cf0d6530d79f7d67540ffdcd98d\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:25:49\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:\"59\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}}s:6:\"slides\";a:642:{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:19:\"Photographer-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";}}s:27:\"Photographer-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";}}s:21:\"Photographer-Showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";}}s:22:\"Photographer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";}}s:21:\"Photographer-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";}}s:19:\"Photographer-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";}}s:18:\"Photographer-Modal\";a:1:{i:0;a:2:{s:5:\"title\";s:8:\"Slider 1\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.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\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}s:24:\"furniture-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"furniture-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"furniture-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"furniture-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"furniture-website-slider/slide5.jpg\";}}s:26:\"fitness-gym-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide5.jpg\";}}s:35:\"ai--robotics-webside-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";}}s:30:\"ai-and-robotics-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide4.jpg\";}}s:14:\"ai-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";}}s:33:\"minimal-typography-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide4.jpg\";}}s:19:\"404-page-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"404-page-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"404-page-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"404-page-collection/slide4.jpg\";}}s:21:\"ecommerce-sale-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide4.jpg\";}}s:19:\"fashion-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"fashion-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"fashion-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"fashion-shop-slider/slide4.jpg\";}}s:29:\"lingerie-store-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide5.jpg\";}}s:28:\"beach-events-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide4.jpg\";}}s:41:\"creative-portfolio-website-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";}}s:30:\"creative-portfolio-main-slider\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide8.jpg\";}}s:28:\"creative-portfolio-project-1\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide5.jpg\";}}s:28:\"creative-portfolio-project-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide5.jpg\";}}s:28:\"creative-portfolio-project-3\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide5.jpg\";}}s:28:\"creative-portfolio-project-4\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide5.jpg\";}}s:28:\"creative-portfolio-project-5\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide5.jpg\";}}s:28:\"creative-portfolio-project-6\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide5.jpg\";}}s:28:\"creative-portfolio-project-7\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide5.jpg\";}}s:19:\"ai-particle-cluster\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"ai-particle-cluster/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"ai-particle-cluster/slide3.jpg\";}}s:24:\"artistic-parallax-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide4.jpg\";}}s:23:\"magazine-content-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";}}s:30:\"magazine-content-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide4.jpg\";}}s:24:\"Masonry-Gallery-Carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide3.jpg\";}}s:21:\"neon-wordpress-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide5.jpg\";}}s:27:\"Restaurant-One-Page-Website\";a:11:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide11.jpg\";}}s:18:\"woocommerce-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"woocommerce-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"woocommerce-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"woocommerce-slider/slide4.jpg\";}}s:25:\"woocommerce-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide4.jpg\";}}s:21:\"wordpress-post-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";}}s:28:\"WordPress-Post-Slider-Static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide6.jpg\";}}s:22:\"wordpress-video-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wordpress-video-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wordpress-video-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wordpress-video-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wordpress-video-slider/slide5.jpg\";}}s:37:\"architecture-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";}}s:17:\"architecture-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";}}s:26:\"architecture-header-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"architecture-header-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"architecture-header-slider/slide3.jpg\";}}s:23:\"architecture-text-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";}}s:18:\"architecture-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";}}s:26:\"architecture-process-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";}}s:20:\"architecture-process\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"architecture-process/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"architecture-process/slide3.jpg\";}}s:22:\"architecture-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";}}s:28:\"architecture-portfolio-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide4.jpg\";}}s:20:\"architecture-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";}}}}','no'),(306,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections\";s:7:\"excerpt\";s:306:\"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.\";s:7:\"created\";i:1667397460;s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:128:\"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:47:\"The Complete Guide To Design Project Management\";s:7:\"excerpt\";s:347:\"Successful web creators understand that design and systems must work side by side for people to deliver high-quality work without burning out. In this guide, we will explore the practical steps you can take to shut down time-wasting activities and frustration. Say no to scope creep and build a no-fail framework that can pivot for the unexpected.\";s:7:\"created\";i:1655196509;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:131:\"https://elementor.com/blog/design-project-management-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:30:\"Elementor Websites of May 2022\";s:7:\"excerpt\";s:315:\"May’s marvelous showcase offers a taste of new design trends and reimagined retro themes that will activate your artistic mind. Hear the sound of music festivals, awaken the entrepreneurial spirit, rediscover the joy of childhood learning, glide through skateparks, and rejuvenate with a splash of the Aegean Sea.\";s:7:\"created\";i:1655101192;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/showcase-may-2022/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(309,'jetpack_tos_agreed','1','yes'),(312,'jetpack_private_options','a:0:{}','yes'),(311,'_transient_jetpack_assumed_site_creation_date','2020-08-05 19:02:19','yes'),(314,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:1;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(342,'jetpack_plugin_api_action_links','a:4:{s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:69:\"http://lavendermatyoga.com/wp-admin/admin.php?page=akismet-key-config\";}s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"My Jetpack\";s:61:\"http://lavendermatyoga.com/wp-admin/admin.php?page=my-jetpack\";}s:39:\"spotlight-social-photo-feeds/plugin.php\";a:1:{s:5:\"Feeds\";s:70:\"http://lavendermatyoga.com/wp-admin/admin.php?page=spotlight-instagram\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:62:\"http://lavendermatyoga.com/wp-admin/admin.php?page=wc-settings\";}}','yes'),(346,'jetpack_active_modules','a:8:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"notes\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:18:\"verification-tools\";i:7;s:21:\"woocommerce-analytics\";}','yes'),(355,'jetpack_protect_key','1db025d4259a71ac656acab80858ac8ab466571a','no'),(650,'ls-latest-version','7.5.3','yes'),(651,'ls-p-url','https://layerslider.com/pricing/','yes'),(1518,'taxonomy_term_2','a:39:{s:13:\"header_effect\";s:2:\"no\";s:22:\"slider_parallax_effect\";s:2:\"no\";s:30:\"slider_advanced_responsiveness\";s:3:\"yes\";s:19:\"breakpoint1_graphic\";s:1:\"1\";s:17:\"breakpoint1_title\";s:1:\"1\";s:20:\"breakpoint1_subtitle\";s:1:\"1\";s:16:\"breakpoint1_text\";s:1:\"1\";s:18:\"breakpoint1_button\";s:1:\"1\";s:19:\"breakpoint2_graphic\";s:1:\"1\";s:17:\"breakpoint2_title\";s:3:\".45\";s:20:\"breakpoint2_subtitle\";s:3:\".75\";s:16:\"breakpoint2_text\";s:3:\".75\";s:18:\"breakpoint2_button\";s:1:\"1\";s:19:\"breakpoint3_graphic\";s:2:\".6\";s:17:\"breakpoint3_title\";s:2:\".4\";s:20:\"breakpoint3_subtitle\";s:2:\".4\";s:16:\"breakpoint3_text\";s:2:\".4\";s:18:\"breakpoint3_button\";s:2:\".9\";s:19:\"breakpoint4_graphic\";s:2:\".6\";s:17:\"breakpoint4_title\";s:3:\".55\";s:20:\"breakpoint4_subtitle\";s:3:\".55\";s:16:\"breakpoint4_text\";s:3:\".55\";s:18:\"breakpoint4_button\";s:3:\".55\";s:19:\"breakpoint5_graphic\";s:2:\".6\";s:17:\"breakpoint5_title\";s:3:\".45\";s:20:\"breakpoint5_subtitle\";s:3:\".45\";s:16:\"breakpoint5_text\";s:3:\".45\";s:18:\"breakpoint5_button\";s:3:\".55\";s:19:\"breakpoint6_graphic\";s:2:\".5\";s:17:\"breakpoint6_title\";s:2:\".5\";s:20:\"breakpoint6_subtitle\";s:2:\".5\";s:16:\"breakpoint6_text\";s:2:\".5\";s:18:\"breakpoint6_button\";s:3:\".55\";s:19:\"breakpoint7_graphic\";s:0:\"\";s:17:\"breakpoint7_title\";s:0:\"\";s:20:\"breakpoint7_subtitle\";s:0:\"\";s:16:\"breakpoint7_text\";s:0:\"\";s:18:\"breakpoint7_button\";s:0:\"\";s:9:\"shortcode\";s:180:\"[qode_slider slider=\\\'home\\\' auto_start=\\\'true\\\' animation_type=\\\'slide\\\' slide_animation=\\\'6000\\\' height=\\\'\\\' responsive_height=\\\'yes\\\' anchor=\\\'\\\' show_navigation_arrows=\\\'yes\\\']\";}','yes'),(482,'verification_services_codes','0','yes'),(559,'WPLANG','','yes'),(560,'new_admin_email','madison.namaste@gmail.com','yes'),(1432,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1514,'slides_category_children','a:0:{}','yes'),(848,'jetpack_protect_blocked_attempts','28972','no'),(438,'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'),(439,'post_by_email_address1','NULL','yes'),(440,'monitor_receive_notifications','1','yes'),(1334,'widget_qode_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1339,'license_key_token','1597089781|Q5xcyvM1HqjBCmdGb7T5','yes'),(417,'jpsq_sync_checkout','0:0','no'),(420,'jetpack_testimonial','0','yes'),(442,'jp_sync_lock_full_sync','','no'),(7026,'action_scheduler_lock_async-request-runner','1660969005','yes'),(7027,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"FZgNfOIfNRM9Gs5jQozwWIyzOv7QI3ce\";}','yes'),(7028,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(7029,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7030,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7031,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7032,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7033,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7034,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7035,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7036,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7037,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7038,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7039,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7040,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7041,'widget_woocommerce-dropdown-cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7316,'_transient_orders-transient-version','1603225896','yes'),(7182,'_transient_product-transient-version','1655236957','yes'),(7117,'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:1620081478;}','no'),(12989,'jetpack_site_icon_url','http://lavendermatyoga.com/wp-content/uploads/2020/09/cropped-Untitled-design-11.png','yes'),(12991,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(13822,'woocommerce_paypal_settings','a:23:{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:30:\"madison@madisonrosenberger.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:30:\"madison@madisonrosenberger.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:10:\"page_style\";s:0:\"\";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'),(13951,'woocommerce_admin_last_orders_milestone','1','yes'),(115312,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:0;s:22:\"there_are_now_products\";b:1;}','yes'),(115313,'woocommerce_task_list_hidden','yes','yes'),(290016,'woocommerce_version','4.5.5','yes'),(13646,'_transient_shipping-transient-version','1601406027','yes'),(14289,'woocommerce_sales_record_date','2020-10-01','yes'),(14290,'woocommerce_sales_record_amount','10','yes');
INSERT INTO `wpwc_options` VALUES (115311,'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=&section=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&section=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&section=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'),(66960,'qode_instagram_code_redirect_uri','http://demo.qodeinteractive.com/instagram-app/instagram-redirect.php?redirect_uri=https%3A%2F%2Flavendermatyoga.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dqode_theme_menu_tab_social','yes'),(289997,'jetpack_constants_sync_checksum','a:33:{s:7:\"ABSPATH\";i:3957792274;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:1742797564;s:11:\"PHP_VERSION\";i:1716813363;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:1842036899;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:14:\"WC_PLUGIN_FILE\";i:3954289891;s:10:\"WC_ABSPATH\";i:2479351470;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:2787361598;s:19:\"WOOCOMMERCE_VERSION\";i:2787361598;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:1147741990;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','yes'),(289998,'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'),(289999,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:4:\"http\";}','yes'),(290000,'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'),(290003,'jetpack_callables_sync_checksum','a:37:{s:11:\"get_plugins\";i:342643296;s:24:\"get_plugins_action_links\";i:458907394;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:2626159455;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:2626159455;s:26:\"main_network_site_wpcom_id\";i:3869672695;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:1814295679;s:10:\"post_types\";i:3199748697;s:27:\"rest_api_allowed_post_types\";i:710265342;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:5:\"roles\";i:1776745860;s:10:\"shortcodes\";i:2208641166;s:13:\"site_icon_url\";i:82363409;s:8:\"site_url\";i:2626159455;s:10:\"taxonomies\";i:3067906466;s:13:\"theme_support\";i:655583857;s:8:\"timezone\";i:3808505409;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:1819132959;s:10:\"wp_version\";i:1911752869;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:2903718415;s:14:\"active_modules\";i:4083673817;s:24:\"available_jetpack_blocks\";i:1509045358;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'),(290004,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(511136,'_site_transient_timeout_browser_792de51e4d5be52a35f55f3570193fc3','1668622837','no'),(511137,'_site_transient_browser_792de51e4d5be52a35f55f3570193fc3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"107.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(288765,'jetpack_site_products','a:0:{}','yes'),(282586,'_transient_dirsize_cache','a:34:{s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2020/11\";i:62477950;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2020/08\";i:29223090;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2020/12\";i:372815255;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2020/09\";i:855345878;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2020/10\";i:31020246;s:58:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2020\";i:1350882419;s:67:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/elementor/css\";i:5851;s:63:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/elementor\";i:5851;s:81:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11\";i:406041027;s:81:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/12\";i:90717104;s:78:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020\";i:496758131;s:73:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/woocommerce_uploads\";i:496758144;s:65:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/js_composer\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/11\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/06\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/08\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/07\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/05\";i:22840818;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/12\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/02\";i:26171655;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/04\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/09\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/01\";i:136544420;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/10\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/03\";i:0;s:58:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021\";i:185556893;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2022/02\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2022/04\";i:50165202;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2022/01\";i:0;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2022/03\";i:203594;s:58:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2022\";i:50368796;s:61:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/wc-logs\";i:183;s:69:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/spotlight-insta\";i:76036019;s:53:\"/home/madiso60/lavendermatyoga.com/wp-content/uploads\";i:2160708705;}','yes'),(413453,'mce_show_update_news','0','no'),(413468,'cf7_mch_7570','a:1:{s:9:\"listatags\";a:5:{i:0;O:13:\"WPCF7_FormTag\":11:{s:4:\"type\";s:5:\"text*\";s:8:\"basetype\";s:4:\"text\";s:8:\"raw_name\";s:9:\"your-name\";s:4:\"name\";s:9:\"your-name\";s:7:\"options\";a:0:{}s:10:\"raw_values\";a:0:{}s:6:\"values\";a:0:{}s:5:\"pipes\";O:11:\"WPCF7_Pipes\":1:{s:18:\"\0WPCF7_Pipes\0pipes\";a:0:{}}s:6:\"labels\";a:0:{}s:4:\"attr\";s:0:\"\";s:7:\"content\";s:0:\"\";}i:1;O:13:\"WPCF7_FormTag\":11:{s:4:\"type\";s:6:\"email*\";s:8:\"basetype\";s:5:\"email\";s:8:\"raw_name\";s:10:\"your-email\";s:4:\"name\";s:10:\"your-email\";s:7:\"options\";a:0:{}s:10:\"raw_values\";a:0:{}s:6:\"values\";a:0:{}s:5:\"pipes\";O:11:\"WPCF7_Pipes\":1:{s:18:\"\0WPCF7_Pipes\0pipes\";a:0:{}}s:6:\"labels\";a:0:{}s:4:\"attr\";s:0:\"\";s:7:\"content\";s:0:\"\";}i:2;O:13:\"WPCF7_FormTag\":11:{s:4:\"type\";s:5:\"text*\";s:8:\"basetype\";s:4:\"text\";s:8:\"raw_name\";s:12:\"your-subject\";s:4:\"name\";s:12:\"your-subject\";s:7:\"options\";a:0:{}s:10:\"raw_values\";a:0:{}s:6:\"values\";a:0:{}s:5:\"pipes\";O:11:\"WPCF7_Pipes\":1:{s:18:\"\0WPCF7_Pipes\0pipes\";a:0:{}}s:6:\"labels\";a:0:{}s:4:\"attr\";s:0:\"\";s:7:\"content\";s:0:\"\";}i:3;O:13:\"WPCF7_FormTag\":11:{s:4:\"type\";s:8:\"textarea\";s:8:\"basetype\";s:8:\"textarea\";s:8:\"raw_name\";s:12:\"your-message\";s:4:\"name\";s:12:\"your-message\";s:7:\"options\";a:0:{}s:10:\"raw_values\";a:0:{}s:6:\"values\";a:0:{}s:5:\"pipes\";O:11:\"WPCF7_Pipes\":1:{s:18:\"\0WPCF7_Pipes\0pipes\";a:0:{}}s:6:\"labels\";a:0:{}s:4:\"attr\";s:0:\"\";s:7:\"content\";s:0:\"\";}i:4;O:13:\"WPCF7_FormTag\":11:{s:4:\"type\";s:6:\"submit\";s:8:\"basetype\";s:6:\"submit\";s:8:\"raw_name\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"options\";a:0:{}s:10:\"raw_values\";a:1:{i:0;s:6:\"Submit\";}s:6:\"values\";a:1:{i:0;s:6:\"Submit\";}s:5:\"pipes\";O:11:\"WPCF7_Pipes\":1:{s:18:\"\0WPCF7_Pipes\0pipes\";a:1:{i:0;O:10:\"WPCF7_Pipe\":2:{s:6:\"before\";s:6:\"Submit\";s:5:\"after\";s:6:\"Submit\";}}}s:6:\"labels\";a:1:{i:0;s:6:\"Submit\";}s:4:\"attr\";s:0:\"\";s:7:\"content\";s:0:\"\";}}}','yes'),(413469,'mce_loyalty','a:11:{s:7:\"seconds\";i:26;s:7:\"minutes\";i:3;s:5:\"hours\";i:21;s:4:\"mday\";i:19;s:4:\"wday\";i:5;s:3:\"mon\";i:8;s:4:\"year\";i:2022;s:4:\"yday\";i:230;s:7:\"weekday\";s:6:\"Friday\";s:5:\"month\";s:6:\"August\";i:0;i:1660943006;}','no'),(413470,'chimpmatic-update','1','no'),(413471,'mce_conten_panel_welcome','<p class=\"about-description\">Hello. My name is Renzo, I <span alt=\"f487\" class=\"dashicons dashicons-heart red-icon\"> </span> WordPress and I develop this free plugin to help users like you. I drink copious amounts of coffee to keep me running longer <span alt=\"f487\" class=\"dashicons dashicons-smiley red-icon\"> </span>. If you\'ve found this plugin useful, please consider making a donation.</p><br>\r\n      <p class=\"about-description\">Would you like to <a class=\"button-primary\" href=\"http://bit.ly/cafe4renzo\" target=\"_blank\">buy me a coffee?</a> or <a class=\"button-primary\" href=\"http://bit.ly/cafe4renzo\" target=\"_blank\">Donate with Paypal</a></p>','no'),(413472,'mce_conten_panel_lateralbanner','\r\n      <div class=\"inside  bg-f2\"><h3>Upgrade to PRO</h3>\r\n        <p>We have the the best tool to integrate <b>Contact Form 7</b> & <b>Mailchimp.com</b> mailing lists. We have new nifty features:</p>\r\n        <ul>\r\n          <li>Tag Existing Subscribers</li>\r\n          <li>Group Existing Subscribers</li>\r\n          <li>Email Verification</li>\r\n          <li>AWESOME Support And more!</li>\r\n        </ul>\r\n\r\n      </div><div class=\"promo-2022\"><h1>40<span>%</span> Off!</h1><p class=\"interesting\">Submit your name and email and we’ll send you a coupon for <b>40% off</b> your upgrade to the pro version.</p><div class=\"wpcf7 cm-form\" id=\"wpcf7-f10181-p10182-o1\"><div action=\"https://chimpmatic.com/almost-there\" target=\"_blank\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\" data-status=\"init\" _lpchecked=\"1\"><div style=\"display: none;\"> <input type=\"hidden\" name=\"_wpcf7\" value=\"10181\"> <input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.6\"> <input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\"> <input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f10181-p10182-o1\"> <input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"10182\"> <input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\"></div><p><label><span class=\" your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\"></span></label><br> <label><span class=\" your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Email\"></span></label><br> <input type=\"submit\" value=\"Send me the coupon\" class=\"button cm-submit wpcf7-submit\" formaction=\"https://chimpmatic.com/almost-there\" target=\"_blank\"></p></div></div></div>','no'),(414241,'elementor_log','a:43:{s:32:\"01afbdf32146375d8962030032bccedd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d89929997f439513c3e497cc541454f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"db0dbe0fd57b291bf706d40a33c275b9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"51b1aefdae06ce71a34e3572beca07d9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"bd2fd9b6d6214bea03623322fb75d8f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d10f04c6cc566cd489224300eb266eb1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f1b097539d7e67f8eeb3a9dbe424c850\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f6fbdd45236269d95c69e92d798e1d10\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"bf0667b22f1d56a8065feef999f05370\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";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:\"2022-08-20 07:19:57\";}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:\"d0160e7254ef66ea639ad8479829d9ee\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";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:\"2022-08-20 07:19:57\";}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:\"646e66996ee9edc33b3debb4e6bde1d2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"8a7895489a549f86d581b7a71150f3c6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"db6339a4eb1bd06a1343b13bb7f9df01\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"fba42012063077a07db123e2333f7bd7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"19cdb3f3a0ec079051facbcc9ee1e113\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:57\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.14\";s:2:\"to\";s:5:\"3.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:57\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.14\";s:2:\"to\";s:5:\"3.7.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"78d905bd1cb98243fba7dd12c95036a4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:19:59\";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:6:\"2.9.14\";s:2:\"to\";s:5:\"3.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:19:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.14\";s:2:\"to\";s:5:\"3.7.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6c4fce613e9798d8e50938bfbcbfc4af\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";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:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"98b85922893a10b6635e402022e4237b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"26d3f8c097aa1bf69cd040ba0889476a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2bfed557c56c421e1331142b70abd436\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"beee8386e6532fb8e360ddae95698803\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d1136f2a813c43a4537a58b5f2fa59c9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ac9277c06e161c0abb0e775139bdaf68\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:43:\"System colors already exist. nothing to do.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:43:\"System colors already exist. nothing to do.\";s:4:\"type\";s:6:\"notice\";}}s:32:\"b087e09fa9caae7fde7cf660e1d4aa9f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:65:\"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a1567a267be38382250036a192ba8798\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"2aff065a455e8da051125fb6951fd32a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:43:\"Custom colors already exist. nothing to do.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:43:\"Custom colors already exist. nothing to do.\";s:4:\"type\";s:6:\"notice\";}}s:32:\"ca82c66a4916dd30e36c647cdb21b4cd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:63:\"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"95c4a1eb151c71158add1233d4348f8f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:67:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"67f7c9c711a658fa626a40de3c6fe3b3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:47:\"System typography already exist. nothing to do.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:47:\"System typography already exist. nothing to do.\";s:4:\"type\";s:6:\"notice\";}}s:32:\"6df0bb595a9d4fb051467b75ee603883\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:69:\"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"20d49ddd9b6c0435a59aaae055da504d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";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:\"2022-08-20 07:20:00\";}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:\"29cbd6448d78b59e009847cbd23c9bc7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";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:\"2022-08-20 07:20:00\";}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:\"46eb9a2599029a0f3b2fe041e5beec8d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"362eb0079f0025a9de690864eb7722ed\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d5e0e6aff77eae89b65b241d0ce4b613\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"96e93db018a3d68aa65644026e6c77d2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5d958bbb724f89fe32c7947356d3c134\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-20 07:20:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.14\";s:2:\"to\";s:5:\"3.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-20 07:20:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"2.9.14\";s:2:\"to\";s:5:\"3.7.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b026fb4fcad93f5158df9cf4bb63ee12\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-21 19:06:18\";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.7.1\";s:2:\"to\";s:5:\"3.7.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-21 19:06:18\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8f72714e5d1e2e682647b654712aa575\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-21 19:06: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:\"2022-08-21 19:06:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"36359e746e5ba8c974c958ab97829a13\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-21 19:06:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-21 19:06:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"48d913dd2282f49e772bc675ac8630ae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-21 19:06:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-21 19:06:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"336ab9d527b0218877448ee63dd9e924\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-21 19:06:19\";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.7.1\";s:2:\"to\";s:5:\"3.7.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-21 19:06:19\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c4643c93351e78e89e4441cd0d0d3c56\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-08-21 19:06: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.7.1\";s:2:\"to\";s:5:\"3.7.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-08-21 19:06:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(414247,'elementor_install_history','a:3:{s:6:\"2.9.14\";i:1660979996;s:5:\"3.7.1\";i:1660980000;s:5:\"3.7.2\";i:1661108779;}','yes'),(413492,'popmake_settings','a:2:{s:26:\"disable_popup_category_tag\";i:1;s:16:\"default_theme_id\";i:7571;}','yes'),(413483,'jetpack_dismissed_connection_banner','1','yes'),(281618,'sli_date_started','1651350597','yes'),(281611,'sli_user_did_onboarding','1','yes'),(516685,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1668409380;s:7:\"checked\";a:6:{s:6:\"bridge\";s:4:\"22.5\";s:14:\"twentynineteen\";s:3:\"1.6\";s:15:\"twentyseventeen\";s:3:\"2.3\";s:12:\"twentytwenty\";s:3:\"1.4\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:5:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(516686,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1668409380;s:8:\"response\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.6.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";b:0;}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":12:{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:\"6.0.9\";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.6.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2810060\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2810049\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2810049\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2810049\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"7.2\";}s:39:\"spotlight-social-photo-feeds/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:42:\"w.org/plugins/spotlight-social-photo-feeds\";s:4:\"slug\";s:28:\"spotlight-social-photo-feeds\";s:6:\"plugin\";s:39:\"spotlight-social-photo-feeds/plugin.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/spotlight-social-photo-feeds/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/spotlight-social-photo-feeds.1.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/spotlight-social-photo-feeds/assets/icon-128x128.gif?rev=2713416\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/spotlight-social-photo-feeds/assets/banner-1544x500.jpg?rev=2682454\";s:2:\"1x\";s:83:\"https://ps.w.org/spotlight-social-photo-feeds/assets/banner-772x250.jpg?rev=2682454\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"7.1\";}s:27:\"LayerSlider/layerslider.php\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"7.5.3\";s:8:\"released\";s:10:\"2022-10-17\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";s:11:\"new_version\";s:5:\"7.5.3\";}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:6:\"6.10.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";N;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.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:\"5.0\";}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.8.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.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:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{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:6:\"11.5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.11.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2638128\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}}','no'),(281295,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(281359,'jp_sync_last_success_sync','1652297746.9679','no'),(281328,'jetpack_search_plan_info','a:8:{s:20:\"search_subscriptions\";a:0:{}s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;s:27:\"default_upgrade_bill_period\";s:6:\"yearly\";s:9:\"tier_slug\";N;s:20:\"tier_minimum_records\";N;s:20:\"tier_maximum_records\";N;}','yes'),(281346,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}','yes'),(289993,'jetpack_sync_settings_dedicated_sync_enabled','0','yes'),(289994,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(281334,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(281292,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:58:\"spotlight-social-photo-feeds/vendor/freemius/wordpress-sdk\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.3\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1651350162;s:11:\"plugin_path\";s:39:\"spotlight-social-photo-feeds/plugin.php\";}}s:7:\"abspath\";s:35:\"/home/madiso60/lavendermatyoga.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:39:\"spotlight-social-photo-feeds/plugin.php\";s:8:\"sdk_path\";s:58:\"spotlight-social-photo-feeds/vendor/freemius/wordpress-sdk\";s:7:\"version\";s:5:\"2.4.3\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1651350162;}}','yes'),(281293,'fs_debug_mode','','yes'),(281294,'fs_accounts','a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:5975;a:3:{s:4:\"slug\";s:28:\"spotlight-social-photo-feeds\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:39:\"spotlight-social-photo-feeds/plugin.php\";}}s:11:\"plugin_data\";a:1:{s:28:\"spotlight-social-photo-feeds\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:39:\"spotlight-social-photo-feeds/plugin.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1651350162;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.0.1\";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:19:\"lavendermatyoga.com\";s:9:\"server_ip\";s:15:\"104.139.100.180\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1651350162;s:7:\"version\";s:5:\"1.0.1\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1651350271;s:7:\"version\";s:5:\"1.0.1\";}s:21:\"trial_promotion_shown\";i:1667046500;}}s:13:\"file_slug_map\";a:1:{s:39:\"spotlight-social-photo-feeds/plugin.php\";s:28:\"spotlight-social-photo-feeds\";}s:7:\"plugins\";a:1:{s:28:\"spotlight-social-photo-feeds\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:30:\"Spotlight - Social Media Feeds\";s:4:\"slug\";s:28:\"spotlight-social-photo-feeds\";s:12:\"premium_slug\";s:36:\"spotlight-social-photo-feeds-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:39:\"spotlight-social-photo-feeds/plugin.php\";s:7:\"version\";s:5:\"1.0.1\";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_c3d236fabdccc79ce32cd916ce2a2\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5975\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"7bba19c77a83c7ca4da3462137e42fa5\";s:13:\"admin_notices\";a:1:{s:28:\"spotlight-social-photo-feeds\";a:1:{s:15:\"trial_promotion\";a:8:{s:7:\"message\";s:430:\"Hey! How do you like <b>Spotlight - Social Media Feeds</b> so far? Test all our awesome premium features with a 14-day free trial. No commitment for 14 days - cancel anytime!  <a style=\"margin-left: 10px; vertical-align: super;\" href=\"https://lavendermatyoga.com/wp-admin/admin.php?billing_cycle=annual&trial=true&page=spotlight-instagram-pricing\"><button class=\"button button-primary\">Start free trial &nbsp;&#10140;</button></a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:9:\"promotion\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"trial_promotion\";s:10:\"manager_id\";s:28:\"spotlight-social-photo-feeds\";s:6:\"plugin\";s:30:\"Spotlight - Social Media Feeds\";s:10:\"wp_user_id\";N;}}}}','yes'),(281296,'fs_api_cache','a:0:{}','no'),(281309,'sli_api_auth_token','25b22172815bc8978348a63e67f4fb83ced763c5','yes'),(281308,'widget_sli-feed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(281239,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(281240,'disallowed_keys','','no'),(281241,'comment_previously_approved','1','yes'),(281242,'auto_plugin_theme_update_emails','a:2:{s:27:\"LayerSlider/layerslider.php\";s:5:\"7.5.3\";s:27:\"js_composer/js_composer.php\";s:6:\"6.10.0\";}','no'),(281243,'auto_update_core_dev','enabled','yes'),(281244,'auto_update_core_minor','enabled','yes'),(281245,'auto_update_core_major','unset','yes'),(281246,'wp_force_deactivated_plugins','a:0:{}','yes'),(517233,'_transient_timeout_global_styles_bridge','1668446856','no'),(517234,'_transient_global_styles_bridge','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(413493,'pum_version','1.16.7','yes'),(413494,'pum_files_writeable','1','yes'),(413495,'_pum_writeable_notice_dismissed','1','yes'),(413496,'pum_ver','1.16.7','yes'),(413497,'pum_initial_version','1.16.7','yes'),(413498,'pum_ver_upgraded_from','0.0.0','yes'),(413499,'pum_db_ver','8','yes'),(413500,'pum_installed_on','2022-08-19 21:07:22','yes'),(413508,'pum_seen_welcome','1','yes'),(413509,'_pum_installed','1','yes'),(413510,'pum_privacy_cookie_list','a:2:{s:7:\"cookies\";a:1:{s:8:\"pum-7579\";a:3:{s:5:\"label\";s:56:\"Cookie used to prevent popup from displaying repeatedly.\";s:4:\"name\";s:8:\"pum-7579\";s:4:\"time\";s:7:\"1 month\";}}s:9:\"timestamp\";i:1660943246;}','yes'),(281265,'https_detection_errors','a:0:{}','yes'),(281268,'can_compress_scripts','1','no'),(281380,'sli_upgrade_lock','0','no'),(281382,'sli_show_https_notice','0','yes'),(281383,'sli_show_openssl_ext_notice','0','yes'),(281384,'sli_version','1.0.1','no'),(354272,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:25;s:3:\"all\";i:25;s:9:\"moderated\";s:1:\"6\";s:8:\"approved\";s:2:\"19\";s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(516682,'_site_transient_timeout_envato_market_themes','1668412980','no'),(516683,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(516680,'_site_transient_timeout_theme_roots','1668411179','no'),(516681,'_site_transient_theme_roots','a:6:{s:6:\"bridge\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(413456,'mce_conten_panel_master','<p class=\"about-description\">Easier setup to get you up and running in no time. Please <a href=\"https://chimpmatic.com/contact\" target=\"_blank\" rel=\"noopener noreferrer\">lets us know</a> what kind of features you would like to see added <a href=\"https://chimpmatic.com/contact\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a></p>\n<div class=\"welcome-panel-column-container\">\n<div class=\"welcome-panel-column\">\n<h3>Get Started</h3>\n<p>Make sure it works as you expect <br><a class=\"button button-primary button-hero load-customize\" href=\"/wp-admin/admin.php?page=wpcf7&amp;post=8&amp;active-tab=4\">Review your settings <span alt=\"f111\" class=\"dashicons dashicons-admin-generic\" style=\"font-size: 17px;vertical-align: middle;\"> </span> </a></p>\n</div>\n<div class=\"welcome-panel-column\">\n<h3>Next Steps</h3>\n<p>Help me develop the plugin and provide support by <br><a class=\"donate button button-primary button-hero load-customize\" href=\"https://www.paypal.me/renzojohnson\" target=\"_blank\" rel=\"noopener noreferrer\">Donating even a small sum <span alt=\"f524\" class=\"dashicons dashicons-tickets-alt\"> </span></a></p>\n</div>\n</div>','no'),(413457,'mce_conten_tittle_master','Chimpmatic Lite is now 0.5.61!','no'),(413459,'auto_update_plugins','a:6:{i:0;s:19:\"akismet/akismet.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:31:\"envato-market/envato-market.php\";i:3;s:27:\"LayerSlider/layerslider.php\";i:4;s:27:\"woocommerce/woocommerce.php\";i:5;s:27:\"js_composer/js_composer.php\";}','no'),(484653,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.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-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1668409380;s:15:\"version_checked\";s:5:\"5.9.5\";s:12:\"translations\";a:0:{}}','no'),(413377,'adminhash','a:2:{s:4:\"hash\";s:32:\"6c04c9251aabb047e0ea68ffc1b7a7bc\";s:8:\"newemail\";s:25:\"madison.namaste@gmail.com\";}','yes'),(413505,'_pum_installed_themes','a:7:{i:0;s:8:\"lightbox\";i:1;s:15:\"enterprise-blue\";i:2;s:9:\"hello-box\";i:3;s:12:\"cutting-edge\";i:4;s:13:\"framed-border\";i:5;s:12:\"floating-bar\";i:6;s:12:\"content-only\";}','yes'),(413506,'pum_completed_upgrades','a:1:{i:0;s:16:\"core-v1_8-themes\";}','yes'),(413507,'pum_reviews_installed_on','2022-08-19 21:07:25','yes'),(413820,'action_scheduler_migration_status','complete','yes'),(413642,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"19.5.1\";}','yes'),(414242,'elementor_events_db_version','1.0.0','no'),(413643,'wpseo','a:87:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:6:\"19.5.1\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1660944912;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:27:\"https://lavendermatyoga.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1660944915;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;}','yes'),(413644,'wpseo_titles','a:236:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:20:\"title-portfolio_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-portfolio_page\";s:0:\"\";s:22:\"noindex-portfolio_page\";b:0;s:33:\"display-metabox-pt-portfolio_page\";b:1;s:33:\"post_types-portfolio_page-maintax\";i:0;s:31:\"schema-page-type-portfolio_page\";s:7:\"WebPage\";s:34:\"schema-article-type-portfolio_page\";s:4:\"None\";s:27:\"social-title-portfolio_page\";s:9:\"%%title%%\";s:33:\"social-description-portfolio_page\";s:0:\"\";s:31:\"social-image-url-portfolio_page\";s:0:\"\";s:30:\"social-image-id-portfolio_page\";i:0;s:30:\"title-ptarchive-portfolio_page\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-ptarchive-portfolio_page\";s:0:\"\";s:32:\"bctitle-ptarchive-portfolio_page\";s:0:\"\";s:32:\"noindex-ptarchive-portfolio_page\";b:0;s:37:\"social-title-ptarchive-portfolio_page\";s:21:\"%%pt_plural%% Archive\";s:43:\"social-description-ptarchive-portfolio_page\";s:0:\"\";s:41:\"social-image-url-ptarchive-portfolio_page\";s:0:\"\";s:40:\"social-image-id-ptarchive-portfolio_page\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:24:\"schema-page-type-product\";s:7:\"WebPage\";s:27:\"schema-article-type-product\";s:4:\"None\";s:20:\"social-title-product\";s:9:\"%%title%%\";s:26:\"social-description-product\";s:0:\"\";s:24:\"social-image-url-product\";s:0:\"\";s:23:\"social-image-id-product\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:30:\"social-title-ptarchive-product\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-product\";s:0:\"\";s:34:\"social-image-url-ptarchive-product\";s:0:\"\";s:33:\"social-image-id-ptarchive-product\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:38:\"display-metabox-tax-portfolio_category\";b:1;s:30:\"noindex-tax-portfolio_category\";b:0;s:35:\"social-title-tax-portfolio_category\";s:23:\"%%term_title%% Archives\";s:41:\"social-description-tax-portfolio_category\";s:0:\"\";s:39:\"social-image-url-tax-portfolio_category\";s:0:\"\";s:38:\"social-image-id-tax-portfolio_category\";i:0;s:36:\"taxonomy-portfolio_category-ptparent\";i:0;s:23:\"title-tax-portfolio_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tax-portfolio_tag\";s:0:\"\";s:33:\"display-metabox-tax-portfolio_tag\";b:1;s:25:\"noindex-tax-portfolio_tag\";b:0;s:30:\"social-title-tax-portfolio_tag\";s:23:\"%%term_title%% Archives\";s:36:\"social-description-tax-portfolio_tag\";s:0:\"\";s:34:\"social-image-url-tax-portfolio_tag\";s:0:\"\";s:33:\"social-image-id-tax-portfolio_tag\";i:0;s:31:\"taxonomy-portfolio_tag-ptparent\";i:0;s:31:\"title-tax-testimonials_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-testimonials_category\";s:0:\"\";s:41:\"display-metabox-tax-testimonials_category\";b:1;s:33:\"noindex-tax-testimonials_category\";b:0;s:38:\"social-title-tax-testimonials_category\";s:23:\"%%term_title%% Archives\";s:44:\"social-description-tax-testimonials_category\";s:0:\"\";s:42:\"social-image-url-tax-testimonials_category\";s:0:\"\";s:41:\"social-image-id-tax-testimonials_category\";i:0;s:39:\"taxonomy-testimonials_category-ptparent\";i:0;s:25:\"title-tax-slides_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-slides_category\";s:0:\"\";s:35:\"display-metabox-tax-slides_category\";b:1;s:27:\"noindex-tax-slides_category\";b:0;s:32:\"social-title-tax-slides_category\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-slides_category\";s:0:\"\";s:36:\"social-image-url-tax-slides_category\";s:0:\"\";s:35:\"social-image-id-tax-slides_category\";i:0;s:33:\"taxonomy-slides_category-ptparent\";i:0;s:28:\"title-tax-carousels_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-carousels_category\";s:0:\"\";s:38:\"display-metabox-tax-carousels_category\";b:1;s:30:\"noindex-tax-carousels_category\";b:0;s:35:\"social-title-tax-carousels_category\";s:23:\"%%term_title%% Archives\";s:41:\"social-description-tax-carousels_category\";s:0:\"\";s:39:\"social-image-url-tax-carousels_category\";s:0:\"\";s:38:\"social-image-id-tax-carousels_category\";i:0;s:36:\"taxonomy-carousels_category-ptparent\";i:0;s:34:\"title-tax-masonry_gallery_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:37:\"metadesc-tax-masonry_gallery_category\";s:0:\"\";s:44:\"display-metabox-tax-masonry_gallery_category\";b:1;s:36:\"noindex-tax-masonry_gallery_category\";b:0;s:41:\"social-title-tax-masonry_gallery_category\";s:23:\"%%term_title%% Archives\";s:47:\"social-description-tax-masonry_gallery_category\";s:0:\"\";s:45:\"social-image-url-tax-masonry_gallery_category\";s:0:\"\";s:44:\"social-image-id-tax-masonry_gallery_category\";i:0;s:42:\"taxonomy-masonry_gallery_category-ptparent\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:28:\"social-title-tax-product_cat\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_cat\";s:0:\"\";s:32:\"social-image-url-tax-product_cat\";s:0:\"\";s:31:\"social-image-id-tax-product_cat\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:28:\"social-title-tax-product_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_tag\";s:0:\"\";s:32:\"social-image-url-tax-product_tag\";s:0:\"\";s:31:\"social-image-id-tax-product_tag\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:39:\"social-title-tax-product_shipping_class\";s:23:\"%%term_title%% Archives\";s:45:\"social-description-tax-product_shipping_class\";s:0:\"\";s:43:\"social-image-url-tax-product_shipping_class\";s:0:\"\";s:42:\"social-image-id-tax-product_shipping_class\";i:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(413645,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}}','yes'),(418092,'_elementor_global_css','a:6:{s:4:\"time\";i:1661249344;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'),(511040,'_transient_timeout_rsssl_plusone_count','1668618821','no'),(511041,'_transient_rsssl_plusone_count','2','no'),(511046,'_site_transient_timeout_browser_4a822b851afbb79d7ada1445daba33ae','1668618821','no'),(511047,'_site_transient_browser_4a822b851afbb79d7ada1445daba33ae','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(517235,'_transient_timeout_global_styles_svg_filters_bridge','1668446856','no'),(517236,'_transient_global_styles_svg_filters_bridge','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(516056,'_transient_timeout_sli_preview/preview.remote','1668452947','no'),(516057,'_transient_sli_preview/preview.remote','{\"media\":[{\"id\":\"63713ed9689e1\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/26.jpg\",\"caption\":\"Warning: Cuteness overload.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed968dae\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/25.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed9690ef\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/24.jpg\",\"caption\":\"Dogs are my favorite kind of people.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed9694da\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/23.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed969872\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/22.jpg\",\"caption\":\"Love is a four-legged word.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed969ba8\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/21.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed969f30\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/20.jpg\",\"caption\":\"The road to my heart is marked with paw prints.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96a2fc\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/19.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96a60b\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/18.jpg\",\"caption\":\"Anything is paw-sible with a dog by your side.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96a93b\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/17.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96abb9\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/16.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96ae90\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/15.jpg\",\"caption\":\"This friendship is fur real.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96b15f\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/14.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96b418\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/13.jpg\",\"caption\":\"A house isn\'t a home without a dog.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96b70b\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/12.jpg\",\"caption\":\"Excuse me while I be absolutely adorable.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96b9df\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/11.jpg\",\"caption\":\"Live, laugh, bark.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96bca4\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/10.jpg\",\"caption\":\"They call it puppy love.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96bfc4\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/9.jpg\",\"caption\":\"I\'m a VIP: Very Important Puppy.\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96c2af\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/8.jpg\",\"caption\":\"What\'s up, dog?\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96c622\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/7.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96c954\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/6.jpg\",\"caption\":\"\\u201cDogs are not our whole life, but they make our lives whole.\\u201d\\r\\n- Roger Caras\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96cb9c\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/5.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96ce26\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/4.jpg\",\"caption\":\"\\\"Everything I know, I learned from dogs.\\\" - Nora Roberts\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96d124\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/3.jpg\",\"caption\":\"\\\"Happiness is a warm puppy.\\\" - Charles Schulz\\r\\n#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96d365\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/2.jpg\",\"caption\":\"#dog\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}},{\"id\":\"63713ed96d672\",\"type\":\"IMAGE\",\"url\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2022\\/11\\/1.jpg\",\"caption\":\"\\u201cA dog is the only thing on earth that loves you more than he loves himself.\\u201d \\u2013 Josh Billings \\r\\n\\r\\n#dog #cute #love\",\"username\":\"spotlight_demo\",\"timestamp\":\"2022-11-13T19:00:41+0000\",\"likesCount\":0,\"commentsCount\":0,\"source\":{\"name\":\"spotlight_demo\",\"type\":\"BUSINESS_ACCOUNT\"}}],\"account\":{\"id\":\"63713ed96d925\",\"userId\":\"63713ed96d926\",\"username\":\"spotlight_demo\",\"bio\":\"Connect your own Instagram account to get started!  \\u2192\",\"profilePicUrl\":\"https:\\/\\/spotlightwp.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-Favicon.png\",\"mediaCount\":26}}','no'),(281248,'db_upgraded','','yes'),(290177,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:17:\"plugin_db_version\";s:5:\"5.3.1\";s:11:\"ssl_enabled\";b:1;s:4:\"hsts\";b:0;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:20:\"do_not_edit_htaccess\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:13:\"high_contrast\";b:0;s:17:\"htaccess_redirect\";b:0;}','yes'),(416084,'elementor_1_elementor_updater_batch_ceab1acc85089ac5d1f14edcb153','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no'),(290176,'rsssl_activated_plugin','1','yes'),(290178,'rsssl_remaining_tasks','1','yes'),(516678,'_site_transient_timeout_envato_market_plugins','1668412981','no'),(516679,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(497626,'_transient_timeout_jetpack_file_data_10.8','1669552191','no'),(497627,'_transient_jetpack_file_data_10.8','a:1:{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:\"\";}}','no'),(290189,'rsssl_current_version','5.3.1','yes'),(290193,'rsssl_activation_timestamp','1652305297','yes'),(290192,'https_migration_required','','yes'),(290206,'rsssl_all_tasks','','yes'),(279889,'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:7:{i:0;s:12:\"advanced-seo\";i:1;s:7:\"akismet\";i:2;s:17:\"security-settings\";i:3;s:14:\"send-a-message\";i:4;s:15:\"social-previews\";i:5;s:18:\"upload-video-files\";i:6;s:15:\"whatsapp-button\";}s:9:\"available\";a:38:{s:12:\"advanced-seo\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"akismet\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_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:10:\"core/audio\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_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/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:9:\"donations\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:17:\"full-activity-log\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:14:{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\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_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:18:\"recurring-payments\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:11:\"republicize\";a:14:{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\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:14:{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\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:17:\"security-settings\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:14:\"send-a-message\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_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:15:\"social-previews\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:18:\"upload-video-files\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_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: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:18:\"vaultpress-backups\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_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:13:\"video-hosting\";a:14:{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\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:15:\"whatsapp-button\";a:16:{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\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"wordads\";a:14:{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\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:14:{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\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:10:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:26:\"jetpack_security_t1_yearly\";i:7;s:27:\"jetpack_security_t1_monthly\";i:8;s:26:\"jetpack_security_t2_yearly\";i:9;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:10:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:26:\"jetpack_security_t1_yearly\";i:7;s:27:\"jetpack_security_t1_monthly\";i:8;s:26:\"jetpack_security_t2_yearly\";i:9;s:27:\"jetpack_security_t2_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','yes');
/*!40000 ALTER TABLE `wpwc_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_postmeta`
--

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

--
-- Dumping data for table `wpwc_postmeta`
--

LOCK TABLES `wpwc_postmeta` WRITE;
/*!40000 ALTER TABLE `wpwc_postmeta` DISABLE KEYS */;
INSERT INTO `wpwc_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(182,69,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}'),(183,70,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}'),(184,71,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled.png'),(185,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3814;s:6:\"height\";i:780;s:4:\"file\";s:36:\"2020/09/Copy-of-Copy-of-Untitled.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-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:36:\"Copy-of-Copy-of-Untitled-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:36:\"Copy-of-Copy-of-Untitled-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Copy-of-Copy-of-Untitled-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-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:36:\"Copy-of-Copy-of-Untitled-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-600x780.png\";s:5:\"width\";i:600;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-500x780.png\";s:5:\"width\";i:500;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-1000x780.png\";s:5:\"width\";i:1000;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:36:\"Copy-of-Copy-of-Untitled-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(178,67,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}'),(179,43,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(180,68,'_wp_attached_file','2020/09/Untitled-design-8-1.png'),(181,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:31:\"2020/09/Untitled-design-8-1.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Untitled-design-8-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:31:\"Untitled-design-8-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:31:\"Untitled-design-8-1-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:31:\"Untitled-design-8-1-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:33:\"Untitled-design-8-1-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:31:\"Untitled-design-8-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:31:\"Untitled-design-8-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Untitled-design-8-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"Untitled-design-8-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"Untitled-design-8-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:32:\"Untitled-design-8-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:33:\"Untitled-design-8-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(175,45,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(176,66,'_wp_attached_file','2020/09/Untitled-design-8.png'),(177,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:29:\"2020/09/Untitled-design-8.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-8-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:29:\"Untitled-design-8-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:29:\"Untitled-design-8-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:29:\"Untitled-design-8-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:31:\"Untitled-design-8-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:29:\"Untitled-design-8-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:29:\"Untitled-design-8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-8-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-8-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-8-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-8-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(75,33,'_wp_attached_file','2020/08/Copy-of-Lavender-Mat-Yoga-Studio.png'),(76,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:200;s:4:\"file\";s:44:\"2020/08/Copy-of-Lavender-Mat-Yoga-Studio.png\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"Copy-of-Lavender-Mat-Yoga-Studio-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:\"Copy-of-Lavender-Mat-Yoga-Studio-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:44:\"Copy-of-Lavender-Mat-Yoga-Studio-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Copy-of-Lavender-Mat-Yoga-Studio-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:44:\"Copy-of-Lavender-Mat-Yoga-Studio-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:44:\"Copy-of-Lavender-Mat-Yoga-Studio-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;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:{}}}'),(78,35,'_wp_attached_file','2020/08/cropped-Copy-of-Lavender-Mat-Yoga-Studio.png'),(79,35,'_wp_attachment_context','site-icon'),(80,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2020/08/cropped-Copy-of-Lavender-Mat-Yoga-Studio.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-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:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-512x303.png\";s:5:\"width\";i:512;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-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:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-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:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-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:50:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-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:{}}}'),(173,65,'_wp_attached_file','2020/09/Untitled-design-7.png'),(86,40,'_wp_attached_file','2020/08/dilyara-garifullina-AUVRWz03b2Q-unsplash-scaled.jpg'),(87,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:59:\"2020/08/dilyara-garifullina-AUVRWz03b2Q-unsplash-scaled.jpg\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-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:59:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-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:59:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-scaled-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:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-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:53:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-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:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-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:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:54:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:53:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:53:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:54:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:52:\"dilyara-garifullina-AUVRWz03b2Q-unsplash-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(88,42,'_wp_attached_file','2020/08/Copy-of-Untitled.png'),(89,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5721;s:6:\"height\";i:2070;s:4:\"file\";s:28:\"2020/08/Copy-of-Untitled.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:\"Copy-of-Untitled-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:\"Copy-of-Untitled-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:\"Copy-of-Untitled-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-2048x741.png\";s:5:\"width\";i:2048;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-700x253.png\";s:5:\"width\";i:700;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(90,41,'_edit_last','1'),(91,41,'qode_slide-background-type','image'),(92,41,'qode_slide-image','http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Untitled.png'),(93,41,'qode_enable_image_animation','no'),(94,41,'qode_enable_image_animation_type','zoom_center'),(95,41,'qode_slide-thumbnail-animation','flip'),(96,41,'qode_slide-content-animation','all_at_once'),(97,41,'qode_slide-title-font-family','-1'),(98,41,'qode_slide-separator-after-title','no'),(99,41,'qode_slide_separator_gradient','no'),(100,41,'qode_slide-border-around-title','no'),(101,41,'qode_slide-subtitle-position','above_title'),(102,41,'qode_slide-subtitle-font-family','-1'),(103,41,'qode_slide-text-font-family','-1'),(104,41,'qode_slide_svg_drawing','no'),(105,41,'qode_slide_button_type','qode-button'),(106,41,'qode_slide-button-hover-type','default'),(107,41,'qode_slide_button_v2_icon_gradient','no'),(108,41,'qode_slide_button1_icon_pack','no_icon'),(109,41,'qode_slide_button_type2','qode-button'),(110,41,'qode_slide-button-hover-type2','default'),(111,41,'qode_slide_button2_v2_icon_gradient','no'),(112,41,'qode_slide_button2_icon_pack','no_icon'),(153,50,'_wpb_vc_js_status','true'),(152,50,'rs_page_bg_color','#ffffff'),(151,50,'slide_template','default'),(145,47,'_menu_item_url',''),(144,47,'_menu_item_xfn',''),(143,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(142,47,'_menu_item_target',''),(141,47,'_menu_item_object','page'),(140,47,'_menu_item_object_id','43'),(139,47,'_menu_item_menu_item_parent','0'),(138,47,'_menu_item_type','post_type'),(125,41,'slide_template',''),(126,41,'rs_page_bg_color',''),(127,41,'_edit_lock','1597090945:1'),(128,43,'_edit_lock','1660944582:1'),(129,43,'_edit_last','1'),(130,43,'_wp_page_template','full_width.php'),(131,43,'slide_template','default'),(132,43,'rs_page_bg_color','#ffffff'),(133,43,'_wpb_vc_js_status','true'),(134,43,'qode_page_background_image_fixed','yes'),(174,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:29:\"2020/09/Untitled-design-7.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-7-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:29:\"Untitled-design-7-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:29:\"Untitled-design-7-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:29:\"Untitled-design-7-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:31:\"Untitled-design-7-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:29:\"Untitled-design-7-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:29:\"Untitled-design-7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-7-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Untitled-design-7-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-7-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-7-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-7-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-7-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(148,50,'_edit_lock','1597103224:1'),(149,50,'_edit_last','1'),(150,50,'_wp_page_template','landing_page.php'),(136,43,'qode_show-sidebar','default'),(154,50,'qode_page_background_image_fixed','yes'),(155,50,'qode_show-sidebar','default'),(156,50,'qode_show-page-title','yes'),(157,56,'_wp_attached_file','2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png'),(158,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-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:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-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:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Copy-of-Lavender-Mat-Yoga-Studio-2-1024x410.png\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-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:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-768x307.png\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:47:\"Copy-of-Lavender-Mat-Yoga-Studio-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-500x600.png\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"Copy-of-Lavender-Mat-Yoga-Studio-2-1000x600.png\";s:5:\"width\";i:1000;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-700x280.png\";s:5:\"width\";i:700;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(186,72,'_wp_attached_file','2020/09/ONLINE-WORKSHOP-6.png'),(187,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:29:\"2020/09/ONLINE-WORKSHOP-6.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-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:29:\"ONLINE-WORKSHOP-6-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:29:\"ONLINE-WORKSHOP-6-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:29:\"ONLINE-WORKSHOP-6-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:31:\"ONLINE-WORKSHOP-6-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:29:\"ONLINE-WORKSHOP-6-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:29:\"ONLINE-WORKSHOP-6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"ONLINE-WORKSHOP-6-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"ONLINE-WORKSHOP-6-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"ONLINE-WORKSHOP-6-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ONLINE-WORKSHOP-6-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ONLINE-WORKSHOP-6-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-6-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(188,73,'_wp_attached_file','2020/09/12.png'),(189,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:14:\"2020/09/12.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"12-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:14:\"12-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:14:\"12-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:14:\"12-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:16:\"12-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:14:\"12-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:14:\"12-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"12-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"12-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"12-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"12-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"12-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"12-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"12-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"12-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"12-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"12-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"12-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"12-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"12-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"12-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(190,74,'_wp_attached_file','2020/09/9.png'),(191,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:13:\"2020/09/9.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"9-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:13:\"9-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:13:\"9-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:13:\"9-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:15:\"9-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:13:\"9-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:13:\"9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"9-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"9-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"9-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"9-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"9-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"9-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"9-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"9-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"9-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"9-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"9-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"9-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"9-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"9-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(192,75,'_wp_attached_file','2020/09/10.png'),(193,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:14:\"2020/09/10.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"10-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:14:\"10-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:14:\"10-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:14:\"10-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:16:\"10-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:14:\"10-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:14:\"10-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"10-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"10-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"10-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"10-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"10-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"10-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"10-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"10-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"10-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"10-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"10-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"10-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"10-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"10-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(194,76,'_wp_attached_file','2020/09/11.png'),(195,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:14:\"2020/09/11.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"11-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:14:\"11-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:14:\"11-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:14:\"11-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:16:\"11-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:14:\"11-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:14:\"11-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"11-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"11-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"11-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"11-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"11-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"11-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"11-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"11-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"11-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"11-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"11-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"11-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"11-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"11-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(196,77,'_wp_attached_file','2020/09/Untitled-design-copy-3.png'),(197,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2020/09/Untitled-design-copy-3.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-3-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-3-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,78,'_wp_attached_file','2020/09/Untitled-design-copy-4.png'),(199,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2020/09/Untitled-design-copy-4.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-4-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-4-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,79,'_wp_attached_file','2020/09/Testimonial_Bridget.png'),(201,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2020/09/Testimonial_Bridget.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Testimonial_Bridget-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Testimonial_Bridget-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"Testimonial_Bridget-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"Testimonial_Bridget-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,80,'_wp_attached_file','2020/09/Testimonial_Susan.png'),(203,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2020/09/Testimonial_Susan.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Testimonial_Susan-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Testimonial_Susan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Testimonial_Susan-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Testimonial_Susan-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(204,81,'_wp_attached_file','2020/09/Testimonial_Alexandra.png'),(205,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2020/09/Testimonial_Alexandra.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Testimonial_Alexandra-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Testimonial_Alexandra-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"Testimonial_Alexandra-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"Testimonial_Alexandra-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(206,82,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-2.png'),(207,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5721;s:6:\"height\";i:1170;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-2.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-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:38:\"Copy-of-Copy-of-Untitled-2-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:38:\"Copy-of-Copy-of-Untitled-2-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-2-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-2-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-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:38:\"Copy-of-Copy-of-Untitled-2-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-2-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-2-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(217,86,'_wp_attached_file','2020/09/5.png'),(218,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:787;s:4:\"file\";s:13:\"2020/09/5.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-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:13:\"5-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:13:\"5-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-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:14:\"5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-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:13:\"5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"5-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"5-600x787.png\";s:5:\"width\";i:600;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"5-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"5-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"5-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:13:\"5-500x787.png\";s:5:\"width\";i:500;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:14:\"5-1000x787.png\";s:5:\"width\";i:1000;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"5-700x394.png\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(219,87,'_wp_attached_file','2020/09/3.png'),(220,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:787;s:4:\"file\";s:13:\"2020/09/3.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-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:13:\"3-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:13:\"3-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-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:14:\"3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"3-600x787.png\";s:5:\"width\";i:600;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:13:\"3-500x787.png\";s:5:\"width\";i:500;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:14:\"3-1000x787.png\";s:5:\"width\";i:1000;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"3-700x394.png\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,88,'_wp_attached_file','2020/09/4.png'),(222,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:787;s:4:\"file\";s:13:\"2020/09/4.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-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:13:\"4-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:13:\"4-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-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:14:\"4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-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:13:\"4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"4-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"4-600x787.png\";s:5:\"width\";i:600;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"4-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"4-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:13:\"4-500x787.png\";s:5:\"width\";i:500;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:14:\"4-1000x787.png\";s:5:\"width\";i:1000;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"4-700x394.png\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(223,89,'_wp_attached_file','2020/09/1.png'),(224,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:787;s:4:\"file\";s:13:\"2020/09/1.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"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:13:\"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:13:\"1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-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:14:\"1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"1-600x787.png\";s:5:\"width\";i:600;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:13:\"1-500x787.png\";s:5:\"width\";i:500;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:14:\"1-1000x787.png\";s:5:\"width\";i:1000;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"1-700x394.png\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(1403,384,'_wp_page_template','default'),(1404,384,'slide_template','default'),(1405,384,'rs_page_bg_color','#ffffff'),(1406,384,'_wpb_vc_js_status','true'),(1407,384,'qode_page_background_image_fixed','yes'),(1408,384,'qode_show-sidebar','default'),(1402,384,'_edit_last','1'),(227,90,'_wp_attached_file','2020/09/2.png'),(228,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:787;s:4:\"file\";s:13:\"2020/09/2.png\";s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-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:13:\"2-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:13:\"2-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-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:14:\"2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"2-600x787.png\";s:5:\"width\";i:600;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:13:\"2-500x787.png\";s:5:\"width\";i:500;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:14:\"2-1000x787.png\";s:5:\"width\";i:1000;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"2-700x394.png\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(1401,384,'_edit_lock','1614127143:1'),(432802,12364,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432801,12364,'_sli_last_requested','1667943138'),(1399,383,'_elementor_version','2.9.14'),(1398,383,'_elementor_template_type','kit'),(1397,383,'_elementor_edit_mode','builder'),(1396,381,'_elementor_version','2.9.14'),(1395,381,'_elementor_template_type','wp-page'),(1394,381,'_elementor_edit_mode','builder'),(1418,392,'_wp_attached_file','2021/01/Untitled-design-17.png'),(1419,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2021/01/Untitled-design-17.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-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:32:\"Untitled-design-17-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:30:\"Untitled-design-17-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:30:\"Untitled-design-17-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-17-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-17-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-17-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-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:30:\"Untitled-design-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-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:30:\"Untitled-design-17-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:30:\"Untitled-design-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-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:{}}}'),(1417,390,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1416,386,'qode_show-sidebar','default'),(1415,386,'qode_page_background_image_fixed','yes'),(1414,386,'_wpb_vc_js_status','true'),(1413,386,'rs_page_bg_color','#ffffff'),(1412,386,'slide_template','default'),(327,101,'_wp_attached_file','2020/09/intuitive-pet-readings_healings-1.png'),(328,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4768;s:6:\"height\";i:1725;s:4:\"file\";s:45:\"2020/09/intuitive-pet-readings_healings-1.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-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:45:\"intuitive-pet-readings_healings-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:45:\"intuitive-pet-readings_healings-1-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-1-1024x370.png\";s:5:\"width\";i:1024;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-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:45:\"intuitive-pet-readings_healings-1-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-1-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-1-2048x741.png\";s:5:\"width\";i:2048;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"intuitive-pet-readings_healings-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-700x253.png\";s:5:\"width\";i:700;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(329,102,'_wp_attached_file','2020/09/Untitled-design-9.png'),(330,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:29:\"2020/09/Untitled-design-9.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-9-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:29:\"Untitled-design-9-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:29:\"Untitled-design-9-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:29:\"Untitled-design-9-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:31:\"Untitled-design-9-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:29:\"Untitled-design-9-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:29:\"Untitled-design-9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-9-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-9-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-9-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(331,103,'_wp_attached_file','2020/09/intuitive-pet-readings_healings-2.png'),(332,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5721;s:6:\"height\";i:2070;s:4:\"file\";s:45:\"2020/09/intuitive-pet-readings_healings-2.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-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:45:\"intuitive-pet-readings_healings-2-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:45:\"intuitive-pet-readings_healings-2-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-2-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-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:45:\"intuitive-pet-readings_healings-2-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-2-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-2-2048x741.png\";s:5:\"width\";i:2048;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"intuitive-pet-readings_healings-2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"intuitive-pet-readings_healings-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-700x253.png\";s:5:\"width\";i:700;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:45:\"intuitive-pet-readings_healings-2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(333,104,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(334,105,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(335,106,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1421,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2021/01/8.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-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:15:\"8-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:13:\"8-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:13:\"8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"8-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"8-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"8-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"8-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"8-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"8-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"8-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"8-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"8-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"8-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"8-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"8-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-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:13:\"8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-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:13:\"8-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:13:\"8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-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:{}}}'),(1420,393,'_wp_attached_file','2021/01/8.png'),(364,110,'_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:19:{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:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;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:{}}}'),(917,257,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(363,110,'_wp_attached_file','woocommerce-placeholder.png'),(365,111,'_edit_last','1'),(366,111,'_edit_lock','1600706440:1'),(367,112,'_wp_attached_file','2020/09/Untitled-design-9-1.png'),(368,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:31:\"2020/09/Untitled-design-9-1.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Untitled-design-9-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:31:\"Untitled-design-9-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:31:\"Untitled-design-9-1-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:31:\"Untitled-design-9-1-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:33:\"Untitled-design-9-1-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:31:\"Untitled-design-9-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:31:\"Untitled-design-9-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Untitled-design-9-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"Untitled-design-9-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"Untitled-design-9-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:32:\"Untitled-design-9-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:33:\"Untitled-design-9-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"Untitled-design-9-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:31:\"Untitled-design-9-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Untitled-design-9-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:{}}}'),(369,111,'_thumbnail_id','112'),(370,111,'qode_product_featured_image_size','qode-woo-image-normal-width'),(371,111,'_regular_price','13.99'),(372,111,'total_sales','0'),(373,111,'_tax_status','taxable'),(374,111,'_tax_class',''),(375,111,'_manage_stock','no'),(376,111,'_backorders','no'),(377,111,'_sold_individually','no'),(378,111,'_virtual','no'),(379,111,'_downloadable','no'),(380,111,'_download_limit','-1'),(381,111,'_download_expiry','-1'),(382,111,'_stock',NULL),(383,111,'_stock_status','instock'),(384,111,'_wc_average_rating','5.00'),(385,111,'_wc_review_count','11'),(386,111,'_product_url','https://amzn.to/304eHqE'),(387,111,'_button_text','Purchase'),(388,111,'_product_version','4.5.2'),(389,111,'_price','13.99'),(390,111,'slide_template',''),(391,111,'rs_page_bg_color',''),(392,113,'_wp_attached_file','2020/09/BookBrushImage363.png'),(393,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2020/09/BookBrushImage363.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"BookBrushImage363-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:29:\"BookBrushImage363-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:29:\"BookBrushImage363-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:29:\"BookBrushImage363-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:31:\"BookBrushImage363-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:29:\"BookBrushImage363-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:29:\"BookBrushImage363-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"BookBrushImage363-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"BookBrushImage363-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"BookBrushImage363-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"BookBrushImage363-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:29:\"BookBrushImage363-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"BookBrushImage363-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:{}}}'),(394,114,'_wp_attached_file','2020/09/BookBrushImage68.png'),(395,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2020/09/BookBrushImage68.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"BookBrushImage68-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:\"BookBrushImage68-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:\"BookBrushImage68-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:28:\"BookBrushImage68-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:30:\"BookBrushImage68-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:28:\"BookBrushImage68-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:\"BookBrushImage68-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"BookBrushImage68-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"BookBrushImage68-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"BookBrushImage68-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"BookBrushImage68-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:\"BookBrushImage68-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"BookBrushImage68-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:{}}}'),(396,115,'_wp_attached_file','2020/09/BookBrushImage81.png'),(397,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2020/09/BookBrushImage81.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"BookBrushImage81-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:\"BookBrushImage81-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:\"BookBrushImage81-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:28:\"BookBrushImage81-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:30:\"BookBrushImage81-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:28:\"BookBrushImage81-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:\"BookBrushImage81-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"BookBrushImage81-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"BookBrushImage81-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"BookBrushImage81-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"BookBrushImage81-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:\"BookBrushImage81-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"BookBrushImage81-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:{}}}'),(398,111,'_product_image_gallery','113,114,115'),(399,111,'_wc_rating_count','a:1:{i:5;i:11;}'),(400,116,'_edit_last','1'),(401,116,'_edit_lock','1600709534:1'),(402,117,'_wp_attached_file','2020/09/free-3.png'),(403,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2020/09/free-3.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"free-3-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:18:\"free-3-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:18:\"free-3-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:18:\"free-3-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:20:\"free-3-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:18:\"free-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"free-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:18:\"free-3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"free-3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"free-3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"free-3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"free-3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"free-3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:18:\"free-3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:19:\"free-3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"free-3-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:20:\"free-3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:18:\"free-3-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"free-3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"free-3-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:18:\"free-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"free-3-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:{}}}'),(404,116,'_thumbnail_id','117'),(405,116,'qode_product_featured_image_size','qode-woo-image-normal-width'),(406,116,'_regular_price','8.99'),(407,116,'total_sales','0'),(408,116,'_tax_status','taxable'),(409,116,'_tax_class',''),(410,116,'_manage_stock','no'),(411,116,'_backorders','no'),(412,116,'_sold_individually','no'),(413,116,'_virtual','yes'),(414,116,'_downloadable','yes'),(415,116,'_download_limit','-1'),(416,116,'_download_expiry','-1'),(417,116,'_stock',NULL),(418,116,'_stock_status','instock'),(419,116,'_wc_average_rating','5.00'),(420,116,'_wc_review_count','1'),(421,116,'_downloadable_files','a:2:{s:36:\"98bd845b-4c70-4d39-868c-bf2fa6add7e6\";a:3:{s:2:\"id\";s:36:\"98bd845b-4c70-4d39-868c-bf2fa6add7e6\";s:4:\"name\";s:18:\"Sun Salutation MP3\";s:4:\"file\";s:153:\"http://www.madisonrosenberger.com/wp-content/uploads/woocommerce_uploads/2018/01/Modified-Sun-Salutation-A-Surya-Namaskara-A-by-Madison-Rosenberger-1.m4a\";}s:36:\"2797c4ab-3501-444f-ad5e-32faabd4eb4d\";a:3:{s:2:\"id\";s:36:\"2797c4ab-3501-444f-ad5e-32faabd4eb4d\";s:4:\"name\";s:18:\"Sun Salutation PDF\";s:4:\"file\";s:143:\"http://www.madisonrosenberger.com/wp-content/uploads/woocommerce_uploads/2018/01/Guided-Sun-Salutation-for-Beginners-by-Madison-Rosenberger.pdf\";}}'),(422,116,'_product_version','4.5.5'),(423,116,'_price','8.99'),(424,116,'slide_template',''),(425,116,'rs_page_bg_color',''),(426,116,'_wc_rating_count','a:1:{i:5;i:1;}'),(427,119,'_edit_lock','1668018613:1'),(428,119,'_edit_last','1'),(429,119,'_wp_page_template','full_width.php'),(430,119,'slide_template','default'),(431,119,'rs_page_bg_color','#ffffff'),(432,119,'_wpb_vc_js_status','true'),(433,119,'qode_page_background_image_fixed','yes'),(434,119,'qode_show-sidebar','default'),(435,121,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-3.png'),(436,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:390;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-3.png\";s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-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:38:\"Copy-of-Copy-of-Untitled-3-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:38:\"Copy-of-Copy-of-Untitled-3-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-3-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-3-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-3-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-570x390.png\";s:5:\"width\";i:570;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-600x390.png\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-800x390.png\";s:5:\"width\";i:800;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-500x390.png\";s:5:\"width\";i:500;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-3-1000x390.png\";s:5:\"width\";i:1000;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-500x390.png\";s:5:\"width\";i:500;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-3-1000x390.png\";s:5:\"width\";i:1000;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-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:38:\"Copy-of-Copy-of-Untitled-3-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-3-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:{}}}'),(437,126,'_wp_attached_file','2020/09/Copy-of-Copy-of-ONLINE-WORKSHOP-4.png'),(438,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:45:\"2020/09/Copy-of-Copy-of-ONLINE-WORKSHOP-4.png\";s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-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:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-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:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-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:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-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:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:46:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-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:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-4-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:{}}}'),(439,127,'_edit_last','1'),(440,127,'_edit_lock','1600709631:1'),(441,127,'_thumbnail_id','126'),(442,127,'qode_product_featured_image_size','qode-woo-image-normal-width'),(443,127,'_regular_price','44'),(444,127,'total_sales','0'),(445,127,'_tax_status','taxable'),(446,127,'_tax_class',''),(447,127,'_manage_stock','no'),(448,127,'_backorders','no'),(449,127,'_sold_individually','no'),(450,127,'_virtual','yes'),(451,127,'_downloadable','yes'),(452,127,'_download_limit','-1'),(453,127,'_download_expiry','-1'),(454,127,'_stock',NULL),(455,127,'_stock_status','instock'),(456,127,'_wc_average_rating','5.00'),(457,127,'_wc_review_count','2'),(458,127,'_downloadable_files','a:1:{s:36:\"f7ebbcbe-9f19-45e5-a03d-568e6e86453f\";a:3:{s:2:\"id\";s:36:\"f7ebbcbe-9f19-45e5-a03d-568e6e86453f\";s:4:\"name\";s:53:\"Unlocking the Major Arcana through Yoga - 2nd Edition\";s:4:\"file\";s:139:\"http://www.madisonrosenberger.com/wp-content/uploads/woocommerce_uploads/2020/08/Unlocking-the-Major-Arcana-Through-Yoga-2.0.pdf-7v4onr.zip\";}}'),(459,127,'_product_version','4.5.2'),(460,127,'_price','44'),(461,127,'slide_template',''),(462,127,'rs_page_bg_color',''),(463,127,'_wc_rating_count','a:1:{i:5;i:2;}'),(464,130,'_wp_attached_file','2020/09/healing.png'),(465,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6480;s:6:\"height\";i:6480;s:4:\"file\";s:19:\"2020/09/healing.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"healing-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:19:\"healing-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:19:\"healing-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:19:\"healing-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:21:\"healing-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:19:\"healing-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:19:\"healing-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"healing-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"healing-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"healing-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"healing-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"healing-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"healing-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"healing-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"healing-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"healing-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"healing-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"healing-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"healing-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"healing-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"healing-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"healing-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:19:\"healing-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"healing-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:{}}}'),(806,233,'_edit_lock','1601408161:1'),(491,133,'_wp_attached_file','2020/09/Untitled-design-1.png'),(492,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:29:\"2020/09/Untitled-design-1.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-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:29:\"Untitled-design-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:29:\"Untitled-design-1-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:29:\"Untitled-design-1-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:31:\"Untitled-design-1-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:29:\"Untitled-design-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:29:\"Untitled-design-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Untitled-design-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:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-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:{}}}'),(493,134,'_wp_attached_file','2020/09/1-1.png'),(494,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:15:\"2020/09/1-1.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"1-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:15:\"1-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:15:\"1-1-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:15:\"1-1-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:17:\"1-1-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:15:\"1-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:15:\"1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"1-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"1-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"1-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"1-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"1-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"1-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"1-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"1-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"1-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"1-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"1-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"1-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"1-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:15:\"1-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"1-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:{}}}'),(495,135,'_wp_attached_file','2020/09/free.png'),(496,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2020/09/free.png\";s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"free-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:16:\"free-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:16:\"free-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:16:\"free-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:18:\"free-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:16:\"free-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:16:\"free-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"free-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"free-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"free-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"free-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"free-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"free-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"free-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"free-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:17:\"free-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:18:\"free-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"free-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"free-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"free-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:16:\"free-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"free-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:{}}}'),(497,138,'_edit_lock','1660952083:1'),(498,138,'_edit_last','1'),(499,139,'_wp_attached_file','2020/09/YogaPhoto-copy.png'),(500,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1601;s:6:\"height\";i:2307;s:4:\"file\";s:26:\"2020/09/YogaPhoto-copy.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"YogaPhoto-copy-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:26:\"YogaPhoto-copy-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:26:\"YogaPhoto-copy-600x865.png\";s:5:\"width\";i:600;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"YogaPhoto-copy-711x1024.png\";s:5:\"width\";i:711;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-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:27:\"YogaPhoto-copy-768x1107.png\";s:5:\"width\";i:768;s:6:\"height\";i:1107;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"YogaPhoto-copy-1066x1536.png\";s:5:\"width\";i:1066;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"YogaPhoto-copy-1421x2048.png\";s:5:\"width\";i:1421;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:27:\"YogaPhoto-copy-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"YogaPhoto-copy-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"YogaPhoto-copy-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"YogaPhoto-copy-700x1009.png\";s:5:\"width\";i:700;s:6:\"height\";i:1009;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"YogaPhoto-copy-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:26:\"YogaPhoto-copy-600x865.png\";s:5:\"width\";i:600;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"YogaPhoto-copy-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:{}}}'),(501,140,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-4.png'),(502,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5721;s:6:\"height\";i:1170;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-4.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-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:38:\"Copy-of-Copy-of-Untitled-4-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:38:\"Copy-of-Copy-of-Untitled-4-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-4-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-4-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-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:38:\"Copy-of-Copy-of-Untitled-4-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-4-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-4-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-4-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-4-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-4-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-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:38:\"Copy-of-Copy-of-Untitled-4-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-4-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:{}}}'),(503,141,'_wp_attached_file','2020/09/Untitled-design-10.png'),(504,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:30:\"2020/09/Untitled-design-10.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-10-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:\"Untitled-design-10-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:30:\"Untitled-design-10-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:30:\"Untitled-design-10-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:32:\"Untitled-design-10-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:30:\"Untitled-design-10-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:30:\"Untitled-design-10-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-10-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-10-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Untitled-design-10-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:30:\"Untitled-design-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-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:{}}}'),(505,138,'_wp_page_template','full_width.php'),(506,138,'slide_template','default'),(507,138,'rs_page_bg_color','#ffffff'),(508,138,'_wpb_vc_js_status','true'),(509,138,'qode_page_background_image_fixed','yes'),(510,138,'qode_show-sidebar','default'),(511,143,'_wp_attached_file','2020/09/13.png'),(512,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:14:\"2020/09/13.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"13-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:14:\"13-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:14:\"13-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:14:\"13-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:16:\"13-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:14:\"13-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:14:\"13-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"13-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"13-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"13-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"13-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"13-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"13-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"13-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"13-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"13-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"13-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"13-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"13-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"13-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"13-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"13-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:14:\"13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"13-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:{}}}'),(513,144,'_wp_attached_file','2020/09/14.png'),(514,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:14:\"2020/09/14.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"14-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:14:\"14-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:14:\"14-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:14:\"14-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:16:\"14-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:14:\"14-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:14:\"14-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"14-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"14-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"14-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"14-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"14-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"14-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"14-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"14-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"14-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:15:\"14-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:15:\"14-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:16:\"14-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:14:\"14-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:14:\"14-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"14-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:14:\"14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"14-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:{}}}'),(515,145,'_wp_attached_file','2020/09/9-1.png'),(516,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:15:\"2020/09/9-1.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"9-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:15:\"9-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:15:\"9-1-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:15:\"9-1-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:17:\"9-1-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:15:\"9-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:15:\"9-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"9-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"9-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"9-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"9-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"9-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"9-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"9-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"9-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"9-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"9-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"9-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"9-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"9-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"9-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"9-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:15:\"9-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"9-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:{}}}'),(517,148,'_wp_attached_file','2020/09/Untitled-design-copy.png'),(518,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2020/09/Untitled-design-copy.png\";s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Untitled-design-copy-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Untitled-design-copy-1536x512.png\";s:5:\"width\";i:1536;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"Untitled-design-copy-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-500x600.png\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:33:\"Untitled-design-copy-1000x600.png\";s:5:\"width\";i:1000;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-700x233.png\";s:5:\"width\";i:700;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-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:{}}}'),(519,150,'_wp_attached_file','2020/09/Testimonial_Cara.png'),(520,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2020/09/Testimonial_Cara.png\";s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Testimonial_Cara-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Testimonial_Cara-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"Testimonial_Cara-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"Testimonial_Cara-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Testimonial_Cara-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:{}}}'),(521,151,'_wp_attached_file','2020/09/Untitled-design-copy-2.png'),(522,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2020/09/Untitled-design-copy-2.png\";s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-2-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-2-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-2-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:{}}}'),(523,153,'_wp_attached_file','2020/09/Untitled-design-3-3.png'),(524,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2020/09/Untitled-design-3-3.png\";s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Untitled-design-3-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Untitled-design-3-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"Untitled-design-3-3-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"Untitled-design-3-3-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Untitled-design-3-3-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:{}}}'),(525,155,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(529,158,'_edit_lock','1611861936:1'),(530,158,'_wp_page_template','woocommerce.php'),(531,158,'_edit_last','1'),(532,158,'qode_page_background_image_fixed','yes'),(533,158,'qode_show-sidebar','default'),(534,158,'slide_template',''),(535,158,'rs_page_bg_color',''),(536,158,'_wpb_vc_js_status','false'),(537,163,'_edit_lock','1660944277:1'),(538,163,'_edit_last','1'),(539,164,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-5.png'),(540,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5721;s:6:\"height\";i:1170;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-5.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-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:38:\"Copy-of-Copy-of-Untitled-5-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:38:\"Copy-of-Copy-of-Untitled-5-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-5-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-5-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-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:38:\"Copy-of-Copy-of-Untitled-5-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-5-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-5-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-5-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-5-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-5-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-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:38:\"Copy-of-Copy-of-Untitled-5-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-5-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:{}}}'),(541,165,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-6.png'),(542,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4768;s:6:\"height\";i:975;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-6.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-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:38:\"Copy-of-Copy-of-Untitled-6-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:38:\"Copy-of-Copy-of-Untitled-6-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-6-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-6-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-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:38:\"Copy-of-Copy-of-Untitled-6-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-6-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-6-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-6-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-500x975.png\";s:5:\"width\";i:500;s:6:\"height\";i:975;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-6-1000x975.png\";s:5:\"width\";i:1000;s:6:\"height\";i:975;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-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:38:\"Copy-of-Copy-of-Untitled-6-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-6-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:{}}}'),(543,163,'_wp_page_template','full_width.php'),(544,163,'slide_template','default'),(545,163,'rs_page_bg_color','#ffffff'),(546,163,'_wpb_vc_js_status','true'),(547,163,'qode_page_background_image_fixed','yes'),(548,163,'qode_show-sidebar','default'),(549,168,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-7.png'),(550,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5721;s:6:\"height\";i:1170;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-7.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-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:38:\"Copy-of-Copy-of-Untitled-7-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:38:\"Copy-of-Copy-of-Untitled-7-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-7-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-7-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-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:38:\"Copy-of-Copy-of-Untitled-7-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-7-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-7-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-7-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-7-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-7-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-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:38:\"Copy-of-Copy-of-Untitled-7-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-7-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:{}}}'),(551,170,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-9.png'),(552,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4768;s:6:\"height\";i:975;s:4:\"file\";s:38:\"2020/09/Copy-of-Copy-of-Untitled-9.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-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:38:\"Copy-of-Copy-of-Untitled-9-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:38:\"Copy-of-Copy-of-Untitled-9-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Copy-of-Copy-of-Untitled-9-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-9-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-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:38:\"Copy-of-Copy-of-Untitled-9-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-9-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-9-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-9-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-500x975.png\";s:5:\"width\";i:500;s:6:\"height\";i:975;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-9-1000x975.png\";s:5:\"width\";i:1000;s:6:\"height\";i:975;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-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:38:\"Copy-of-Copy-of-Untitled-9-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-9-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:{}}}'),(553,172,'_wp_attached_file','2020/09/Untitled-design-11.png'),(554,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:30:\"2020/09/Untitled-design-11.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-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:\"Untitled-design-11-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:30:\"Untitled-design-11-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:30:\"Untitled-design-11-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:32:\"Untitled-design-11-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:30:\"Untitled-design-11-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:30:\"Untitled-design-11-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-11-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-11-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Untitled-design-11-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:30:\"Untitled-design-11-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-11-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:{}}}'),(555,175,'_wpb_shortcodes_custom_css','.vc_custom_1600976085049{background-color: #c7459f !important;}'),(556,176,'_wpb_shortcodes_custom_css','.vc_custom_1600976203620{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(557,177,'_wpb_shortcodes_custom_css','.vc_custom_1600976714472{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(558,178,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(559,179,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(560,180,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(561,163,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(852,238,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(563,182,'_edit_lock','1660952088:1'),(564,182,'_edit_last','1'),(565,182,'_wp_page_template','contact-page.php'),(566,182,'slide_template','default'),(567,182,'rs_page_bg_color','#ffffff'),(568,182,'_wpb_vc_js_status','true'),(569,182,'qode_page_background_image_fixed','yes'),(570,182,'qode_show-sidebar','default'),(571,184,'_wp_attached_file','2020/09/Copy-of-Copy-of-Untitled-10.png'),(572,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4768;s:6:\"height\";i:975;s:4:\"file\";s:39:\"2020/09/Copy-of-Copy-of-Untitled-10.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-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:\"Copy-of-Copy-of-Untitled-10-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:39:\"Copy-of-Copy-of-Untitled-10-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Copy-of-Copy-of-Untitled-10-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-10-1024x209.png\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-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:39:\"Copy-of-Copy-of-Untitled-10-768x157.png\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-10-1536x314.png\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-10-2048x419.png\";s:5:\"width\";i:2048;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-10-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-500x975.png\";s:5:\"width\";i:500;s:6:\"height\";i:975;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:40:\"Copy-of-Copy-of-Untitled-10-1000x975.png\";s:5:\"width\";i:1000;s:6:\"height\";i:975;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-700x143.png\";s:5:\"width\";i:700;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-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:39:\"Copy-of-Copy-of-Untitled-10-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Copy-of-Copy-of-Untitled-10-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:{}}}'),(573,186,'_wp_attached_file','2020/09/Testimonial_Cara-1.png'),(574,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2020/09/Testimonial_Cara-1.png\";s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Testimonial_Cara-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Testimonial_Cara-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Testimonial_Cara-1-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Testimonial_Cara-1-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Testimonial_Cara-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:{}}}'),(575,187,'_wp_attached_file','2020/09/Testimonial_Michael.png'),(576,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2020/09/Testimonial_Michael.png\";s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Testimonial_Michael-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Testimonial_Michael-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"Testimonial_Michael-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"Testimonial_Michael-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Testimonial_Michael-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:{}}}'),(577,188,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(578,189,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(579,190,'_menu_item_type','post_type'),(580,190,'_menu_item_menu_item_parent','0'),(581,190,'_menu_item_object_id','119'),(582,190,'_menu_item_object','page'),(583,190,'_menu_item_target',''),(584,190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(585,190,'_menu_item_xfn',''),(586,190,'_menu_item_url',''),(588,191,'_menu_item_type','post_type'),(589,191,'_menu_item_menu_item_parent','0'),(590,191,'_menu_item_object_id','138'),(591,191,'_menu_item_object','page'),(592,191,'_menu_item_target',''),(593,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(594,191,'_menu_item_xfn',''),(595,191,'_menu_item_url',''),(597,192,'_menu_item_type','post_type'),(598,192,'_menu_item_menu_item_parent','0'),(599,192,'_menu_item_object_id','182'),(600,192,'_menu_item_object','page'),(601,192,'_menu_item_target',''),(602,192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(603,192,'_menu_item_xfn',''),(604,192,'_menu_item_url',''),(1632,514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:690;s:4:\"file\";s:30:\"2022/04/Copy-of-Untitled-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-1-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-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:30:\"Copy-of-Untitled-1-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-1-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-600x690.png\";s:5:\"width\";i:600;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:{}}}'),(1631,514,'_wp_attached_file','2022/04/Copy-of-Untitled-1.png'),(1070,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:2700;s:4:\"file\";s:29:\"2020/11/Untitled-design-1.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:31:\"Untitled-design-1-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:29:\"Untitled-design-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:29:\"Untitled-design-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:29:\"Untitled-design-1-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:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-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:{}}}'),(1069,269,'_wp_attached_file','2020/11/Untitled-design-1.png'),(641,195,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1000,261,'_order_key','wc_order_TdtTcXpNRVWTL'),(1179,301,'_wp_attached_file','2020/12/yoni-steam-4_2000x.jpg'),(1180,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2020/12/yoni-steam-4_2000x.jpg\";s:5:\"sizes\";a:21:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-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:30:\"yoni-steam-4_2000x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"yoni-steam-4_2000x-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"yoni-steam-4_2000x-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"yoni-steam-4_2000x-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"yoni-steam-4_2000x-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:30:\"yoni-steam-4_2000x-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:30:\"yoni-steam-4_2000x-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:30:\"yoni-steam-4_2000x-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:30:\"yoni-steam-4_2000x-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:30:\"yoni-steam-4_2000x-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:10:\"1552126516\";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:{}}}'),(666,197,'_wp_attached_file','2020/09/6.png'),(667,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:13:\"2020/09/6.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-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:13:\"6-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:13:\"6-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:13:\"6-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:15:\"6-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:13:\"6-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:13:\"6-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"6-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"6-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"6-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"6-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"6-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"6-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"6-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"6-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"6-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"6-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"6-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"6-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"6-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"6-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"6-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:13:\"6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-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:{}}}'),(668,198,'_wp_attached_file','2020/09/7.png'),(669,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:13:\"2020/09/7.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-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:13:\"7-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:13:\"7-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:13:\"7-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:15:\"7-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:13:\"7-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:13:\"7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"7-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"7-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"7-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"7-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"7-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"7-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"7-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"7-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"7-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"7-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"7-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"7-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"7-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"7-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"7-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:13:\"7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-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:{}}}'),(670,199,'_wp_attached_file','2020/09/1-2.png'),(671,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:15:\"2020/09/1-2.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"1-2-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:15:\"1-2-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:15:\"1-2-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:15:\"1-2-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:17:\"1-2-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:15:\"1-2-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:15:\"1-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"1-2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"1-2-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"1-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"1-2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"1-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"1-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"1-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"1-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"1-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"1-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"1-2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"1-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"1-2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"1-2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"1-2-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:15:\"1-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"1-2-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:{}}}'),(673,201,'_wp_attached_file','2020/09/2-1.png'),(674,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:15:\"2020/09/2-1.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-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:15:\"2-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:15:\"2-1-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:15:\"2-1-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:17:\"2-1-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:15:\"2-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:15:\"2-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"2-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"2-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"2-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"2-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"2-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"2-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"2-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"2-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"2-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"2-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"2-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"2-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"2-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"2-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"2-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:15:\"2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-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:{}}}'),(675,202,'_wp_attached_file','2020/09/3-1.png'),(676,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:15:\"2020/09/3-1.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-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:15:\"3-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:15:\"3-1-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:15:\"3-1-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:17:\"3-1-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:15:\"3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"3-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"3-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"3-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"3-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"3-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"3-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"3-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"3-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"3-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"3-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"3-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"3-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"3-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"3-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:15:\"3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-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:{}}}'),(677,203,'_wp_attached_file','2020/09/4-1.png'),(678,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:15:\"2020/09/4-1.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-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:15:\"4-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:15:\"4-1-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:15:\"4-1-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:17:\"4-1-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:15:\"4-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:15:\"4-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"4-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"4-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"4-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"4-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"4-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"4-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"4-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"4-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"4-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"4-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"4-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"4-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"4-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"4-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"4-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:15:\"4-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-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:{}}}'),(679,204,'_wp_attached_file','2020/09/5-1.png'),(680,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:15:\"2020/09/5-1.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-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:15:\"5-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:15:\"5-1-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:15:\"5-1-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:17:\"5-1-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:15:\"5-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:15:\"5-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"5-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"5-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"5-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"5-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"5-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"5-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"5-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"5-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"5-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"5-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"5-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"5-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"5-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"5-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"5-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:15:\"5-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-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:{}}}'),(681,205,'_wp_attached_file','2020/09/Untitled-design-12.png'),(682,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:30:\"2020/09/Untitled-design-12.png\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-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:\"Untitled-design-12-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:30:\"Untitled-design-12-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:30:\"Untitled-design-12-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:32:\"Untitled-design-12-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:30:\"Untitled-design-12-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:30:\"Untitled-design-12-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Untitled-design-12-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"Untitled-design-12-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-12-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-12-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-12-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-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:30:\"Untitled-design-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:{}}}'),(683,209,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(684,212,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1181,302,'_wp_attached_file','2020/12/Screen-Shot-2019-04-15-at-5.39.39-PM.png'),(1182,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:904;s:6:\"height\";i:908;s:4:\"file\";s:48:\"2020/12/Screen-Shot-2019-04-15-at-5.39.39-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-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:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-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:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-768x771.png\";s:5:\"width\";i:768;s:6:\"height\";i:771;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-904x500.png\";s:5:\"width\";i:904;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-500x908.png\";s:5:\"width\";i:500;s:6:\"height\";i:908;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-700x703.png\";s:5:\"width\";i:700;s:6:\"height\";i:703;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-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:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-600x603.png\";s:5:\"width\";i:600;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-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:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-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:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-600x603.png\";s:5:\"width\";i:600;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.39.39-PM-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:{}}}'),(760,216,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1175,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:27:\"2020/12/Untitled-design.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-design-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:29:\"Untitled-design-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:27:\"Untitled-design-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:27:\"Untitled-design-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"Untitled-design-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"Untitled-design-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"Untitled-design-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"Untitled-design-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"Untitled-design-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"Untitled-design-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"Untitled-design-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"Untitled-design-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"Untitled-design-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"Untitled-design-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"Untitled-design-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"Untitled-design-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Untitled-design-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:27:\"Untitled-design-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-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:27:\"Untitled-design-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:27:\"Untitled-design-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-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:{}}}'),(1174,300,'_wp_attached_file','2020/12/Untitled-design.png'),(1173,299,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(787,218,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(788,219,'_wp_attached_file','2020/09/C90A5304-scaled.jpg'),(789,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2020/09/C90A5304-scaled.jpg\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"C90A5304-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:27:\"C90A5304-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:27:\"C90A5304-scaled-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:20:\"C90A5304-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:21:\"C90A5304-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:20:\"C90A5304-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:\"C90A5304-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"C90A5304-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"C90A5304-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"C90A5304-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"C90A5304-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"C90A5304-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"C90A5304-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"C90A5304-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"C90A5304-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"C90A5304-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"C90A5304-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"C90A5304-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"C90A5304-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"C90A5304-700x1050.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:1050;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"C90A5304-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"C90A5304-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:27:\"C90A5304-scaled-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:27:\"C90A5304-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:{}}}'),(790,221,'_wp_attached_file','2020/09/Untitled-design.png'),(791,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1454;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"2020/09/Untitled-design.png\";s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Untitled-design-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:27:\"Untitled-design-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:27:\"Untitled-design-600x825.png\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-design-218x300.png\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Untitled-design-744x1024.png\";s:5:\"width\";i:744;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-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:\"Untitled-design-768x1056.png\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1117x1536.png\";s:5:\"width\";i:1117;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"Untitled-design-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"Untitled-design-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"Untitled-design-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"Untitled-design-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"Untitled-design-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"Untitled-design-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"Untitled-design-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"Untitled-design-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"Untitled-design-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"Untitled-design-700x963.png\";s:5:\"width\";i:700;s:6:\"height\";i:963;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"Untitled-design-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Untitled-design-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:27:\"Untitled-design-600x825.png\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-design-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:{}}}'),(792,225,'_wp_attached_file','2020/09/Untitled-design-11-1.png'),(793,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:32:\"2020/09/Untitled-design-11-1.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-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:34:\"Untitled-design-11-1-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:32:\"Untitled-design-11-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:32:\"Untitled-design-11-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Untitled-design-11-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"Untitled-design-11-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"Untitled-design-11-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"Untitled-design-11-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"Untitled-design-11-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Untitled-design-11-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-1-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:32:\"Untitled-design-11-1-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:32:\"Untitled-design-11-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-11-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:{}}}'),(794,226,'_wp_attached_file','2020/09/cropped-Untitled-design-11.png'),(795,226,'_wp_attachment_context','site-icon'),(796,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:38:\"2020/09/cropped-Untitled-design-11.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-512x303.png\";s:5:\"width\";i:512;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-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:38:\"cropped-Untitled-design-11-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:36:\"cropped-Untitled-design-11-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:{}}}'),(799,228,'_wp_attached_file','2020/09/Copy-of-Lavender-Mat-Yoga-Studio-4.png'),(800,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2020/09/Copy-of-Lavender-Mat-Yoga-Studio-4.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-570x300.png\";s:5:\"width\";i:570;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-700x280.png\";s:5:\"width\";i:700;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-539x300.png\";s:5:\"width\";i:539;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-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:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-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:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-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:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Copy-of-Lavender-Mat-Yoga-Studio-4-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:{}}}'),(801,229,'_wp_attached_file','2020/09/cropped-Copy-of-Lavender-Mat-Yoga-Studio-4.png'),(802,229,'_wp_attachment_context','site-icon'),(803,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:54:\"2020/09/cropped-Copy-of-Lavender-Mat-Yoga-Studio-4.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-512x303.png\";s:5:\"width\";i:512;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:54:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:52:\"cropped-Copy-of-Lavender-Mat-Yoga-Studio-4-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:{}}}'),(805,231,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(807,233,'_edit_last','1'),(808,233,'_wp_page_template','default'),(809,233,'slide_template','default'),(810,233,'rs_page_bg_color','#ffffff'),(811,233,'_wpb_vc_js_status','false'),(812,233,'qode_page_background_image_fixed','yes'),(813,233,'qode_show-sidebar','default'),(814,235,'_edit_lock','1601408653:1'),(815,235,'_edit_last','1'),(816,235,'_wp_page_template','default'),(817,235,'slide_template','default'),(818,235,'rs_page_bg_color','#ffffff'),(819,235,'_wpb_vc_js_status','false'),(820,235,'qode_page_background_image_fixed','yes'),(821,235,'qode_show-sidebar','default'),(822,237,'_order_key','wc_order_7kGOUmSP5WTVv'),(823,237,'_customer_user','1'),(824,237,'_payment_method','paypal'),(825,237,'_payment_method_title','PayPal'),(826,237,'_customer_ip_address','69.132.118.210'),(827,237,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(828,237,'_created_via','checkout'),(829,237,'_cart_hash','474ff50e28fcab2898e9c073cb26d5d8'),(830,237,'_billing_first_name','Madison'),(831,237,'_billing_last_name','Rosenberger'),(832,237,'_billing_company','Madison Rosenberger'),(833,237,'_billing_address_1','5514 Fallon Court'),(834,237,'_billing_city','Charlotte'),(835,237,'_billing_state','NC'),(836,237,'_billing_postcode','28226'),(837,237,'_billing_country','US'),(838,237,'_billing_email','madison@madisonrosenberger.com'),(839,237,'_billing_phone','7047781538'),(840,237,'_order_currency','USD'),(841,237,'_cart_discount','0'),(842,237,'_cart_discount_tax','0'),(843,237,'_order_shipping','0.00'),(844,237,'_order_shipping_tax','0'),(845,237,'_order_tax','0'),(846,237,'_order_total','5.00'),(847,237,'_order_version','4.5.2'),(848,237,'_prices_include_tax','no'),(849,237,'_billing_address_index','Madison Rosenberger Madison Rosenberger 5514 Fallon Court  Charlotte NC 28226 US madison@madisonrosenberger.com 7047781538'),(850,237,'_shipping_address_index','        '),(851,237,'is_vat_exempt','no'),(853,239,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(854,240,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(855,241,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(856,242,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(857,243,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(858,246,'_order_key','wc_order_6YtiHN00elIlM'),(859,246,'_customer_user','0'),(860,246,'_payment_method','paypal'),(861,246,'_payment_method_title','PayPal'),(862,246,'_customer_ip_address','107.77.68.119'),(863,246,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1'),(864,246,'_created_via','checkout'),(865,246,'_cart_hash','5ff52099011ea7f8e3a4b5b48e3dad2f'),(866,246,'_billing_first_name','Amber'),(867,246,'_billing_last_name','Matthews'),(868,246,'_billing_address_1','16305 Mary St'),(869,246,'_billing_city','Abingdon'),(870,246,'_billing_state','VA'),(871,246,'_billing_postcode','24210'),(872,246,'_billing_country','US'),(873,246,'_billing_email','inbox7984@gmail.com'),(874,246,'_billing_phone','2766146042'),(875,246,'_order_currency','USD'),(876,246,'_cart_discount','0'),(877,246,'_cart_discount_tax','0'),(878,246,'_order_shipping','0.00'),(879,246,'_order_shipping_tax','0'),(880,246,'_order_tax','0'),(881,246,'_order_total','10.00'),(882,246,'_order_version','4.5.2'),(883,246,'_prices_include_tax','no'),(884,246,'_billing_address_index','Amber Matthews  16305 Mary St  Abingdon VA 24210 US inbox7984@gmail.com 2766146042'),(885,246,'_shipping_address_index','        '),(886,246,'is_vat_exempt','no'),(887,246,'Payment type','instant'),(888,246,'_transaction_id','8N107461X66669418'),(889,246,'_paypal_status','completed'),(890,246,'PayPal Transaction Fee','0.59'),(891,246,'_date_paid','1601571592'),(892,246,'_paid_date','2020-10-01 16:59:52'),(893,246,'_download_permissions_granted','yes'),(894,246,'_recorded_sales','yes'),(895,246,'_recorded_coupon_usage_counts','yes'),(896,246,'_order_stock_reduced','yes'),(897,247,'_edit_lock','1601573939:1'),(898,247,'_edit_last','1'),(899,248,'_wp_attached_file','2020/10/Copy-of-Untitled-2.png'),(900,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:806;s:4:\"file\";s:30:\"2020/10/Copy-of-Untitled-2.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-1024x389.png\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-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:30:\"Copy-of-Untitled-2-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-1536x584.png\";s:5:\"width\";i:1536;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-2048x779.png\";s:5:\"width\";i:2048;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-500x806.png\";s:5:\"width\";i:500;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-1000x806.png\";s:5:\"width\";i:1000;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-700x266.png\";s:5:\"width\";i:700;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-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:30:\"Copy-of-Untitled-2-600x228.png\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-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:30:\"Copy-of-Untitled-2-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:30:\"Copy-of-Untitled-2-600x228.png\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-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:{}}}'),(901,249,'_wp_attached_file','2020/10/1-copy-2.png'),(902,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:20:\"2020/10/1-copy-2.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1-copy-2-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:22:\"1-copy-2-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:20:\"1-copy-2-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:20:\"1-copy-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"1-copy-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"1-copy-2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"1-copy-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"1-copy-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"1-copy-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"1-copy-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"1-copy-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"1-copy-2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"1-copy-2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"1-copy-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"1-copy-2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"1-copy-2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"1-copy-2-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:20:\"1-copy-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"1-copy-2-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:20:\"1-copy-2-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:20:\"1-copy-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"1-copy-2-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:{}}}'),(903,250,'_wp_attached_file','2020/10/5-1.png'),(904,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:15:\"2020/10/5-1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-1-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:17:\"5-1-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:15:\"5-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:15:\"5-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"5-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"5-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"5-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"5-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"5-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"5-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"5-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"5-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"5-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"5-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"5-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"5-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"5-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-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:15:\"5-1-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:15:\"5-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-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:{}}}'),(905,251,'_wp_attached_file','2020/10/3-1.png'),(906,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:15:\"2020/10/3-1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-1-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:17:\"3-1-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:15:\"3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"3-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"3-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"3-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"3-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"3-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"3-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"3-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"3-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"3-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"3-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"3-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-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:15:\"3-1-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:15:\"3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-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:{}}}'),(907,252,'_wp_attached_file','2020/10/Add-a-heading-1.png'),(908,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:27:\"2020/10/Add-a-heading-1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-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:29:\"Add-a-heading-1-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:27:\"Add-a-heading-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:27:\"Add-a-heading-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"Add-a-heading-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"Add-a-heading-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"Add-a-heading-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Add-a-heading-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-1-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:27:\"Add-a-heading-1-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:27:\"Add-a-heading-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Add-a-heading-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:{}}}'),(909,253,'_wp_attached_file','2020/10/4-1.png'),(910,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:15:\"2020/10/4-1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"4-1-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:17:\"4-1-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:15:\"4-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:15:\"4-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"4-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"4-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"4-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"4-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"4-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"4-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"4-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"4-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"4-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"4-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"4-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"4-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"4-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-1-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:15:\"4-1-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:15:\"4-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-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:{}}}'),(911,247,'_wp_page_template','full_width.php'),(912,247,'slide_template','default'),(913,247,'rs_page_bg_color','#ffffff'),(914,247,'_wpb_vc_js_status','true'),(915,247,'qode_page_background_image_fixed','yes'),(916,247,'qode_show-sidebar','default'),(918,258,'_order_key','wc_order_mVAwqweWI3qkg'),(919,258,'_customer_user','0'),(920,258,'_payment_method','paypal'),(921,258,'_payment_method_title','PayPal'),(922,258,'_customer_ip_address','69.132.33.87'),(923,258,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1'),(924,258,'_created_via','checkout'),(925,258,'_cart_hash','5e695dea64afbb5640e2135ad74d3209'),(926,258,'_billing_first_name','Bridget'),(927,258,'_billing_last_name','Boylan'),(928,258,'_billing_address_1','615 Elmhurst Rd'),(929,258,'_billing_address_2','Apt D'),(930,258,'_billing_city','Charlotte'),(931,258,'_billing_state','NC'),(932,258,'_billing_postcode','28209'),(933,258,'_billing_country','US'),(934,258,'_billing_email','bridgetboylan10@gmail.com'),(935,258,'_billing_phone','7042490041'),(936,258,'_order_currency','USD'),(937,258,'_cart_discount','0'),(938,258,'_cart_discount_tax','0'),(939,258,'_order_shipping','0.00'),(940,258,'_order_shipping_tax','0'),(941,258,'_order_tax','0'),(942,258,'_order_total','5.00'),(943,258,'_order_version','4.5.2'),(944,258,'_prices_include_tax','no'),(945,258,'_billing_address_index','Bridget Boylan  615 Elmhurst Rd Apt D Charlotte NC 28209 US bridgetboylan10@gmail.com 7042490041'),(946,258,'_shipping_address_index','        '),(947,258,'is_vat_exempt','no'),(948,259,'_order_key','wc_order_tNiGbSjRk4djp'),(949,259,'_customer_user','0'),(950,259,'_payment_method','paypal'),(951,259,'_payment_method_title','PayPal'),(952,259,'_customer_ip_address','24.74.42.132'),(953,259,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(954,259,'_created_via','checkout'),(955,259,'_cart_hash','5e695dea64afbb5640e2135ad74d3209'),(956,259,'_billing_first_name','Blair'),(957,259,'_billing_last_name','Lee'),(958,259,'_billing_address_1','3318 Park South Station Blvd'),(959,259,'_billing_city','Charlotte'),(960,259,'_billing_state','NC'),(961,259,'_billing_postcode','28210'),(962,259,'_billing_country','US'),(963,259,'_billing_email','BlairBL@gmail.com'),(964,259,'_billing_phone','3012330473'),(965,259,'_order_currency','USD'),(966,259,'_cart_discount','0'),(967,259,'_cart_discount_tax','0'),(968,259,'_order_shipping','0.00'),(969,259,'_order_shipping_tax','0'),(970,259,'_order_tax','0'),(971,259,'_order_total','5.00'),(972,259,'_order_version','4.5.2'),(973,259,'_prices_include_tax','no'),(974,259,'_billing_address_index','Blair Lee  3318 Park South Station Blvd  Charlotte NC 28210 US BlairBL@gmail.com 3012330473'),(975,259,'_shipping_address_index','        '),(976,259,'is_vat_exempt','no'),(977,259,'Payment type','instant'),(978,259,'_transaction_id','4SX24724AA2141006'),(979,259,'_paypal_status','completed'),(980,259,'PayPal Transaction Fee','0.45'),(981,259,'_date_paid','1601937874'),(982,259,'_paid_date','2020-10-05 22:44:34'),(983,259,'_download_permissions_granted','yes'),(984,259,'_recorded_sales','yes'),(985,259,'_recorded_coupon_usage_counts','yes'),(986,259,'_order_stock_reduced','yes'),(987,258,'Payment type','instant'),(988,258,'_transaction_id','6RS694285S1052204'),(989,258,'_paypal_status','completed'),(990,258,'PayPal Transaction Fee','0.45'),(991,258,'_date_paid','1601938934'),(992,258,'_paid_date','2020-10-05 23:02:14'),(993,258,'_download_permissions_granted','yes'),(994,258,'_recorded_sales','yes'),(995,258,'_recorded_coupon_usage_counts','yes'),(996,258,'_order_stock_reduced','yes'),(1068,267,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1001,261,'_customer_user','0'),(1002,261,'_payment_method','paypal'),(1003,261,'_payment_method_title','PayPal'),(1004,261,'_customer_ip_address','24.74.42.132'),(1005,261,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(1006,261,'_created_via','checkout'),(1007,261,'_cart_hash','9bb20ffeb521aa4b9aca9b779252a63d'),(1008,261,'_billing_first_name','Blair'),(1009,261,'_billing_last_name','Lee'),(1010,261,'_billing_address_1','3318 Park South Station Blvd'),(1011,261,'_billing_city','Charlotte'),(1012,261,'_billing_state','NC'),(1013,261,'_billing_postcode','28210'),(1014,261,'_billing_country','US'),(1015,261,'_billing_email','BlairBL@gmail.com'),(1016,261,'_billing_phone','3012330473'),(1017,261,'_order_currency','USD'),(1018,261,'_cart_discount','0'),(1019,261,'_cart_discount_tax','0'),(1020,261,'_order_shipping','0.00'),(1021,261,'_order_shipping_tax','0'),(1022,261,'_order_tax','0'),(1023,261,'_order_total','5.00'),(1024,261,'_order_version','4.5.2'),(1025,261,'_prices_include_tax','no'),(1026,261,'_billing_address_index','Blair Lee  3318 Park South Station Blvd  Charlotte NC 28210 US BlairBL@gmail.com 3012330473'),(1027,261,'_shipping_address_index','        '),(1028,261,'is_vat_exempt','no'),(1029,261,'Payment type','instant'),(1030,261,'_transaction_id','56A98502N5644710N'),(1031,261,'_paypal_status','completed'),(1032,261,'PayPal Transaction Fee','0.45'),(1033,261,'_date_paid','1603225467'),(1034,261,'_paid_date','2020-10-20 20:24:27'),(1035,261,'_download_permissions_granted','yes'),(1036,261,'_recorded_sales','yes'),(1037,261,'_recorded_coupon_usage_counts','yes'),(1038,261,'_order_stock_reduced','yes'),(1040,264,'_order_currency','USD'),(1041,264,'_cart_discount','0'),(1042,264,'_cart_discount_tax','0'),(1043,264,'_order_shipping','0'),(1044,264,'_order_shipping_tax','0'),(1045,264,'_order_tax','0'),(1046,264,'_order_total','-5.00'),(1047,264,'_order_version','4.5.2'),(1048,264,'_prices_include_tax','no'),(1049,264,'_refund_amount','5'),(1050,264,'_refunded_by','1'),(1051,264,'_refunded_payment',''),(1052,264,'_refund_reason','Order fully refunded.'),(1071,271,'_edit_last','1'),(1072,271,'_edit_lock','1606246887:1'),(1073,272,'_wp_attached_file','woocommerce_uploads/2020/11/Breath-twr1pn.mp3'),(1074,273,'_wp_attached_file','woocommerce_uploads/2020/11/Breath-twr1pn-mp3-image-gky2b7.png'),(1075,273,'_cover_hash','4c4c7c5f829fd432f28ff05228c4477b'),(1076,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:62:\"woocommerce_uploads/2020/11/Breath-twr1pn-mp3-image-gky2b7.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-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:44:\"Breath-twr1pn-mp3-image-gky2b7-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:42:\"Breath-twr1pn-mp3-image-gky2b7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"Breath-twr1pn-mp3-image-gky2b7-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:44:\"Breath-twr1pn-mp3-image-gky2b7-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:43:\"Breath-twr1pn-mp3-image-gky2b7-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:43:\"Breath-twr1pn-mp3-image-gky2b7-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:44:\"Breath-twr1pn-mp3-image-gky2b7-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-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:42:\"Breath-twr1pn-mp3-image-gky2b7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-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:42:\"Breath-twr1pn-mp3-image-gky2b7-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:42:\"Breath-twr1pn-mp3-image-gky2b7-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Breath-twr1pn-mp3-image-gky2b7-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:{}}}'),(1077,272,'_thumbnail_id','273'),(1078,272,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1079,274,'_wp_attached_file','woocommerce_uploads/2020/11/Sit-with-your-Guides-bhnnnc.mp3'),(1080,275,'_wp_attached_file','woocommerce_uploads/2020/11/Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj.png'),(1081,275,'_cover_hash','985165ec5497e45b20e803c4b3466f4a'),(1082,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2800;s:6:\"height\";i:2800;s:4:\"file\";s:76:\"woocommerce_uploads/2020/11/Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:58:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:58:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:57:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:57:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:58:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:56:\"Sit-with-your-Guides-bhnnnc-mp3-image-ywylrj-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:{}}}'),(1083,274,'_thumbnail_id','275'),(1084,274,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1085,276,'_wp_attached_file','woocommerce_uploads/2020/11/Mother-Nature-38epu5.mp3'),(1086,277,'_wp_attached_file','woocommerce_uploads/2020/11/Mother-Nature-38epu5-mp3-image-kras1v.png'),(1087,277,'_cover_hash','a084c0fd299764e5c231f3fce275984d'),(1088,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:69:\"woocommerce_uploads/2020/11/Mother-Nature-38epu5-mp3-image-kras1v.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-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:51:\"Mother-Nature-38epu5-mp3-image-kras1v-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:49:\"Mother-Nature-38epu5-mp3-image-kras1v-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:49:\"Mother-Nature-38epu5-mp3-image-kras1v-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"Mother-Nature-38epu5-mp3-image-kras1v-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:51:\"Mother-Nature-38epu5-mp3-image-kras1v-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"Mother-Nature-38epu5-mp3-image-kras1v-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"Mother-Nature-38epu5-mp3-image-kras1v-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:51:\"Mother-Nature-38epu5-mp3-image-kras1v-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-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:49:\"Mother-Nature-38epu5-mp3-image-kras1v-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-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:49:\"Mother-Nature-38epu5-mp3-image-kras1v-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:49:\"Mother-Nature-38epu5-mp3-image-kras1v-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"Mother-Nature-38epu5-mp3-image-kras1v-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:{}}}'),(1089,276,'_thumbnail_id','277'),(1090,276,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1091,278,'_wp_attached_file','woocommerce_uploads/2020/11/Sacred-Light-xswhyl.mp3'),(1092,279,'_wp_attached_file','woocommerce_uploads/2020/11/Sacred-Light-xswhyl-mp3-image-isipsh.png'),(1093,279,'_cover_hash','c34793fcd5553a22c07082319082a899'),(1094,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:68:\"woocommerce_uploads/2020/11/Sacred-Light-xswhyl-mp3-image-isipsh.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:50:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"Sacred-Light-xswhyl-mp3-image-isipsh-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"Sacred-Light-xswhyl-mp3-image-isipsh-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:49:\"Sacred-Light-xswhyl-mp3-image-isipsh-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:49:\"Sacred-Light-xswhyl-mp3-image-isipsh-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:50:\"Sacred-Light-xswhyl-mp3-image-isipsh-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Sacred-Light-xswhyl-mp3-image-isipsh-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:{}}}'),(1095,278,'_thumbnail_id','279'),(1096,278,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1097,280,'_wp_attached_file','woocommerce_uploads/2020/11/Watch-Your-Thoughts-gezxed.mp3'),(1098,281,'_wp_attached_file','woocommerce_uploads/2020/11/Watch-Your-Thoughts-gezxed-mp3-image-apzghl.png'),(1099,281,'_cover_hash','bd9f5698aeaedc034f890d59840ea72a'),(1100,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:75:\"woocommerce_uploads/2020/11/Watch-Your-Thoughts-gezxed-mp3-image-apzghl.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:57:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:57:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:56:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:56:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:57:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"Watch-Your-Thoughts-gezxed-mp3-image-apzghl-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:{}}}'),(1101,280,'_thumbnail_id','281'),(1102,280,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1103,282,'_wp_attached_file','woocommerce_uploads/2020/11/Loving-Gaze_-_Stargaze_-wwfvs3.mp3'),(1104,283,'_wp_attached_file','woocommerce_uploads/2020/11/Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m.png'),(1105,283,'_cover_hash','56c2ce1d405c28ea8044c2ee97cfae26'),(1106,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:79:\"woocommerce_uploads/2020/11/Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:61:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:61:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:60:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:60:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:61:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"Loving-Gaze_-_Stargaze_-wwfvs3-mp3-image-wyhl7m-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:{}}}'),(1107,282,'_thumbnail_id','283'),(1108,282,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1109,284,'_wp_attached_file','woocommerce_uploads/2020/11/Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8.mp3'),(1110,285,'_wp_attached_file','woocommerce_uploads/2020/11/Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94.png'),(1111,285,'_cover_hash','2dcee81b1132b2bc1b3b970217ac131b'),(1112,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:89:\"woocommerce_uploads/2020/11/Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:71:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:71:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:71:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:70:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:70:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:71:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:69:\"Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8-mp3-image-byxx94-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:{}}}'),(1113,284,'_thumbnail_id','285'),(1114,284,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1115,286,'_wp_attached_file','woocommerce_uploads/2020/11/Animal-Chakra-Guardians-0fytdx.mp3'),(1116,287,'_wp_attached_file','woocommerce_uploads/2020/11/Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8.png'),(1117,287,'_cover_hash','6034d2921c4e682c29e8fb6176a541a4'),(1118,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:79:\"woocommerce_uploads/2020/11/Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:61:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:61:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:60:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:60:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:61:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"Animal-Chakra-Guardians-0fytdx-mp3-image-xe9ym8-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:{}}}'),(1119,286,'_thumbnail_id','287'),(1120,286,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1121,288,'_wp_attached_file','woocommerce_uploads/2020/11/The-Divine-Fountain-of-Youth-t5v2sr.mp3'),(1122,289,'_wp_attached_file','woocommerce_uploads/2020/11/The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss.png'),(1123,289,'_cover_hash','b1b6b1a207d9d8cc9b3150b74b28e4f3'),(1124,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:84:\"woocommerce_uploads/2020/11/The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:66:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:66:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:66:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:65:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:65:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:66:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:64:\"The-Divine-Fountain-of-Youth-t5v2sr-mp3-image-nztjss-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:{}}}'),(1125,288,'_thumbnail_id','289'),(1126,288,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1127,290,'_wp_attached_file','woocommerce_uploads/2020/11/Circulate-Sacred-Sexual-Energy-nferle.mp3'),(1128,291,'_wp_attached_file','woocommerce_uploads/2020/11/Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2.png'),(1129,291,'_cover_hash','0c54b439b7ba03972fc856f538934f1c'),(1130,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2100;s:4:\"file\";s:86:\"woocommerce_uploads/2020/11/Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:68:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:68:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:68:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:67:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:67:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:68:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:66:\"Circulate-Sacred-Sexual-Energy-nferle-mp3-image-fsbye2-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:{}}}'),(1131,290,'_thumbnail_id','291'),(1132,290,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1133,292,'_wp_attached_file','woocommerce_uploads/2020/11/Purple-Rain-Transformation-crlm7m.mp3'),(1134,293,'_wp_attached_file','woocommerce_uploads/2020/11/Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc.png'),(1135,293,'_cover_hash','61c235077b7e506e8eb562ef7bc01e56'),(1136,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4200;s:6:\"height\";i:4200;s:4:\"file\";s:82:\"woocommerce_uploads/2020/11/Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:64:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:64:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:64:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:63:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:63:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:64:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"Purple-Rain-Transformation-crlm7m-mp3-image-snvjnc-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:{}}}'),(1137,292,'_thumbnail_id','293'),(1138,292,'_wp_attachment_metadata','a:2:{s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1139,271,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1140,271,'_regular_price','24.99'),(1141,271,'total_sales','0'),(1142,271,'_tax_status','taxable'),(1143,271,'_tax_class',''),(1144,271,'_manage_stock','no'),(1145,271,'_backorders','no'),(1146,271,'_sold_individually','no'),(1147,271,'_virtual','yes'),(1148,271,'_downloadable','yes'),(1149,271,'_download_limit','-1'),(1150,271,'_download_expiry','-1'),(1151,271,'_stock',NULL),(1152,271,'_stock_status','instock'),(1153,271,'_wc_average_rating','5.00'),(1154,271,'_wc_review_count','5'),(1155,271,'_downloadable_files','a:11:{s:36:\"fe22be5d-04e0-4c45-b165-3530d6dfdad0\";a:3:{s:2:\"id\";s:36:\"fe22be5d-04e0-4c45-b165-3530d6dfdad0\";s:4:\"name\";s:17:\"Breath Meditation\";s:4:\"file\";s:91:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Breath-twr1pn.mp3\";}s:36:\"09827c5f-5113-4f3c-8e00-5e5ee53d5fdc\";a:3:{s:2:\"id\";s:36:\"09827c5f-5113-4f3c-8e00-5e5ee53d5fdc\";s:4:\"name\";s:31:\"Sit with Your Guides Meditation\";s:4:\"file\";s:105:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Sit-with-your-Guides-bhnnnc.mp3\";}s:36:\"0e3c2204-3372-4fb3-bb97-dc268ebd4b81\";a:3:{s:2:\"id\";s:36:\"0e3c2204-3372-4fb3-bb97-dc268ebd4b81\";s:4:\"name\";s:24:\"Mother Nature Meditation\";s:4:\"file\";s:98:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Mother-Nature-38epu5.mp3\";}s:36:\"3de3a330-fba0-4e44-848d-949cf6234fde\";a:3:{s:2:\"id\";s:36:\"3de3a330-fba0-4e44-848d-949cf6234fde\";s:4:\"name\";s:23:\"Sacred Light Meditation\";s:4:\"file\";s:97:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Sacred-Light-xswhyl.mp3\";}s:36:\"f24874b3-3b8f-4b64-aee6-1a997b870ee4\";a:3:{s:2:\"id\";s:36:\"f24874b3-3b8f-4b64-aee6-1a997b870ee4\";s:4:\"name\";s:19:\"Watch Your Thoughts\";s:4:\"file\";s:104:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Watch-Your-Thoughts-gezxed.mp3\";}s:36:\"4d81fe9d-56fe-432f-a634-0fce28b5a6af\";a:3:{s:2:\"id\";s:36:\"4d81fe9d-56fe-432f-a634-0fce28b5a6af\";s:4:\"name\";s:22:\"Loving Gaze Meditation\";s:4:\"file\";s:108:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Loving-Gaze_-_Stargaze_-wwfvs3.mp3\";}s:36:\"bf1a597d-a683-48a7-9be5-dcb91834f8dd\";a:3:{s:2:\"id\";s:36:\"bf1a597d-a683-48a7-9be5-dcb91834f8dd\";s:4:\"name\";s:17:\"Mantra Meditation\";s:4:\"file\";s:118:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8.mp3\";}s:36:\"ac42366d-3b2d-44f9-89bd-afdd95579e31\";a:3:{s:2:\"id\";s:36:\"ac42366d-3b2d-44f9-89bd-afdd95579e31\";s:4:\"name\";s:48:\"Discover your Animal Chakra Guardians Meditation\";s:4:\"file\";s:108:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Animal-Chakra-Guardians-0fytdx.mp3\";}s:36:\"6f3ae795-c31e-4ca7-8873-6cf47d575fa0\";a:3:{s:2:\"id\";s:36:\"6f3ae795-c31e-4ca7-8873-6cf47d575fa0\";s:4:\"name\";s:28:\"The Divine Fountain of Youth\";s:4:\"file\";s:113:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/The-Divine-Fountain-of-Youth-t5v2sr.mp3\";}s:36:\"9ebe8f5e-604e-44e5-b08d-bd7c9639bf83\";a:3:{s:2:\"id\";s:36:\"9ebe8f5e-604e-44e5-b08d-bd7c9639bf83\";s:4:\"name\";s:35:\"Circulate your Sacred Sexual Energy\";s:4:\"file\";s:115:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Circulate-Sacred-Sexual-Energy-nferle.mp3\";}s:36:\"905954ca-9b2c-41af-8f1a-39031670ff99\";a:3:{s:2:\"id\";s:36:\"905954ca-9b2c-41af-8f1a-39031670ff99\";s:4:\"name\";s:37:\"Purple Rain Transformation Meditation\";s:4:\"file\";s:111:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Purple-Rain-Transformation-crlm7m.mp3\";}}'),(1156,271,'_product_version','4.5.2'),(1157,271,'_price','24.99'),(1158,271,'slide_template',''),(1159,271,'rs_page_bg_color',''),(1160,271,'_wp_old_date','2020-11-23'),(1161,294,'_wp_attached_file','2020/11/1.png'),(1162,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:13:\"2020/11/1.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-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:15:\"1-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:13:\"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:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-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:13:\"1-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:13:\"1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"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:{}}}'),(1163,295,'_wp_attached_file','2020/11/2.png'),(1164,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:13:\"2020/11/2.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-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:15:\"2-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:13:\"2-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:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"2-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:{}}}'),(1165,296,'_wp_attached_file','2020/11/3.png'),(1166,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:13:\"2020/11/3.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-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:15:\"3-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:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"3-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"3-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-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:13:\"3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-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:13:\"3-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:13:\"3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-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:{}}}'),(1167,271,'_thumbnail_id','269'),(1168,271,'_product_image_gallery','294,295,296'),(1169,271,'_wc_rating_count','a:1:{i:5;i:5;}'),(1183,303,'_wp_attached_file','2020/12/Untitled-design-12.png'),(1184,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2020/12/Untitled-design-12.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:32:\"Untitled-design-12-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:30:\"Untitled-design-12-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:30:\"Untitled-design-12-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-12-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-12-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-12-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-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:30:\"Untitled-design-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:30:\"Untitled-design-12-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:30:\"Untitled-design-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:{}}}'),(1185,304,'_wp_attached_file','2020/12/Octopussy.jpg'),(1186,304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1049;s:4:\"file\";s:21:\"2020/12/Octopussy.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Octopussy-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Octopussy-1024x1013.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Octopussy-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:\"Octopussy-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"Octopussy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"Octopussy-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"Octopussy-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"Octopussy-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"Octopussy-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"Octopussy-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"Octopussy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"Octopussy-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"Octopussy-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"Octopussy-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"Octopussy-700x693.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"Octopussy-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Octopussy-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:21:\"Octopussy-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Octopussy-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:21:\"Octopussy-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:21:\"Octopussy-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Octopussy-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:{}}}'),(1187,305,'_wp_attached_file','2020/12/Untitled-design-13.png'),(1188,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2020/12/Untitled-design-13.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-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:32:\"Untitled-design-13-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:30:\"Untitled-design-13-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:30:\"Untitled-design-13-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-13-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-13-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-13-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-13-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:30:\"Untitled-design-13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-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:30:\"Untitled-design-13-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:30:\"Untitled-design-13-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-13-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:{}}}'),(1189,306,'_wp_attached_file','2020/12/yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n.jpg'),(1190,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:78:\"2020/12/yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:78:\"yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n-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:{}}}'),(1191,307,'_wp_attached_file','2020/12/1.png'),(1192,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2020/12/1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-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:15:\"1-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:13:\"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:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-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:13:\"1-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:13:\"1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"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:{}}}'),(1193,308,'_wp_attached_file','2020/12/2.png'),(1194,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2020/12/2.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-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:15:\"2-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:13:\"2-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:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:{}}}'),(1195,309,'_wp_attached_file','2020/12/Screen-Shot-2019-04-15-at-5.27.55-PM.png'),(1196,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:912;s:4:\"file\";s:48:\"2020/12/Screen-Shot-2019-04-15-at-5.27.55-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-768x766.png\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-914x500.png\";s:5:\"width\";i:914;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-500x912.png\";s:5:\"width\";i:500;s:6:\"height\";i:912;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-700x698.png\";s:5:\"width\";i:700;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:{}}}'),(1197,310,'_wp_attached_file','2020/12/Screen-Shot-2020-10-02-at-12.46.05-PM.png'),(1198,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:580;s:4:\"file\";s:49:\"2020/12/Screen-Shot-2020-10-02-at-12.46.05-PM.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-582x500.png\";s:5:\"width\";i:582;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-500x580.png\";s:5:\"width\";i:500;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:{}}}'),(1199,311,'_wp_attached_file','2020/12/Untitled-design-16.png'),(1200,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2020/12/Untitled-design-16.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-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:32:\"Untitled-design-16-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:30:\"Untitled-design-16-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:30:\"Untitled-design-16-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-16-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-16-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-16-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-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:30:\"Untitled-design-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-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:30:\"Untitled-design-16-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:30:\"Untitled-design-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-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:{}}}'),(1201,312,'_wp_attached_file','2020/12/Screen-Shot-2020-01-02-at-3.14.27-PM-1.png'),(1202,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:848;s:4:\"file\";s:50:\"2020/12/Screen-Shot-2020-01-02-at-3.14.27-PM-1.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-768x763.png\";s:5:\"width\";i:768;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-854x500.png\";s:5:\"width\";i:854;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-500x848.png\";s:5:\"width\";i:500;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-700x695.png\";s:5:\"width\";i:700;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-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:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-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:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-1-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:{}}}'),(1203,313,'_wp_attached_file','2020/12/yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n.jpg'),(1204,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:80:\"2020/12/yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:82:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:82:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:80:\"yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n-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:{}}}'),(1205,314,'_wp_attached_file','2020/12/Untitled-design-copy.png'),(1206,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2020/12/Untitled-design-copy.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-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:34:\"Untitled-design-copy-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:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"Untitled-design-copy-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"Untitled-design-copy-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-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:32:\"Untitled-design-copy-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-copy-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:{}}}'),(1207,315,'_wp_attached_file','2020/12/yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n.jpg'),(1208,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:79:\"2020/12/yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:80:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:{}}}'),(1209,316,'_wp_attached_file','2020/12/Screen-Shot-2020-01-02-at-3.14.27-PM.png'),(1210,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:848;s:4:\"file\";s:48:\"2020/12/Screen-Shot-2020-01-02-at-3.14.27-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-768x763.png\";s:5:\"width\";i:768;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-854x500.png\";s:5:\"width\";i:854;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-500x848.png\";s:5:\"width\";i:500;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-700x695.png\";s:5:\"width\";i:700;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:{}}}'),(1211,317,'_wp_attached_file','2020/12/Untitled-design-14.png'),(1212,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2020/12/Untitled-design-14.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:32:\"Untitled-design-14-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:30:\"Untitled-design-14-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:30:\"Untitled-design-14-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-14-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-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:30:\"Untitled-design-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:30:\"Untitled-design-14-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:30:\"Untitled-design-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:{}}}'),(1213,318,'_wp_attached_file','2020/12/yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1.jpg'),(1214,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:81:\"2020/12/yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:82:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:82:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:83:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:{}}}'),(1215,319,'_wp_attached_file','2020/12/Screen-Shot-2020-01-02-at-3.20.21-PM-1.png'),(1216,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:952;s:4:\"file\";s:50:\"2020/12/Screen-Shot-2020-01-02-at-3.20.21-PM-1.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-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:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-768x763.png\";s:5:\"width\";i:768;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-958x500.png\";s:5:\"width\";i:958;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-500x952.png\";s:5:\"width\";i:500;s:6:\"height\";i:952;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-700x696.png\";s:5:\"width\";i:700;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-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:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-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:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-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:{}}}'),(1217,320,'_wp_attached_file','2020/12/Untitled-design-17.png'),(1218,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2020/12/Untitled-design-17.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-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:32:\"Untitled-design-17-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:30:\"Untitled-design-17-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:30:\"Untitled-design-17-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-17-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-17-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-17-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-17-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:30:\"Untitled-design-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-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:30:\"Untitled-design-17-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:30:\"Untitled-design-17-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-17-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:{}}}'),(1219,321,'_wp_attached_file','2020/12/9.png'),(1220,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2020/12/9.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-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:15:\"9-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:13:\"9-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:13:\"9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"9-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"9-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"9-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"9-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"9-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"9-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"9-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"9-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"9-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"9-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"9-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"9-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"9-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:13:\"9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"9-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:13:\"9-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:13:\"9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"9-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:{}}}'),(1221,322,'_wp_attached_file','2020/12/8.png'),(1222,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2020/12/8.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-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:15:\"8-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:13:\"8-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:13:\"8-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"8-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"8-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"8-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"8-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"8-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"8-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"8-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"8-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"8-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"8-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"8-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"8-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-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:13:\"8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-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:13:\"8-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:13:\"8-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-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:{}}}'),(1223,323,'_wp_attached_file','2020/12/Mint-Green-Fashion-Collage-Instagram-Post.png'),(1224,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:53:\"2020/12/Mint-Green-Fashion-Collage-Instagram-Post.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-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:55:\"Mint-Green-Fashion-Collage-Instagram-Post-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:53:\"Mint-Green-Fashion-Collage-Instagram-Post-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:53:\"Mint-Green-Fashion-Collage-Instagram-Post-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"Mint-Green-Fashion-Collage-Instagram-Post-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:55:\"Mint-Green-Fashion-Collage-Instagram-Post-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:54:\"Mint-Green-Fashion-Collage-Instagram-Post-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:54:\"Mint-Green-Fashion-Collage-Instagram-Post-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:55:\"Mint-Green-Fashion-Collage-Instagram-Post-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-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:53:\"Mint-Green-Fashion-Collage-Instagram-Post-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-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:53:\"Mint-Green-Fashion-Collage-Instagram-Post-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:53:\"Mint-Green-Fashion-Collage-Instagram-Post-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"Mint-Green-Fashion-Collage-Instagram-Post-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:{}}}'),(1225,324,'_wp_attached_file','2020/12/Copy-of-spa-night.png'),(1226,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:3240;s:4:\"file\";s:29:\"2020/12/Copy-of-spa-night.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-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:31:\"Copy-of-spa-night-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:29:\"Copy-of-spa-night-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:29:\"Copy-of-spa-night-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Copy-of-spa-night-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Copy-of-spa-night-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Copy-of-spa-night-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Copy-of-spa-night-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Copy-of-spa-night-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Copy-of-spa-night-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:29:\"Copy-of-spa-night-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-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:29:\"Copy-of-spa-night-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:29:\"Copy-of-spa-night-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Copy-of-spa-night-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:{}}}'),(1227,325,'_wp_attached_file','2020/12/Copy-of-Copy-of-ONLINE-WORKSHOP.png'),(1228,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:43:\"2020/12/Copy-of-Copy-of-ONLINE-WORKSHOP.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:44:\"Copy-of-Copy-of-ONLINE-WORKSHOP-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:44:\"Copy-of-Copy-of-ONLINE-WORKSHOP-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:45:\"Copy-of-Copy-of-ONLINE-WORKSHOP-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Copy-of-Copy-of-ONLINE-WORKSHOP-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:{}}}'),(1229,326,'_wp_attached_file','2020/12/Screen-Shot-2019-04-15-at-5.49.57-PM.png'),(1230,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:906;s:6:\"height\";i:904;s:4:\"file\";s:48:\"2020/12/Screen-Shot-2019-04-15-at-5.49.57-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-768x766.png\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-906x500.png\";s:5:\"width\";i:906;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-500x904.png\";s:5:\"width\";i:500;s:6:\"height\";i:904;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-700x698.png\";s:5:\"width\";i:700;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:{}}}'),(1234,328,'_edit_last','1'),(1235,328,'_edit_lock','1608491288:1'),(1236,329,'_wp_attached_file','2020/12/earthechofoods_109542665_1207510412948667_8117110159211079053_n.jpg'),(1237,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1079;s:4:\"file\";s:75:\"2020/12/earthechofoods_109542665_1207510412948667_8117110159211079053_n.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-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:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:76:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:76:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:77:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-700x699.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-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:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-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:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-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:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:75:\"earthechofoods_109542665_1207510412948667_8117110159211079053_n-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:{}}}'),(1238,330,'_wp_attached_file','2020/12/free-3-1.png'),(1239,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2020/12/free-3-1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"free-3-1-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:22:\"free-3-1-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:20:\"free-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"free-3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"free-3-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"free-3-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"free-3-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"free-3-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"free-3-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"free-3-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"free-3-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"free-3-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"free-3-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"free-3-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"free-3-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"free-3-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"free-3-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"free-3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"free-3-1-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:20:\"free-3-1-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:20:\"free-3-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"free-3-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:{}}}'),(1240,331,'_wp_attached_file','2020/12/ONLINE-WORKSHOP.png'),(1241,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:27:\"2020/12/ONLINE-WORKSHOP.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-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:29:\"ONLINE-WORKSHOP-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:27:\"ONLINE-WORKSHOP-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:27:\"ONLINE-WORKSHOP-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ONLINE-WORKSHOP-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ONLINE-WORKSHOP-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-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:27:\"ONLINE-WORKSHOP-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-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:27:\"ONLINE-WORKSHOP-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:27:\"ONLINE-WORKSHOP-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"ONLINE-WORKSHOP-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:{}}}'),(1242,332,'_wp_attached_file','2020/12/modere.health_116360997_1198248210539025_1052764795359592177_n.jpg'),(1243,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1075;s:6:\"height\";i:1075;s:4:\"file\";s:74:\"2020/12/modere.health_116360997_1198248210539025_1052764795359592177_n.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"modere.health_116360997_1198248210539025_1052764795359592177_n-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:75:\"modere.health_116360997_1198248210539025_1052764795359592177_n-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:75:\"modere.health_116360997_1198248210539025_1052764795359592177_n-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:76:\"modere.health_116360997_1198248210539025_1052764795359592177_n-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:74:\"modere.health_116360997_1198248210539025_1052764795359592177_n-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:{}}}'),(1244,333,'_wp_attached_file','woocommerce_uploads/2020/12/DIY-Meditate-Companion-Oracle-Cards-kycuaj.pdf'),(1245,328,'_thumbnail_id','323'),(1246,328,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1247,328,'_regular_price','0.00'),(1248,328,'total_sales','0'),(1249,328,'_tax_status','taxable'),(1250,328,'_tax_class',''),(1251,328,'_manage_stock','no'),(1252,328,'_backorders','no'),(1253,328,'_sold_individually','no'),(1254,328,'_virtual','yes'),(1255,328,'_downloadable','yes'),(1256,328,'_download_limit','-1'),(1257,328,'_download_expiry','-1'),(1258,328,'_stock',NULL),(1259,328,'_stock_status','instock'),(1260,328,'_wc_average_rating','0'),(1261,328,'_wc_review_count','0'),(1262,328,'_downloadable_files','a:1:{s:36:\"bc5148a9-a040-4497-a34a-7565b72812e2\";a:3:{s:2:\"id\";s:36:\"bc5148a9-a040-4497-a34a-7565b72812e2\";s:4:\"name\";s:27:\"DIY Meditation Oracle Cards\";s:4:\"file\";s:120:\"http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/12/DIY-Meditate-Companion-Oracle-Cards-kycuaj.pdf\";}}'),(1263,328,'_product_version','4.5.5'),(1264,328,'_price','0.00'),(1265,328,'slide_template',''),(1266,328,'rs_page_bg_color',''),(1267,335,'_edit_lock','1608494931:1'),(1268,335,'_edit_last','1'),(1269,336,'_wp_attached_file','2020/12/Untitled-design-5.png'),(1270,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:945;s:4:\"file\";s:29:\"2020/12/Untitled-design-5.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-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:30:\"Untitled-design-5-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-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:29:\"Untitled-design-5-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Untitled-design-5-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-5-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-500x945.png\";s:5:\"width\";i:500;s:6:\"height\";i:945;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"Untitled-design-5-1000x945.png\";s:5:\"width\";i:1000;s:6:\"height\";i:945;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-700x394.png\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-5-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:29:\"Untitled-design-5-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-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:29:\"Untitled-design-5-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:29:\"Untitled-design-5-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-5-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:{}}}'),(1271,337,'_wp_attached_file','2020/12/maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1.jpg'),(1272,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:56:\"2020/12/maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:57:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:57:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-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:58:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:57:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:57:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:58:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-700x933.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:56:\"maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-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:{}}}'),(1273,338,'_wp_attached_file','2020/12/tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1.jpg'),(1274,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:56:\"2020/12/tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1.jpg\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:57:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:57:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-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:58:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:57:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:57:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:58:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-700x933.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:56:\"tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-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:{}}}'),(1275,339,'_wp_attached_file','2020/12/nica-cn-kqfBJPmQLUc-unsplash-scaled-1.jpg'),(1276,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:4:\"file\";s:49:\"2020/12/nica-cn-kqfBJPmQLUc-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:50:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:50:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:51:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-700x933.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:49:\"nica-cn-kqfBJPmQLUc-unsplash-scaled-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:{}}}'),(1277,335,'_wp_page_template','default'),(1278,335,'slide_template','default'),(1279,335,'rs_page_bg_color','#ffffff'),(1280,335,'_wpb_vc_js_status','true'),(1281,335,'qode_page_background_image_fixed','yes'),(1282,335,'qode_show-sidebar','default'),(1283,341,'_wp_attached_file','2020/12/cacaoceremony_88154166_131094585086543_8987075146993725176_n.jpg'),(1284,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:72:\"2020/12/cacaoceremony_88154166_131094585086543_8987075146993725176_n.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:73:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:73:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:72:\"cacaoceremony_88154166_131094585086543_8987075146993725176_n-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:{}}}'),(1285,350,'_wp_attached_file','2020/12/Screen-Shot-2020-12-20-at-3.06.00-PM.png'),(1286,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1142;s:6:\"height\";i:1138;s:4:\"file\";s:48:\"2020/12/Screen-Shot-2020-12-20-at-3.06.00-PM.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-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:50:\"Screen-Shot-2020-12-20-at-3.06.00-PM-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-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:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-768x765.png\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-12-20-at-3.06.00-PM-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-12-20-at-3.06.00-PM-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-12-20-at-3.06.00-PM-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-700x698.png\";s:5:\"width\";i:700;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-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:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-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:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-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:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.06.00-PM-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:{}}}'),(1287,351,'_wp_attached_file','2020/12/Screen-Shot-2020-12-20-at-3.05.50-PM.png'),(1288,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:1140;s:4:\"file\";s:48:\"2020/12/Screen-Shot-2020-12-20-at-3.05.50-PM.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-300x297.png\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-12-20-at-3.05.50-PM-1024x1015.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1015;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-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:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-768x761.png\";s:5:\"width\";i:768;s:6:\"height\";i:761;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-12-20-at-3.05.50-PM-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-12-20-at-3.05.50-PM-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-12-20-at-3.05.50-PM-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-700x694.png\";s:5:\"width\";i:700;s:6:\"height\";i:694;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-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:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-600x595.png\";s:5:\"width\";i:600;s:6:\"height\";i:595;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-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:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-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:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-600x595.png\";s:5:\"width\";i:600;s:6:\"height\";i:595;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-12-20-at-3.05.50-PM-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:{}}}'),(1289,353,'_edit_last','1'),(1290,353,'_edit_lock','1608495549:1'),(1291,353,'_thumbnail_id','332'),(1292,353,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1293,353,'total_sales','0'),(1294,353,'_tax_status','taxable'),(1295,353,'_tax_class',''),(1296,353,'_manage_stock','no'),(1297,353,'_backorders','no'),(1298,353,'_sold_individually','no'),(1299,353,'_virtual','no'),(1300,353,'_downloadable','no'),(1301,353,'_download_limit','-1'),(1302,353,'_download_expiry','-1'),(1303,353,'_stock',NULL),(1304,353,'_stock_status','instock'),(1305,353,'_wc_average_rating','0'),(1306,353,'_wc_review_count','0'),(1307,353,'_product_url','https://www.modere.com/?referralCode=4847370'),(1308,353,'_button_text','Browse Modere'),(1309,353,'_product_version','4.5.2'),(1310,353,'_price',''),(1311,353,'slide_template',''),(1312,353,'rs_page_bg_color',''),(1313,354,'_edit_lock','1620768062:1'),(1314,355,'_wp_attached_file','2020/12/Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy.png'),(1315,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:2120;s:4:\"file\";s:64:\"2020/12/Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:66:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:66:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:66:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:65:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:65:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:66:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:64:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-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:{}}}'),(1316,356,'_wp_attached_file','2020/12/NEVER-LIST-1.jpeg'),(1317,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2020/12/NEVER-LIST-1.jpeg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"NEVER-LIST-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-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:25:\"NEVER-LIST-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-345x198.jpeg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-400x260.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-500x380.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"NEVER-LIST-1-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"NEVER-LIST-1-500x1000.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:27:\"NEVER-LIST-1-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-700x700.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-539x303.jpeg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"NEVER-LIST-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"NEVER-LIST-1-600x600.jpeg\";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:25:\"NEVER-LIST-1-100x100.jpeg\";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:25:\"NEVER-LIST-1-300x300.jpeg\";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:25:\"NEVER-LIST-1-600x600.jpeg\";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:25:\"NEVER-LIST-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(1318,357,'_wp_attached_file','2020/12/IMG_0610.png'),(1319,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:20:\"2020/12/IMG_0610.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0610-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:22:\"IMG_0610-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:20:\"IMG_0610-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:20:\"IMG_0610-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0610-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_0610-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0610-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0610-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_0610-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0610-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_0610-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_0610-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_0610-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"IMG_0610-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"IMG_0610-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_0610-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_0610-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0610-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:20:\"IMG_0610-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0610-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:20:\"IMG_0610-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:20:\"IMG_0610-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0610-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:{}}}'),(1320,354,'_edit_last','1'),(1321,358,'_wp_attached_file','2020/12/Beauty-Should-Be-Good-For-You-Social-final-e1591571107902.jpeg'),(1322,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:969;s:6:\"height\";i:969;s:4:\"file\";s:70:\"2020/12/Beauty-Should-Be-Good-For-You-Social-final-e1591571107902.jpeg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-300x300.jpeg\";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:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-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:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-345x198.jpeg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-400x260.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-500x380.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-969x500.jpeg\";s:5:\"width\";i:969;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-500x969.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:969;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-700x700.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-539x303.jpeg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-600x600.jpeg\";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:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-100x100.jpeg\";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:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-300x300.jpeg\";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:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-600x600.jpeg\";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:70:\"Beauty-Should-Be-Good-For-You-Social-final-e1591571107902-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(1323,359,'_wp_attached_file','2020/12/Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1.png'),(1324,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:2120;s:4:\"file\";s:68:\"2020/12/Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-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:70:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-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:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-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:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:70:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:70:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:69:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:69:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:70:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-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:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-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:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:68:\"Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-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:{}}}'),(1325,360,'_wp_attached_file','2020/12/ONLINE-WORKSHOP-3.png'),(1326,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:2120;s:4:\"file\";s:29:\"2020/12/ONLINE-WORKSHOP-3.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-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:31:\"ONLINE-WORKSHOP-3-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:29:\"ONLINE-WORKSHOP-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"ONLINE-WORKSHOP-3-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"ONLINE-WORKSHOP-3-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"ONLINE-WORKSHOP-3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ONLINE-WORKSHOP-3-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ONLINE-WORKSHOP-3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-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:29:\"ONLINE-WORKSHOP-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-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:29:\"ONLINE-WORKSHOP-3-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:29:\"ONLINE-WORKSHOP-3-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ONLINE-WORKSHOP-3-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:{}}}'),(1327,361,'_wp_attached_file','2020/12/with.png'),(1328,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:806;s:4:\"file\";s:16:\"2020/12/with.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"with-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"with-1024x389.png\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"with-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:16:\"with-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"with-1536x584.png\";s:5:\"width\";i:1536;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"with-2048x779.png\";s:5:\"width\";i:2048;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"with-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"with-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"with-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"with-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"with-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"with-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"with-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:17:\"with-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"with-500x806.png\";s:5:\"width\";i:500;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"with-1000x806.png\";s:5:\"width\";i:1000;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:16:\"with-700x266.png\";s:5:\"width\";i:700;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:16:\"with-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"with-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:16:\"with-600x228.png\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"with-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:16:\"with-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:16:\"with-600x228.png\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"with-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:{}}}'),(1329,354,'_wp_page_template','default'),(1330,354,'slide_template','default'),(1331,354,'rs_page_bg_color','#ffffff'),(1332,354,'_wpb_vc_js_status','true'),(1333,354,'qode_page_background_image_fixed','yes'),(1334,354,'qode_show-sidebar','default'),(1335,369,'_edit_last','1'),(1336,369,'_edit_lock','1620081516:1'),(1337,369,'_thumbnail_id','325'),(1338,369,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1339,369,'total_sales','0'),(1340,369,'_tax_status','taxable'),(1341,369,'_tax_class',''),(1342,369,'_manage_stock','no'),(1343,369,'_backorders','no'),(1344,369,'_sold_individually','no'),(1345,369,'_virtual','no'),(1346,369,'_downloadable','no'),(1347,369,'_download_limit','-1'),(1348,369,'_download_expiry','-1'),(1349,369,'_stock',NULL),(1350,369,'_stock_status','instock'),(1351,369,'_wc_average_rating','0'),(1352,369,'_wc_review_count','0'),(1353,369,'_product_url','https://www.facebook.com/groups/700444973861619'),(1354,369,'_button_text','JOIN NOW'),(1355,369,'_product_version','4.5.2'),(1356,369,'_price',''),(1357,369,'slide_template',''),(1358,369,'rs_page_bg_color',''),(1359,370,'_edit_last','1'),(1360,370,'_edit_lock','1608572804:1'),(1361,371,'_wp_attached_file','2020/12/Pink-Beige-and-Green-Sale-Instagram-Post.png'),(1362,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:52:\"2020/12/Pink-Beige-and-Green-Sale-Instagram-Post.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:54:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"Pink-Beige-and-Green-Sale-Instagram-Post-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:54:\"Pink-Beige-and-Green-Sale-Instagram-Post-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:53:\"Pink-Beige-and-Green-Sale-Instagram-Post-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:53:\"Pink-Beige-and-Green-Sale-Instagram-Post-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:54:\"Pink-Beige-and-Green-Sale-Instagram-Post-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"Pink-Beige-and-Green-Sale-Instagram-Post-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:{}}}'),(1363,372,'_wp_attached_file','2020/12/Untitled-design-copy-1.png'),(1364,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:34:\"2020/12/Untitled-design-copy-1.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-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:36:\"Untitled-design-copy-1-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:34:\"Untitled-design-copy-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:34:\"Untitled-design-copy-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Untitled-design-copy-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"Untitled-design-copy-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"Untitled-design-copy-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"Untitled-design-copy-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:36:\"Untitled-design-copy-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Untitled-design-copy-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-1-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:34:\"Untitled-design-copy-1-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:34:\"Untitled-design-copy-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Untitled-design-copy-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:{}}}'),(1365,373,'_wp_attached_file','2020/12/Untitled-design-1.png'),(1366,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:29:\"2020/12/Untitled-design-1.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:31:\"Untitled-design-1-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:29:\"Untitled-design-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:29:\"Untitled-design-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:29:\"Untitled-design-1-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:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-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:{}}}'),(1411,386,'_wp_page_template','default'),(1410,386,'_edit_last','1'),(1409,386,'_edit_lock','1613696371:1'),(1393,381,'_wpb_vc_js_status','false'),(1387,381,'_edit_lock','1611512799:1'),(1388,381,'_edit_last','1'),(1389,381,'qode_page_background_image_fixed','yes'),(1390,381,'qode_show-sidebar','default'),(1391,381,'slide_template','default'),(1392,381,'rs_page_bg_color','#ffffff'),(1386,379,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1422,394,'_wp_attached_file','2021/01/Screen-Shot-2019-04-15-at-5.49.57-PM.png'),(1423,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:906;s:6:\"height\";i:904;s:4:\"file\";s:48:\"2021/01/Screen-Shot-2019-04-15-at-5.49.57-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-768x766.png\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-906x500.png\";s:5:\"width\";i:906;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-500x904.png\";s:5:\"width\";i:500;s:6:\"height\";i:904;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-700x698.png\";s:5:\"width\";i:700;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.49.57-PM-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:{}}}'),(1424,395,'_wp_attached_file','2021/01/9.png'),(1425,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2021/01/9.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-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:15:\"9-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:13:\"9-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:13:\"9-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"9-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"9-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"9-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"9-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"9-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"9-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"9-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"9-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"9-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"9-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"9-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"9-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"9-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:13:\"9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"9-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:13:\"9-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:13:\"9-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"9-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:{}}}'),(1426,396,'_wp_attached_file','2021/01/Untitled-design-14.png'),(1427,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2021/01/Untitled-design-14.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:32:\"Untitled-design-14-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:30:\"Untitled-design-14-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:30:\"Untitled-design-14-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-14-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-14-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-14-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:30:\"Untitled-design-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:30:\"Untitled-design-14-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:30:\"Untitled-design-14-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-14-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:{}}}'),(1428,397,'_wp_attached_file','2021/01/Screen-Shot-2020-01-02-at-3.20.21-PM-1.png'),(1429,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:952;s:4:\"file\";s:50:\"2021/01/Screen-Shot-2020-01-02-at-3.20.21-PM-1.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-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:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-768x763.png\";s:5:\"width\";i:768;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-958x500.png\";s:5:\"width\";i:958;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-500x952.png\";s:5:\"width\";i:500;s:6:\"height\";i:952;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-700x696.png\";s:5:\"width\";i:700;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-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:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-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:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-1-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"Screen-Shot-2020-01-02-at-3.20.21-PM-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:{}}}'),(1430,398,'_wp_attached_file','2021/01/yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1.jpg'),(1431,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:81:\"2021/01/yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:82:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:82:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:83:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-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:81:\"yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-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:{}}}'),(1432,399,'_wp_attached_file','2021/01/Untitled-design-16.png'),(1433,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2021/01/Untitled-design-16.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-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:32:\"Untitled-design-16-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:30:\"Untitled-design-16-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:30:\"Untitled-design-16-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-16-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-16-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-16-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-16-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:30:\"Untitled-design-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-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:30:\"Untitled-design-16-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:30:\"Untitled-design-16-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-16-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:{}}}'),(1434,400,'_wp_attached_file','2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png'),(1435,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:848;s:4:\"file\";s:48:\"2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-768x763.png\";s:5:\"width\";i:768;s:6:\"height\";i:763;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-854x500.png\";s:5:\"width\";i:854;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-500x848.png\";s:5:\"width\";i:500;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-700x695.png\";s:5:\"width\";i:700;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-600x596.png\";s:5:\"width\";i:600;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-01-02-at-3.14.27-PM-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:{}}}'),(1436,402,'_wp_attached_file','2021/01/8-1.png'),(1437,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:15:\"2021/01/8-1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"8-1-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:17:\"8-1-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:15:\"8-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:15:\"8-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:15:\"8-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:15:\"8-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:15:\"8-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:15:\"8-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:15:\"8-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:15:\"8-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:15:\"8-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:16:\"8-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:16:\"8-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:17:\"8-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:15:\"8-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:15:\"8-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"8-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"8-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"8-1-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:15:\"8-1-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:15:\"8-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"8-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:{}}}'),(1438,413,'_wp_attached_file','2021/01/Screen-Shot-2020-10-02-at-12.46.05-PM.png'),(1439,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:580;s:4:\"file\";s:49:\"2021/01/Screen-Shot-2020-10-02-at-12.46.05-PM.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-582x500.png\";s:5:\"width\";i:582;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-500x580.png\";s:5:\"width\";i:500;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:49:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:{}}}'),(1440,414,'_wp_attached_file','2021/01/Untitled-design-12.png'),(1441,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:30:\"2021/01/Untitled-design-12.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:32:\"Untitled-design-12-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:30:\"Untitled-design-12-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:30:\"Untitled-design-12-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-12-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-12-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-12-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-12-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:30:\"Untitled-design-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:30:\"Untitled-design-12-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:30:\"Untitled-design-12-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-12-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:{}}}'),(1442,415,'_wp_attached_file','2021/01/Octopussy.jpg'),(1443,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1049;s:4:\"file\";s:21:\"2021/01/Octopussy.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Octopussy-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Octopussy-1024x1013.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Octopussy-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:\"Octopussy-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"Octopussy-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"Octopussy-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"Octopussy-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"Octopussy-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"Octopussy-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"Octopussy-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"Octopussy-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"Octopussy-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"Octopussy-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"Octopussy-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"Octopussy-700x693.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"Octopussy-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Octopussy-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:21:\"Octopussy-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Octopussy-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:21:\"Octopussy-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:21:\"Octopussy-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Octopussy-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:{}}}'),(1444,416,'_wp_attached_file','2021/01/2.png'),(1445,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2021/01/2.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-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:15:\"2-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:13:\"2-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:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:{}}}'),(1446,417,'_wp_attached_file','2021/01/Screen-Shot-2019-04-15-at-5.27.55-PM.png'),(1447,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:912;s:4:\"file\";s:48:\"2021/01/Screen-Shot-2019-04-15-at-5.27.55-PM.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-768x766.png\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-914x500.png\";s:5:\"width\";i:914;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-500x912.png\";s:5:\"width\";i:500;s:6:\"height\";i:912;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-700x698.png\";s:5:\"width\";i:700;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-04-15-at-5.27.55-PM-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:{}}}'),(1448,418,'_wp_attached_file','2021/01/Screen-Shot-2020-10-02-at-12.46.05-PM-1.png'),(1449,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:580;s:4:\"file\";s:51:\"2021/01/Screen-Shot-2020-10-02-at-12.46.05-PM-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-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:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-582x500.png\";s:5:\"width\";i:582;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-500x580.png\";s:5:\"width\";i:500;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-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:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-1-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:51:\"Screen-Shot-2020-10-02-at-12.46.05-PM-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:{}}}'),(1450,419,'_wp_attached_file','2021/01/O6A2884.jpg'),(1451,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1220;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2021/01/O6A2884.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"O6A2884-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"O6A2884-1024x906.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:906;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"O6A2884-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:19:\"O6A2884-768x680.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"O6A2884-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"O6A2884-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"O6A2884-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"O6A2884-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"O6A2884-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"O6A2884-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"O6A2884-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"O6A2884-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"O6A2884-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"O6A2884-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"O6A2884-700x620.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"O6A2884-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"O6A2884-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:19:\"O6A2884-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"O6A2884-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:19:\"O6A2884-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:19:\"O6A2884-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"O6A2884-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:10:\"1593676041\";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:{}}}'),(1452,420,'_wp_attached_file','2021/01/Untitled-design-1.png'),(1453,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:29:\"2021/01/Untitled-design-1.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:31:\"Untitled-design-1-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:29:\"Untitled-design-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:29:\"Untitled-design-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:29:\"Untitled-design-1-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:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-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:{}}}'),(1454,423,'_edit_last','1'),(1455,423,'_edit_lock','1613695223:1'),(1456,424,'_wp_attached_file','2021/01/IGTV-breathwork-series.png'),(1457,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:34:\"2021/01/IGTV-breathwork-series.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-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:36:\"IGTV-breathwork-series-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:34:\"IGTV-breathwork-series-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:34:\"IGTV-breathwork-series-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IGTV-breathwork-series-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"IGTV-breathwork-series-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"IGTV-breathwork-series-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:36:\"IGTV-breathwork-series-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"IGTV-breathwork-series-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:34:\"IGTV-breathwork-series-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-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:34:\"IGTV-breathwork-series-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:34:\"IGTV-breathwork-series-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"IGTV-breathwork-series-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:{}}}'),(1458,423,'_thumbnail_id','424'),(1459,423,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1460,423,'total_sales','0'),(1461,423,'_tax_status','taxable'),(1462,423,'_tax_class',''),(1463,423,'_manage_stock','no'),(1464,423,'_backorders','no'),(1465,423,'_sold_individually','no'),(1466,423,'_virtual','no'),(1467,423,'_downloadable','no'),(1468,423,'_download_limit','-1'),(1469,423,'_download_expiry','-1'),(1470,423,'_stock',NULL),(1471,423,'_stock_status','instock'),(1472,423,'_wc_average_rating','0'),(1473,423,'_wc_review_count','0'),(1474,423,'_product_url','https://www.paypal.com/donate?hosted_button_id=3CH5RGHD2XU4G'),(1475,423,'_button_text','DONATE HERE'),(1476,423,'_product_version','4.5.2'),(1477,423,'_price',''),(1478,423,'slide_template',''),(1479,423,'rs_page_bg_color',''),(1480,431,'_wp_attached_file','2021/02/O6A2884.jpg'),(1481,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1220;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2021/02/O6A2884.jpg\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"O6A2884-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"O6A2884-1024x906.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:906;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"O6A2884-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:19:\"O6A2884-768x680.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"O6A2884-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"O6A2884-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"O6A2884-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"O6A2884-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"O6A2884-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"O6A2884-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"O6A2884-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"O6A2884-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"O6A2884-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"O6A2884-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"O6A2884-700x620.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"O6A2884-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"O6A2884-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:19:\"O6A2884-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"O6A2884-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:19:\"O6A2884-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:19:\"O6A2884-600x531.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"O6A2884-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:10:\"1593676041\";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:{}}}'),(1482,432,'_wp_attached_file','2021/02/2.png'),(1483,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1060;s:6:\"height\";i:1060;s:4:\"file\";s:13:\"2021/02/2.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-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:15:\"2-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:13:\"2-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:13:\"2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:13:\"2-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:13:\"2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-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:{}}}'),(1484,434,'_wp_attached_file','2021/02/Untitled-design-1.png'),(1485,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:29:\"2021/02/Untitled-design-1.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:31:\"Untitled-design-1-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:29:\"Untitled-design-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:29:\"Untitled-design-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Untitled-design-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Untitled-design-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-1-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:29:\"Untitled-design-1-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:29:\"Untitled-design-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Untitled-design-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:{}}}'),(1486,450,'_wp_attached_file','2021/02/yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n.jpg'),(1487,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:79:\"2021/02/yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:79:\"yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-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:{}}}'),(1488,454,'_edit_last','1'),(1489,454,'_edit_lock','1614039706:1'),(1490,454,'_thumbnail_id','400'),(1491,454,'_wp_old_date','2021-02-22'),(1492,454,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1493,454,'total_sales','0'),(1494,454,'_tax_status','taxable'),(1495,454,'_tax_class',''),(1496,454,'_manage_stock','no'),(1497,454,'_backorders','no'),(1498,454,'_sold_individually','no'),(1499,454,'_virtual','no'),(1500,454,'_downloadable','no'),(1501,454,'_download_limit','-1'),(1502,454,'_download_expiry','-1'),(1503,454,'_stock',NULL),(1504,454,'_stock_status','instock'),(1505,454,'_wc_average_rating','0'),(1506,454,'_wc_review_count','0'),(1507,454,'_product_version','4.5.2'),(1508,454,'slide_template',''),(1509,454,'rs_page_bg_color',''),(1510,456,'_edit_last','1'),(1511,456,'_thumbnail_id','313'),(1512,456,'qode_product_featured_image_size','qode-woo-image-normal-width'),(1513,456,'total_sales','0'),(1514,456,'_tax_status','taxable'),(1515,456,'_tax_class',''),(1516,456,'_manage_stock','no'),(1517,456,'_backorders','no'),(1518,456,'_sold_individually','no'),(1519,456,'_virtual','no'),(1520,456,'_downloadable','no'),(1521,456,'_download_limit','-1'),(1522,456,'_download_expiry','-1'),(1523,456,'_stock',NULL),(1524,456,'_stock_status','instock'),(1525,456,'_wc_average_rating','0'),(1526,456,'_wc_review_count','0'),(1527,456,'_product_url','https://beducated.com/course/yoni-egg/?ref=madisorosenberger'),(1528,456,'_button_text','Learn More and/or Purchase Course'),(1529,456,'_product_version','4.5.2'),(1530,456,'_price',''),(1531,456,'slide_template',''),(1532,456,'rs_page_bg_color',''),(1533,456,'_edit_lock','1614039571:1'),(1534,456,'_wp_old_slug','456'),(1535,454,'_product_url','https://www.yonipleasurepalace.com/shop/heart-activation-kit/?ref=madisonrosenberger'),(1536,454,'_button_text','Purchase Kit'),(1537,454,'_price',''),(1538,471,'_wp_attached_file','2021/05/Untitled-design-10.png'),(1539,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:30:\"2021/05/Untitled-design-10.png\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-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:32:\"Untitled-design-10-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:30:\"Untitled-design-10-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:30:\"Untitled-design-10-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Untitled-design-10-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Untitled-design-10-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Untitled-design-10-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:30:\"Untitled-design-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-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:30:\"Untitled-design-10-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:30:\"Untitled-design-10-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Untitled-design-10-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:{}}}'),(1540,472,'_wp_attached_file','2021/05/Untitled-design-10-1.png'),(1541,472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:32:\"2021/05/Untitled-design-10-1.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-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:34:\"Untitled-design-10-1-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:32:\"Untitled-design-10-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:32:\"Untitled-design-10-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Untitled-design-10-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"Untitled-design-10-1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"Untitled-design-10-1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"Untitled-design-10-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Untitled-design-10-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-1-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:32:\"Untitled-design-10-1-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:32:\"Untitled-design-10-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled-design-10-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:{}}}'),(1542,473,'_wp_attached_file','2021/05/Screen-Shot-2021-05-03-at-6.29.49-PM.png'),(1543,473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:293;s:4:\"file\";s:48:\"2021/05/Screen-Shot-2021-05-03-at-6.29.49-PM.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-05-03-at-6.29.49-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-05-03-at-6.29.49-PM-295x198.png\";s:5:\"width\";i:295;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-05-03-at-6.29.49-PM-295x260.png\";s:5:\"width\";i:295;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-05-03-at-6.29.49-PM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2021-05-03-at-6.29.49-PM-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:{}}}'),(1544,476,'_wp_attached_file','2021/05/106130690_10217225232728520_6550515268961415079_n.jpeg'),(1545,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2460;s:6:\"height\";i:936;s:4:\"file\";s:62:\"2021/05/106130690_10217225232728520_6550515268961415079_n.jpeg\";s:5:\"sizes\";a:24:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-300x114.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"106130690_10217225232728520_6550515268961415079_n-1024x390.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-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:62:\"106130690_10217225232728520_6550515268961415079_n-768x292.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:63:\"106130690_10217225232728520_6550515268961415079_n-1536x584.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:63:\"106130690_10217225232728520_6550515268961415079_n-2048x779.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-570x570.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-345x198.jpeg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-400x260.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-500x380.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:63:\"106130690_10217225232728520_6550515268961415079_n-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-500x936.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:63:\"106130690_10217225232728520_6550515268961415079_n-1000x936.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-700x266.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-539x303.jpeg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-600x228.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-100x100.jpeg\";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:62:\"106130690_10217225232728520_6550515268961415079_n-300x300.jpeg\";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:62:\"106130690_10217225232728520_6550515268961415079_n-600x228.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"106130690_10217225232728520_6550515268961415079_n-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(1546,477,'_wp_attached_file','2021/05/@cleanbeautywithmadison.png'),(1547,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1620;s:4:\"file\";s:35:\"2021/05/@cleanbeautywithmadison.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-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:\"@cleanbeautywithmadison-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:\"@cleanbeautywithmadison-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:\"@cleanbeautywithmadison-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"@cleanbeautywithmadison-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"@cleanbeautywithmadison-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"@cleanbeautywithmadison-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"@cleanbeautywithmadison-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-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:35:\"@cleanbeautywithmadison-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-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:35:\"@cleanbeautywithmadison-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:35:\"@cleanbeautywithmadison-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"@cleanbeautywithmadison-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:{}}}'),(1548,483,'_wpb_shortcodes_custom_css','.vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1549,490,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1550,491,'_wp_attached_file','2022/03/download.png'),(1551,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2022/03/download.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"download-225x198.png\";s:5:\"width\";i:225;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"download-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"download-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:{}}}'),(1552,492,'_wp_attached_file','2022/03/meetup.png'),(1553,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:490;s:4:\"file\";s:18:\"2022/03/meetup.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"meetup-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"meetup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"meetup-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"meetup-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"meetup-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:18:\"meetup-500x490.png\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:18:\"meetup-500x490.png\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"meetup-512x303.png\";s:5:\"width\";i:512;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"meetup-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:18:\"meetup-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:18:\"meetup-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:18:\"meetup-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:{}}}'),(1554,163,'_oembed_3929ab7fc9e220f52cc84dd6f57a2120','{{unknown}}'),(1555,163,'_oembed_84c0afe64d13940d4db3ed5e2d21d266','{{unknown}}'),(1556,493,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1557,498,'_edit_lock','1653505441:1'),(1558,498,'_edit_last','1'),(1559,498,'_elementor_edit_mode','builder'),(1560,498,'_elementor_template_type','wp-page'),(1561,498,'_elementor_version','2.9.14'),(1562,499,'_wp_attached_file','2022/04/1.png'),(1563,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2022/04/1.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-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:15:\"1-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:13:\"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:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:13:\"1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:13:\"1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:13:\"1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:13:\"1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:13:\"1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:13:\"1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:13:\"1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:14:\"1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:14:\"1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:15:\"1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:13:\"1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:13:\"1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-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:13:\"1-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:13:\"1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"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:{}}}'),(1564,498,'_wp_page_template','default'),(1565,498,'slide_template','default'),(1566,498,'rs_page_bg_color','#ffffff'),(1567,498,'_wpb_vc_js_status','true'),(1568,500,'_elementor_edit_mode','builder'),(1569,500,'_elementor_template_type','wp-page'),(1570,500,'_elementor_version','2.9.14'),(1571,500,'_wp_page_template','default'),(1572,498,'qode_page_background_image_fixed','yes'),(1573,498,'qode_show-sidebar','default'),(1575,501,'_elementor_edit_mode','builder'),(1576,501,'_elementor_template_type','wp-page'),(1577,501,'_elementor_version','2.9.14'),(1578,501,'_wp_page_template','default'),(432800,12364,'_sli_is_story',''),(432799,12364,'_sli_children','a:0:{}'),(432798,12364,'_sli_comments','a:0:{}'),(1580,502,'_elementor_edit_mode','builder'),(1581,502,'_elementor_template_type','wp-page'),(1582,502,'_elementor_version','2.9.14'),(1583,502,'_wp_page_template','default'),(1585,503,'_elementor_edit_mode','builder'),(1586,503,'_elementor_template_type','wp-page'),(1587,503,'_elementor_version','2.9.14'),(1588,503,'_wp_page_template','default'),(432797,12364,'_sli_comments_count','0'),(1590,504,'_elementor_edit_mode','builder'),(1591,504,'_elementor_template_type','wp-page'),(1592,504,'_elementor_version','2.9.14'),(1593,504,'_wp_page_template','default'),(1595,505,'_elementor_edit_mode','builder'),(1596,505,'_elementor_template_type','wp-page'),(1597,505,'_elementor_version','2.9.14'),(1598,505,'_wp_page_template','default'),(1600,506,'_elementor_edit_mode','builder'),(1601,506,'_elementor_template_type','wp-page'),(1602,506,'_elementor_version','2.9.14'),(1603,506,'_wp_page_template','default'),(245149,7584,'_menu_item_type','post_type'),(245148,7583,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1614,508,'_wp_attached_file','2022/04/12.png'),(1615,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:690;s:4:\"file\";s:14:\"2022/04/12.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"12-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"12-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-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:14:\"12-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"12-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:14:\"12-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:14:\"12-600x690.png\";s:5:\"width\";i:600;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:14:\"12-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:14:\"12-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:14:\"12-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:14:\"12-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:14:\"12-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:{}}}'),(1616,509,'_wp_attached_file','2022/04/12-1.png'),(1617,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:690;s:4:\"file\";s:16:\"2022/04/12-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"12-1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"12-1-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"12-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:16:\"12-1-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"12-1-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:16:\"12-1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:16:\"12-1-600x690.png\";s:5:\"width\";i:600;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:16:\"12-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:16:\"12-1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:16:\"12-1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:16:\"12-1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:16:\"12-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:{}}}'),(1618,510,'_elementor_edit_mode','builder'),(1619,510,'_elementor_template_type','wp-page'),(1620,510,'_elementor_version','2.9.14'),(1621,510,'_wp_page_template','default'),(1623,511,'_wp_attached_file','2022/04/Copy-of-Untitled.png'),(1624,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:690;s:4:\"file\";s:28:\"2022/04/Copy-of-Untitled.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:\"Copy-of-Untitled-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-600x690.png\";s:5:\"width\";i:600;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-500x690.png\";s:5:\"width\";i:500;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"Copy-of-Untitled-1000x690.png\";s:5:\"width\";i:1000;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-700x253.png\";s:5:\"width\";i:700;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:28:\"Copy-of-Untitled-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:28:\"Copy-of-Untitled-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:28:\"Copy-of-Untitled-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:{}}}'),(1625,512,'_elementor_edit_mode','builder'),(1626,512,'_elementor_template_type','wp-page'),(1627,512,'_elementor_version','2.9.14'),(1628,512,'_wp_page_template','default'),(1630,513,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1633,515,'_wp_attached_file','2022/04/Copy-of-Untitled-2.png'),(1634,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:690;s:4:\"file\";s:30:\"2022/04/Copy-of-Untitled-2.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-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:30:\"Copy-of-Untitled-2-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-2-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-600x690.png\";s:5:\"width\";i:600;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:{}}}'),(1635,516,'_wp_attached_file','2022/04/Copy-of-Untitled-3.png'),(1636,516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1907;s:6:\"height\";i:690;s:4:\"file\";s:30:\"2022/04/Copy-of-Untitled-3.png\";s:5:\"sizes\";a:23:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-3-1024x371.png\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-768x278.png\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-3-1536x556.png\";s:5:\"width\";i:1536;s:6:\"height\";i:556;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-600x690.png\";s:5:\"width\";i:600;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-500x690.png\";s:5:\"width\";i:500;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"Copy-of-Untitled-3-1000x690.png\";s:5:\"width\";i:1000;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-700x253.png\";s:5:\"width\";i:700;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-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:30:\"Copy-of-Untitled-3-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-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:30:\"Copy-of-Untitled-3-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:30:\"Copy-of-Untitled-3-600x217.png\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-Untitled-3-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:{}}}'),(1637,517,'_wp_attached_file','2022/04/Copy-of-Untitled-Instagram-Post.png'),(1638,517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2022/04/Copy-of-Untitled-Instagram-Post.png\";s:5:\"sizes\";a:22:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-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:45:\"Copy-of-Untitled-Instagram-Post-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:43:\"Copy-of-Untitled-Instagram-Post-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:43:\"Copy-of-Untitled-Instagram-Post-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:44:\"Copy-of-Untitled-Instagram-Post-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:44:\"Copy-of-Untitled-Instagram-Post-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:45:\"Copy-of-Untitled-Instagram-Post-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-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:43:\"Copy-of-Untitled-Instagram-Post-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-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:43:\"Copy-of-Untitled-Instagram-Post-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:43:\"Copy-of-Untitled-Instagram-Post-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Copy-of-Untitled-Instagram-Post-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:{}}}'),(1639,518,'_elementor_edit_mode','builder'),(1640,518,'_elementor_template_type','wp-page'),(1641,518,'_elementor_version','2.9.14'),(1642,518,'_wp_page_template','default'),(1644,519,'_wpb_shortcodes_custom_css','.vc_custom_1600630276015{background-color: #ffffff !important;}.vc_custom_1600630257178{background-color: #ffffff !important;}.vc_custom_1600640951361{background-color: #bfc1f9 !important;}'),(1645,520,'_elementor_edit_mode','builder'),(1646,520,'_elementor_template_type','wp-page'),(1647,520,'_elementor_version','2.9.14'),(1648,520,'_wp_page_template','default'),(1650,521,'_elementor_edit_mode','builder'),(1651,521,'_elementor_template_type','wp-page'),(1652,521,'_elementor_version','2.9.14'),(1653,521,'_wp_page_template','default'),(1655,522,'_elementor_edit_mode','builder'),(1656,522,'_elementor_template_type','wp-page'),(1657,522,'_elementor_version','2.9.14'),(1658,522,'_wp_page_template','default'),(254643,498,'_elementor_css','a:7:{s:4:\"time\";i:1661249344;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:\"\";}'),(1660,525,'_wpb_shortcodes_custom_css','.vc_custom_1651341734946{background-color: #ffffff !important;}'),(1661,138,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1662,147,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1663,526,'_wpb_shortcodes_custom_css','.vc_custom_1651341866806{background-color: #9e9ef4 !important;}'),(1664,527,'_wpb_shortcodes_custom_css','.vc_custom_1651341866806{background-color: #9e9ef4 !important;}'),(1665,528,'_wpb_shortcodes_custom_css','.vc_custom_1651341866806{background-color: #9e9ef4 !important;}'),(1666,529,'_wpb_shortcodes_custom_css','.vc_custom_1651341866806{background-color: #9e9ef4 !important;}'),(1667,530,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1668,531,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1669,532,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1670,533,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1671,534,'_wpb_shortcodes_custom_css','.vc_custom_1651342457160{background-color: #ffffff !important;}'),(1674,536,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1675,537,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1676,538,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1677,539,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1678,540,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1679,541,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1680,542,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1681,543,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(1682,544,'_sli_user_id','17841402190486642'),(1683,544,'_sli_username',''),(1684,544,'_sli_name',''),(1685,544,'_sli_bio',''),(1686,544,'_sli_account_type','PERSONAL'),(1687,544,'_sli_media_count','0'),(1688,544,'_sli_profile_pic_url',''),(1689,544,'_sli_followers_count','0'),(1690,544,'_sli_follows_count','0'),(1691,544,'_sli_website',''),(1692,544,'_sli_access_expires','1673468949'),(1693,544,'_sli_access_token','uceFTuB+Ij7xl3SyXbB6HkE9OK1FLLLFf32E5NdsBsxIjGuTPLut3Uh6VCGWLj/9/h3rIOq6pSM3pU+toIUHSU9MzQsI13qDYIXv89ygoGK8KDmIIpJCmk5KPcQ7/lhT84ps5JKZYjUFdNLE4yzg5+RvkpKEdgzwaZ5CLJ6xs0owBGYWeV7Xmtw9XK4BYNVd'),(1694,544,'_sli_access_token_iv','5697360576197939'),(138957,4756,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/139707593_226657772164921_8256065599343911632_n.mp4?_nc_cat=105&vs=17861566829336001_1863493767&_nc_vs=HBksFQAYJEdNbkVVd2c1MS03ZkpNNEFBTkJpTjR2cmI1TnlicV9FQUFBRhUAAsgBABUAGCRHTm5YWndobzdwb2FNUkVEQUNyNTdza24yUmhqYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaCzvGkgsC6PxUCKAJDMywXQC4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMl92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=v--jHZ7HahAAX-nSRhH&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAc__nYZ8iGb8Hb7A3gIGtjyiTFtXC9pfAA47ol6I_ipw&oe=637300E1&_nc_rid=7a6227c47c'),(138954,4756,'_sli_timestamp','2021-01-19T21:17:52+0000'),(138955,4756,'_sli_caption',''),(138956,4756,'_sli_media_type','VIDEO'),(138945,4755,'_sli_likes_count','0'),(138946,4755,'_sli_comments_count','0'),(138947,4755,'_sli_comments','a:0:{}'),(138948,4755,'_sli_children','a:0:{}'),(138949,4755,'_sli_is_story',''),(138950,4755,'_sli_last_requested','1668446661'),(446793,4755,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(138952,4756,'_sli_media_id','17902079956705948'),(138953,4756,'_sli_media_username','lavendermatyoga'),(138944,4755,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866643627261615-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866643627261615-m.jpg\";}'),(138943,4755,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/140300425_448246856302549_2538190530400120077_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=UgpOwISlzGUAX87tyIv&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-lbIW85RqaTcJgAzFor7oh3NB7hEaimk51xB9X-ABRnQ&oe=62CACAC6'),(138942,4755,'_sli_product_type',''),(138940,4755,'_sli_shortcode',''),(138941,4755,'_sli_video_title',''),(138938,4755,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:1280;}'),(138939,4755,'_sli_permalink','https://www.instagram.com/reel/CKUDdaxh-ot/'),(435917,12411,'_sli_timestamp','2016-06-20T16:08:36+0000'),(245052,7567,'rs_page_bg_color','#ffffff'),(48373,2150,'_elementor_edit_mode','builder'),(48374,2150,'_elementor_template_type','wp-page'),(48375,2150,'_elementor_version','2.9.14'),(48376,2150,'_wp_page_template','default'),(138935,4755,'_sli_caption',''),(138936,4755,'_sli_media_type','VIDEO'),(138937,4755,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/10000000_732818167664874_1806652956911392191_n.mp4?_nc_cat=109&vs=17947121095404659_923735911&_nc_vs=HBksFQAYJEdJQ1dtQURxa0pHR2Zwb0NBTC1WSE5GS2hSSVpicV9FQUFBRhUAAsgBABUAGCRHTnM3Y0FoeHc1bjBRdEVJQU9EOXFtVFkzY0F5YnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbm893P97PhPxUCKAJDMywXQC4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=WzoadmWzMr0AX97wbzN&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDnIn6kfwKHQrOlbhJHxKlvD-wFt1l8_Ta6aMHEX80LBg&oe=6373070C&_nc_rid=f45552a715'),(245057,7570,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:45:\"[_site_title] <wordpress@lavendermatyoga.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(138876,4752,'_sli_media_type','VIDEO'),(138877,4752,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/143954705_1408028889534912_1871611762466240525_n.mp4?_nc_cat=108&vs=17851469828489259_4222326262&_nc_vs=HBksFQAYJEdCR1RsQWpBVWN0Rm1BQUZBQTA0UGxQN1RQa1picV9FQUFBRhUAAsgBABUAGCRHTEhobVFpaGxETlFoNUlCQUt6OEpjcVBzOEVaYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbWjLaNpvS1PxUCKAJDMywXQDhmZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=Wc0UTOaxNwEAX97595o&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfACIzPkOHCOCUr1yAPR4D828mlnzOnNFMo8kVSPawH_vg&oe=6372EEB6&_nc_rid=5f4dd1b862'),(138884,4752,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919282913530671-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919282913530671-m.jpg\";}'),(138885,4752,'_sli_likes_count','0'),(138886,4752,'_sli_comments_count','0'),(138887,4752,'_sli_comments','a:0:{}'),(138888,4752,'_sli_children','a:0:{}'),(138889,4752,'_sli_is_story',''),(138890,4752,'_sli_last_requested','1668446661'),(446790,4752,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(138892,4753,'_sli_media_id','18192803620044230'),(138893,4753,'_sli_media_username','lavendermatyoga'),(138894,4753,'_sli_timestamp','2021-01-26T20:09:11+0000'),(138895,4753,'_sli_caption','Yoni eggs yoga can be scary, trust me I know. But its in being brave to discover and connect with that intimate part of yourself that you can unleash your truest potential. #selflove #yonieggs #yoniyoga #jadeegg #yonilove'),(138896,4753,'_sli_media_type','VIDEO'),(138897,4753,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/142794385_864294420970090_5258052683372407418_n.mp4?_nc_cat=103&vs=17853035627482515_447018378&_nc_vs=HBksFQAYJEdKSGVnZ2hxZXZFNUVoSURBSHFxczZJT1ctaElicV9FQUFBRhUAAsgBABUAGCRHRWlmaUFobXVVQjQ5LThDQUtzT1pSeDVsdHNQYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2F92vuM%2B2PxUCKAJDMywXQCZ3S8an754YEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=Zm94x-xU5uMAX_8OW8_&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAXXG4fxw7qjtqOoO7RwweD5XMDwKTB-40MkjHibCS3jw&oe=6372F831&_nc_rid=6c65db732c'),(138898,4753,'_sli_media_size','a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:2900;}'),(138899,4753,'_sli_permalink','https://www.instagram.com/reel/CKhWQc9h9z5/'),(138900,4753,'_sli_shortcode',''),(138901,4753,'_sli_video_title',''),(138902,4753,'_sli_product_type',''),(138903,4753,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/143290459_1510557192470983_8848280326610946735_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=hwG2kK6BLJAAX-D3KRF&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9qBN2j-T2bRqhKzAfZw7EfqieeuDnBweRveYcxlhNYwQ&oe=62CA9B69'),(138904,4753,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18192803620044230-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18192803620044230-m.jpg\";}'),(138905,4753,'_sli_likes_count','0'),(138906,4753,'_sli_comments_count','0'),(138907,4753,'_sli_comments','a:0:{}'),(138908,4753,'_sli_children','a:0:{}'),(138909,4753,'_sli_is_story',''),(138910,4753,'_sli_last_requested','1668446661'),(446791,4753,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(138912,4754,'_sli_media_id','18137280169084900'),(138913,4754,'_sli_media_username','lavendermatyoga'),(138914,4754,'_sli_timestamp','2021-01-22T22:25:18+0000'),(138915,4754,'_sli_caption','Not all Collagen is created equal. When you buy powder Bovine brands like Vital Proteins you might as well be flushing your $$ down the toilet. We need Type ll collagen for it to be bioavailable, enter BioCell liquid gold 🥰'),(138916,4754,'_sli_media_type','VIDEO'),(138917,4754,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/140599183_697441740923771_3436813673529002708_n.mp4?_nc_cat=109&vs=17935570957458755_2655317071&_nc_vs=HBksFQAYJEdJOWZZUWg3SXpqUFVYb0NBTlRLNXJuVEE3SXZicV9FQUFBRhUAAsgBABUAGCRHT2R3WVFod0pmMERuSU1CQU9nbzk2bmkybDVTYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaG3snkz5PcPxUCKAJDMywXQD13S8an754YEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=JzPKB67PWZ4AX_OjQP1&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCihW7M7EHMVonsA4BhoLap64nn8kS693R2eMbb_wXxrA&oe=6373136A&_nc_rid=c750ed1a06'),(138918,4754,'_sli_media_size','a:2:{s:5:\"width\";i:1242;s:6:\"height\";i:2208;}'),(138919,4754,'_sli_permalink','https://www.instagram.com/reel/CKXSnwshRrQ/'),(138920,4754,'_sli_shortcode',''),(138921,4754,'_sli_video_title',''),(138922,4754,'_sli_product_type',''),(138923,4754,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/141412883_457582421923258_2025899423372474441_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=IyZSs9CD8v0AX_5tR07&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-2sWA-ZdLPjdGBmgHZt0PMTkhjX58emZqrqsxqJqgu0A&oe=62CA5AA1'),(138924,4754,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18137280169084900-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18137280169084900-m.jpg\";}'),(138925,4754,'_sli_likes_count','0'),(138926,4754,'_sli_comments_count','0'),(138927,4754,'_sli_comments','a:0:{}'),(138928,4754,'_sli_children','a:0:{}'),(138929,4754,'_sli_is_story',''),(138930,4754,'_sli_last_requested','1668446661'),(446792,4754,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(138932,4755,'_sli_media_id','17866643627261615'),(138933,4755,'_sli_media_username','lavendermatyoga'),(138934,4755,'_sli_timestamp','2021-01-21T16:14:48+0000'),(138878,4752,'_sli_media_size','a:2:{s:5:\"width\";i:2268;s:6:\"height\";i:4032;}'),(444641,12731,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(435915,12411,'_sli_media_id','17849425771078966'),(245053,7567,'_wpb_vc_js_status','false'),(444640,12731,'_sli_last_requested','1668286097'),(245054,7567,'_elementor_template_type','wp-page'),(432794,12364,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885286088005263-m.jpg'),(432793,12364,'_sli_product_type',''),(432792,12364,'_sli_video_title',''),(432722,12362,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432763,12363,'_sli_media_id','17897483680041613'),(432764,12363,'_sli_media_username','lavendermatyoga'),(432765,12363,'_sli_timestamp','2017-09-06T21:23:00+0000'),(432766,12363,'_sli_caption','New Service Chakra Therapy is on sale for only $35 up until September 8th 😊✨\nCHAKRA THERAPY IS A DISTANCE SESSION WHERE I USE MY INTUITIVE GIFTS AND REIKI TO HELP YOU HEAL YOUR CHAKRAS.\n✨✨✨\nPhysical, mental and emotional issues manifest due to imbalances in our chakra system. A chakra is out of balance when it is spinning either too fast or too slow, it is too open or too closed, or too hot or too cold. \nIN THIS SESSION:\n-I will, first scan your chakras and locate imbalances\n-Next I will record this information for you in a PDF document along with notes on simple ways to bring the selected chakras back into balance using recommended crystals, essential oils, color therapy, yoga poses and affirmations. (emailed straight to your inbox)\n-Finally, I will insert 5 powerful Reiki Symbols into all (not just the imbalanced ones) of your chakra centers to bring them back into proper alignment and to promote healing and healthy energy flow.\n-Your PDF will also include a link to my private Chakra 101 (20 minutes) video and recommendations of my top 4 favorite books on Chakras which will help you learn simple techniques to heal your own chakras.'),(444637,12731,'_sli_comments','a:0:{}'),(444638,12731,'_sli_children','a:0:{}'),(444636,12731,'_sli_comments_count','0'),(444635,12731,'_sli_likes_count','0'),(444594,12729,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844085828039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844085828039047-m.jpg\";}'),(444629,12731,'_sli_permalink','https://www.instagram.com/p/7-r1rLvz9G/'),(444630,12731,'_sli_shortcode','7-r1rLvz9G'),(444631,12731,'_sli_video_title',''),(444632,12731,'_sli_product_type',''),(444633,12731,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843965762039047-m.jpg'),(444634,12731,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843965762039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843965762039047-m.jpg\";}'),(444627,12731,'_sli_media_url','https://lavendermatyoga.com?sli-img=7-r1rLvz9G&size=l'),(444628,12731,'_sli_media_size','a:2:{s:5:\"width\";i:927;s:6:\"height\";i:927;}'),(432791,12364,'_sli_shortcode','BVr_LtNADYp'),(444614,12730,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844059833039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844059833039047-m.jpg\";}'),(444615,12730,'_sli_likes_count','0'),(444616,12730,'_sli_comments_count','0'),(444617,12730,'_sli_comments','a:0:{}'),(444618,12730,'_sli_children','a:0:{}'),(444619,12730,'_sli_is_story',''),(444620,12730,'_sli_last_requested','1668286097'),(444621,12730,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444622,12731,'_sli_media_id','17843965762039047'),(444623,12731,'_sli_media_username','lavendermatyoga'),(444624,12731,'_sli_timestamp','2015-09-23T16:15:15+0000'),(444625,12731,'_sli_caption','This is a really yummy pose in Aerial, my whole spine falls right into place, no pressure, no weight bearing on my wrists or elbows. \nKnow how it feels when a yogi instructor gives you a splendid adjustment during class?...the hammock provides that X100! \nI\'m teaching tonight in West Ashely if you\'re interested in the details  DM me 😉 \n#aerialyoga #charlestonsc #aerialfit #relaxation #yoga #photooftheday #love #downwarddog #lululemon #yogi #antigravity #unnataaerialyoga'),(444613,12730,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844059833039047-m.jpg'),(444612,12730,'_sli_product_type',''),(444611,12730,'_sli_video_title',''),(444610,12730,'_sli_shortcode','8OsdGvPz41'),(444606,12730,'_sli_media_type','IMAGE'),(444607,12730,'_sli_media_url','https://lavendermatyoga.com?sli-img=8OsdGvPz41&size=l'),(444608,12730,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444609,12730,'_sli_permalink','https://www.instagram.com/p/8OsdGvPz41/'),(444602,12730,'_sli_media_id','17844059833039047'),(444603,12730,'_sli_media_username','lavendermatyoga'),(444604,12730,'_sli_timestamp','2015-09-29T21:28:29+0000'),(444605,12730,'_sli_caption','I wanted to give you all a peak at my favorite little fairy garden. Does anyone have good tips on keeping succulent babies alive? I lost one 😥\n\n#succulent #succulentlove #succulentgarden #flashesofdelight #thatsdarling #crystal #seashells #fae #magic #goodenergy'),(444598,12729,'_sli_children','a:0:{}'),(444599,12729,'_sli_is_story',''),(444600,12729,'_sli_last_requested','1668286096'),(444601,12729,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444590,12729,'_sli_shortcode','8TQ-mIPzz3'),(444591,12729,'_sli_video_title',''),(444592,12729,'_sli_product_type',''),(444593,12729,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844085828039047-m.jpg'),(444588,12729,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444589,12729,'_sli_permalink','https://www.instagram.com/p/8TQ-mIPzz3/'),(444597,12729,'_sli_comments','a:0:{}'),(444596,12729,'_sli_comments_count','0'),(444595,12729,'_sli_likes_count','0'),(444586,12729,'_sli_media_type','IMAGE'),(444587,12729,'_sli_media_url','https://lavendermatyoga.com?sli-img=8TQ-mIPzz3&size=l'),(444626,12731,'_sli_media_type','IMAGE'),(444575,12728,'_sli_likes_count','0'),(444576,12728,'_sli_comments_count','0'),(444577,12728,'_sli_comments','a:0:{}'),(444578,12728,'_sli_children','a:0:{}'),(444579,12728,'_sli_is_story',''),(444580,12728,'_sli_last_requested','1668286096'),(444581,12728,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442257,12668,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442253,12668,'_sli_comments','a:0:{}'),(442254,12668,'_sli_children','a:0:{}'),(442255,12668,'_sli_is_story',''),(442256,12668,'_sli_last_requested','1668203298'),(440678,12647,'_sli_children','a:0:{}'),(440679,12647,'_sli_is_story',''),(440680,12647,'_sli_last_requested','1668115520'),(440681,12647,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442252,12668,'_sli_comments_count','0'),(440677,12647,'_sli_comments','a:0:{}'),(440671,12647,'_sli_video_title',''),(440672,12647,'_sli_product_type',''),(440673,12647,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851719280132351-m.jpg'),(440676,12647,'_sli_comments_count','0'),(444582,12729,'_sli_media_id','17844085828039047'),(444583,12729,'_sli_media_username','lavendermatyoga'),(444584,12729,'_sli_timestamp','2015-10-01T16:04:36+0000'),(444585,12729,'_sli_caption','These magical little fairy lights showed up on the ceiling during a clients reading. Never seen ever seen this before. You can say the light hit some glass or was reflecting of an object, sure. But I know this is a sign, a little hello from the beyond and pure magic 🌟😇🌙 @thejoyfulcoach \n#magic #fae #tarotreading #tarot #oracle #oraclelights #flashesofdelight #intuition #mystic'),(440675,12647,'_sli_likes_count','0'),(444574,12728,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844093055039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844093055039047-m.jpg\";}'),(444573,12728,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844093055039047-m.jpg'),(444572,12728,'_sli_product_type',''),(444570,12728,'_sli_shortcode','8Ue9u6Pzww'),(444571,12728,'_sli_video_title',''),(444568,12728,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444569,12728,'_sli_permalink','https://www.instagram.com/p/8Ue9u6Pzww/'),(444567,12728,'_sli_media_url','https://lavendermatyoga.com?sli-img=8Ue9u6Pzww&size=l'),(444566,12728,'_sli_media_type','IMAGE'),(444565,12728,'_sli_caption','I have to wake up in 5 hours to catch a plane ✈️ and the only thing keeping me sane is knowing I got my oils! 🙋🏼 hey look I rhymed 😉 time for bed now! 🌙🌟 #flashesofdelight #repost #essentialoils #photooftheday #thatsdarling'),(444564,12728,'_sli_timestamp','2015-10-02T03:26:03+0000'),(444562,12728,'_sli_media_id','17844093055039047'),(444563,12728,'_sli_media_username','lavendermatyoga'),(444557,12727,'_sli_comments','a:0:{}'),(444558,12727,'_sli_children','a:0:{}'),(444559,12727,'_sli_is_story',''),(444560,12727,'_sli_last_requested','1668286096'),(444561,12727,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444556,12727,'_sli_comments_count','0'),(444555,12727,'_sli_likes_count','0'),(444554,12727,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844095848039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844095848039047-m.jpg\";}'),(444553,12727,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844095848039047-m.jpg'),(444552,12727,'_sli_product_type',''),(444551,12727,'_sli_video_title',''),(444548,12727,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444549,12727,'_sli_permalink','https://www.instagram.com/p/8VK2oHvz07/'),(444550,12727,'_sli_shortcode','8VK2oHvz07'),(444547,12727,'_sli_media_url','https://lavendermatyoga.com?sli-img=8VK2oHvz07&size=l'),(444546,12727,'_sli_media_type','IMAGE'),(444544,12727,'_sli_timestamp','2015-10-02T09:49:33+0000'),(444545,12727,'_sli_caption','Feeling some serious crystal envy from this post by @_thelittlesage , will someone go to Australia and bring this back for me and then make it into a coffee table? I\'d love you forever! 😍😍😁 #Australia #coffeetable #amethyst #crystal #gorgeous #love #photooftheday #flashesofdelight #thatsdarling'),(444535,12726,'_sli_likes_count','0'),(444536,12726,'_sli_comments_count','0'),(444537,12726,'_sli_comments','a:0:{}'),(444538,12726,'_sli_children','a:0:{}'),(444539,12726,'_sli_is_story',''),(444540,12726,'_sli_last_requested','1668286095'),(444541,12726,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444542,12727,'_sli_media_id','17844095848039047'),(444543,12727,'_sli_media_username','lavendermatyoga'),(444534,12726,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844117571039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844117571039047-m.jpg\";}'),(444533,12726,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844117571039047-m.jpg'),(444532,12726,'_sli_product_type',''),(444531,12726,'_sli_video_title',''),(444530,12726,'_sli_shortcode','8YqFP0Pz8F'),(444528,12726,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444529,12726,'_sli_permalink','https://www.instagram.com/p/8YqFP0Pz8F/'),(444512,12725,'_sli_product_type',''),(444513,12725,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844212902039047-m.jpg'),(444514,12725,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844212902039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844212902039047-m.jpg\";}'),(444527,12726,'_sli_media_url','https://lavendermatyoga.com?sli-img=8YqFP0Pz8F&size=l'),(444515,12725,'_sli_likes_count','0'),(444516,12725,'_sli_comments_count','0'),(444517,12725,'_sli_comments','a:0:{}'),(444518,12725,'_sli_children','a:0:{}'),(444519,12725,'_sli_is_story',''),(444520,12725,'_sli_last_requested','1668286095'),(444521,12725,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444522,12726,'_sli_media_id','17844117571039047'),(444523,12726,'_sli_media_username','lavendermatyoga'),(444524,12726,'_sli_timestamp','2015-10-03T18:20:09+0000'),(444525,12726,'_sli_caption','Spent the morning at the Naples Botanical Gardens. It\'s amazing how beautiful this little planet of ours is! 🌺🌸🌷🌎 It also looks like I chose the right weekend to go away! ☔️ Stay dry my charleston friends, I\'ll be home when the sky stops falling 😉\n\n#flower #photooftheday #photography #botanical #botanicalgardens #naples #naplesflorida #beautiful #flashesofdelight #thatsdarling #charlestonfloods'),(444526,12726,'_sli_media_type','IMAGE'),(444511,12725,'_sli_video_title',''),(444510,12725,'_sli_shortcode','8j-CWGPz0P'),(444508,12725,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444509,12725,'_sli_permalink','https://www.instagram.com/p/8j-CWGPz0P/'),(444507,12725,'_sli_media_url','https://lavendermatyoga.com?sli-img=8j-CWGPz0P&size=l'),(444506,12725,'_sli_media_type','IMAGE'),(444495,12724,'_sli_likes_count','0'),(444491,12724,'_sli_video_title',''),(444492,12724,'_sli_product_type',''),(444493,12724,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844226318039047-m.jpg'),(444494,12724,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844226318039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844226318039047-m.jpg\";}'),(444496,12724,'_sli_comments_count','0'),(444497,12724,'_sli_comments','a:0:{}'),(444498,12724,'_sli_children','a:0:{}'),(444499,12724,'_sli_is_story',''),(444500,12724,'_sli_last_requested','1668286094'),(444501,12724,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444490,12724,'_sli_shortcode','8loFGDvzwU'),(444502,12725,'_sli_media_id','17844212902039047'),(444503,12725,'_sli_media_username','lavendermatyoga'),(444504,12725,'_sli_timestamp','2015-10-08T03:46:10+0000'),(444505,12725,'_sli_caption','I got my Emotional Aromatherapy kit today :) In this kit are oils labeled; Forgive, Console, Peace, Passion, Cheer, and Motivate\n\nThey smell incredible! In honor of this exciting day I am reposting an awesome description  of the Peace oil\n\nPopping a few drops in my diffuser as we speak\n\nDM me if you want to purchase oils from me or receive a free consultation on how essential oils can enhance you and your families health\n\nNight night world! --------------------------------------------------- Repost @catyatesoils with @repostapp.\n・・・\n\"I\'m getting ready to teach a class tonight.  I just applied Peace to my wrists, pulse points, and over my heart.  doTERRA Peace Reassuring Blend is a blend of floral and mint essential oils promotes feelings of peace, reassurance, and contentment and counteracts anxious and fearful emotions.\n▫▫▫▫▫▫▫▫▫▫▫▫▫▫\nDiffuse at night time to promote a calming environment and restful sleep. Also, great to diffuse or inhale before taking a test, presenting to a large group, or in times of worry and distress.\"\n#essentialoils #natural'),(444489,12724,'_sli_permalink','https://www.instagram.com/p/8loFGDvzwU/'),(444486,12724,'_sli_media_type','IMAGE'),(444487,12724,'_sli_media_url','https://lavendermatyoga.com?sli-img=8loFGDvzwU&size=l'),(444488,12724,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444470,12723,'_sli_shortcode','8m0N4Avz0f'),(444471,12723,'_sli_video_title',''),(444472,12723,'_sli_product_type',''),(444473,12723,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844235705039047-m.jpg'),(444474,12723,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844235705039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844235705039047-m.jpg\";}'),(444485,12724,'_sli_caption','My man brought me these gorgeous #lilys today just because 😍💗💋 #braggingrights  #flowers #boyfriend #grateful #flashesofdelight #thelittlethings'),(444481,12723,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444482,12724,'_sli_media_id','17844226318039047'),(444483,12724,'_sli_media_username','lavendermatyoga'),(444484,12724,'_sli_timestamp','2015-10-08T19:12:47+0000'),(444478,12723,'_sli_children','a:0:{}'),(444479,12723,'_sli_is_story',''),(444480,12723,'_sli_last_requested','1668286094'),(444477,12723,'_sli_comments','a:0:{}'),(444476,12723,'_sli_comments_count','0'),(444475,12723,'_sli_likes_count','0'),(444469,12723,'_sli_permalink','https://www.instagram.com/p/8m0N4Avz0f/'),(444468,12723,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444466,12723,'_sli_media_type','IMAGE'),(444467,12723,'_sli_media_url','https://lavendermatyoga.com?sli-img=8m0N4Avz0f&size=l'),(444458,12722,'_sli_children','a:0:{}'),(444459,12722,'_sli_is_story',''),(444460,12722,'_sli_last_requested','1668286094'),(444461,12722,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444462,12723,'_sli_media_id','17844235705039047'),(444463,12723,'_sli_media_username','lavendermatyoga'),(444464,12723,'_sli_timestamp','2015-10-09T06:18:05+0000'),(444465,12723,'_sli_caption','Attention Women: There is a stigma around our periods in this country that has to end! Check out @rubycup and their amazing movement in empowering women! This little cup has changed my life, it has put me back in touch with myself and my body. These little dodads are not only better for the environment and save you loads of money but they are MUCH healthier for your body, which is why I had turned to them in the first place. I feel so much better and happier now! Europe and Australia have the jump on us Americans and these bad boys are already trending over there.....let\'s not be left too far behind in this life changing menstruation revolution! Don\'t be afraid or embarrassed of your period, it\'s #natural. \n#itsjustamenstrualcup #women #rubycup #mooncycle #period #empowerwomen #flashesofdelight'),(444455,12722,'_sli_likes_count','0'),(444456,12722,'_sli_comments_count','0'),(444457,12722,'_sli_comments','a:0:{}'),(444454,12722,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844249496039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844249496039047-m.jpg\";}'),(444453,12722,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844249496039047-m.jpg'),(444452,12722,'_sli_product_type',''),(444451,12722,'_sli_video_title',''),(444450,12722,'_sli_shortcode','8ojx1rPz3w'),(444449,12722,'_sli_permalink','https://www.instagram.com/p/8ojx1rPz3w/'),(444448,12722,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444446,12722,'_sli_media_type','IMAGE'),(444447,12722,'_sli_media_url','https://lavendermatyoga.com?sli-img=8ojx1rPz3w&size=l'),(444445,12722,'_sli_caption','This little bottle is my savior. It gives me confidence and helps me take a chill pill. It\'s perfect for when I need to just press pause\n\nDM me to purchase or for a free consultation to learn how essential oils can help you and your family! \n#lavender #essentialoils #natural #chillpill #wellness #organic #holistic #natural'),(444444,12722,'_sli_timestamp','2015-10-09T22:32:56+0000'),(444442,12722,'_sli_media_id','17844249496039047'),(444443,12722,'_sli_media_username','lavendermatyoga'),(444439,12721,'_sli_is_story',''),(444440,12721,'_sli_last_requested','1668286093'),(444441,12721,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444438,12721,'_sli_children','a:0:{}'),(444437,12721,'_sli_comments','a:0:{}'),(444435,12721,'_sli_likes_count','0'),(444436,12721,'_sli_comments_count','0'),(444434,12721,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844388759039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844388759039047-m.jpg\";}'),(444433,12721,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844388759039047-m.jpg'),(444432,12721,'_sli_product_type',''),(444431,12721,'_sli_video_title',''),(444430,12721,'_sli_shortcode','81RgtRPz2q'),(444426,12721,'_sli_media_type','IMAGE'),(444427,12721,'_sli_media_url','https://lavendermatyoga.com?sli-img=81RgtRPz2q&size=l'),(444428,12721,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444429,12721,'_sli_permalink','https://www.instagram.com/p/81RgtRPz2q/'),(444425,12721,'_sli_caption','I\'m sad to announce that Yoga by the Sea 2015 season has come to an end\nWe will commence in Spring 2016 when the sun comes back out to play\nThank you to everyone who has made these past 6 months such a blast!! 🐳🐚🐠🐙\n#flashesofdelight #ocean #beach #yogabythesea #yogaeverydamnday #yoga #charlestonsc #sullivanstapleton #fortmoultrie #love #sunset #calm #sea #seashore'),(440674,12647,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851719280132351-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851719280132351-m.jpg\";}'),(440670,12647,'_sli_shortcode','BQjuvmwlNQh'),(440664,12647,'_sli_timestamp','2017-02-16T04:00:25+0000'),(440665,12647,'_sli_caption','I couldn\'t ask for a better meditation buddy 💕'),(440666,12647,'_sli_media_type','IMAGE'),(440667,12647,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQjuvmwlNQh&size=l'),(440668,12647,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:811;}'),(440669,12647,'_sli_permalink','https://www.instagram.com/p/BQjuvmwlNQh/'),(440663,12647,'_sli_media_username','lavendermatyoga'),(440662,12647,'_sli_media_id','17851719280132351'),(440661,12646,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440660,12646,'_sli_last_requested','1668115519'),(440655,12646,'_sli_likes_count','0'),(440656,12646,'_sli_comments_count','0'),(440657,12646,'_sli_comments','a:0:{}'),(440658,12646,'_sli_children','a:0:{}'),(440659,12646,'_sli_is_story',''),(440654,12646,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866135612069924-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866135612069924-m.jpg\";}'),(440653,12646,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866135612069924-m.jpg'),(440642,12646,'_sli_media_id','17866135612069924'),(440643,12646,'_sli_media_username','lavendermatyoga'),(440644,12646,'_sli_timestamp','2017-02-17T18:24:37+0000'),(440645,12646,'_sli_caption','Working out of @holycitycollective  today and really enjoying it! 🙌🏻💻✨'),(440646,12646,'_sli_media_type','IMAGE'),(440647,12646,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQn2cDZAExA&size=l'),(440648,12646,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440649,12646,'_sli_permalink','https://www.instagram.com/p/BQn2cDZAExA/'),(440650,12646,'_sli_shortcode','BQn2cDZAExA'),(440651,12646,'_sli_video_title',''),(440652,12646,'_sli_product_type',''),(440641,12645,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440632,12645,'_sli_product_type',''),(440633,12645,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849952004152521-m.jpg'),(440634,12645,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849952004152521-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849952004152521-m.jpg\";}'),(440640,12645,'_sli_last_requested','1668115519'),(440639,12645,'_sli_is_story',''),(440635,12645,'_sli_likes_count','0'),(440636,12645,'_sli_comments_count','0'),(440637,12645,'_sli_comments','a:0:{}'),(440638,12645,'_sli_children','a:0:{}'),(440629,12645,'_sli_permalink','https://www.instagram.com/p/BQ0egDLgaIg/'),(440630,12645,'_sli_shortcode','BQ0egDLgaIg'),(440631,12645,'_sli_video_title',''),(440628,12645,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(440627,12645,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQ0egDLgaIg&size=l'),(440626,12645,'_sli_media_type','IMAGE'),(440620,12644,'_sli_last_requested','1668115518'),(440621,12644,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440622,12645,'_sli_media_id','17849952004152521'),(440623,12645,'_sli_media_username','lavendermatyoga'),(440624,12645,'_sli_timestamp','2017-02-22T16:05:35+0000'),(440625,12645,'_sli_caption','Today may feel heavy or rough, but trust in your heart power to get you through it. Open up to trust and have blinding faith that all things will turn out perfect and that everything is unfolding EXACTLY as it should.'),(440619,12644,'_sli_is_story',''),(440618,12644,'_sli_children','a:0:{}'),(440616,12644,'_sli_comments_count','0'),(440617,12644,'_sli_comments','a:0:{}'),(440602,12644,'_sli_media_id','17849812357166510'),(440603,12644,'_sli_media_username','lavendermatyoga'),(440604,12644,'_sli_timestamp','2017-02-23T17:04:58+0000'),(440605,12644,'_sli_caption','Look at this gorgeous light abundance pouring in! No filter I swear! ✨✨✨\nRemember to Shine your light! Shine so bright that you blast out any darkness in your path.\nShine so bright that all negativity dissolves\nShine so bright that you attract an abundant life\nShine shine shine ✨✨✨✨✨✨✨'),(440606,12644,'_sli_media_type','IMAGE'),(440607,12644,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQ3KF1kAequ&size=l'),(440608,12644,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(440609,12644,'_sli_permalink','https://www.instagram.com/p/BQ3KF1kAequ/'),(440610,12644,'_sli_shortcode','BQ3KF1kAequ'),(440611,12644,'_sli_video_title',''),(440612,12644,'_sli_product_type',''),(440613,12644,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849812357166510-m.jpg'),(440614,12644,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849812357166510-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849812357166510-m.jpg\";}'),(440615,12644,'_sli_likes_count','0'),(440599,12643,'_sli_is_story',''),(440600,12643,'_sli_last_requested','1668115518'),(440601,12643,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440596,12643,'_sli_comments_count','0'),(440597,12643,'_sli_comments','a:0:{}'),(440598,12643,'_sli_children','a:0:{}'),(440595,12643,'_sli_likes_count','0'),(440591,12643,'_sli_video_title',''),(440592,12643,'_sli_product_type',''),(440593,12643,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862212125117043-m.jpg'),(440594,12643,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862212125117043-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862212125117043-m.jpg\";}'),(440586,12643,'_sli_media_type','IMAGE'),(440587,12643,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQ_L5w5ggU_&size=l'),(440588,12643,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:811;}'),(440589,12643,'_sli_permalink','https://www.instagram.com/p/BQ_L5w5ggU_/'),(440590,12643,'_sli_shortcode','BQ_L5w5ggU_'),(440584,12643,'_sli_timestamp','2017-02-26T19:54:43+0000'),(440585,12643,'_sli_caption','Brief Chakra 101 Video Summary posted up on my private FB page, go check it out! (FB Group, Spiritual Teachings with Madison Rosenberger)\n🙏🏻🙏🏻\nIf you have a question or topic request that you would like to submit for next weeks Tea Time please drop it in the comments below or DM me if you wish to stay anonymous!'),(440583,12643,'_sli_media_username','lavendermatyoga'),(440569,12642,'_sli_permalink','https://www.instagram.com/p/BRGhCwPAqxk/'),(440570,12642,'_sli_shortcode','BRGhCwPAqxk'),(440571,12642,'_sli_video_title',''),(440572,12642,'_sli_product_type',''),(440573,12642,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862645580099513-m.jpg'),(440574,12642,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862645580099513-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862645580099513-m.jpg\";}'),(440575,12642,'_sli_likes_count','0'),(440576,12642,'_sli_comments_count','0'),(440577,12642,'_sli_comments','a:0:{}'),(440578,12642,'_sli_children','a:0:{}'),(440579,12642,'_sli_is_story',''),(440580,12642,'_sli_last_requested','1668115517'),(440581,12642,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440582,12643,'_sli_media_id','17862212125117043'),(440568,12642,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440567,12642,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRGhCwPAqxk&size=l'),(440566,12642,'_sli_media_type','IMAGE'),(440565,12642,'_sli_caption','I received the message for a client of mine to work with Lapis , and then as I was drifting asleep that same night a little guide whispered in my ear, \"You too!\" So I ran out the next day and went to @cornerstoneminerals and bought a fabulous slab which resembles a slice of cake ha. \nEmbracing the Egyptian power of healing. Really stepping into my power and releasing fear of rejection.\n✨✨✨✨\nHere is a little more on Lapis from charmsoflight.com\n\"Lapis Lazuli is a combination rock type of Calcite, Lazurite & Pyrite.  Lapis Lazuli is a 9th Anniversary gemstone.\n\nChakras - Throat Chakra, Third Eye Chakra\nBirthstone - December\nZodiac - Taurus, Sagittarius\nElement - Water\nTypical colours - deep blue flecked with gold (Pyrite)\n\nA stone of protection that may be worn to guard against psychic attacks, Lapis Lazuli quickly releases stress, bringing deep peace.  It brings harmony and deep inner self-knowledge.  Encourages self-awareness, allows self-expression and reveals inner truth, providing qualities of honesty, compassion and morality to the personality.  Stimulates objectivity, clarity and encourages creativity.  Lapis Lazuli assists to confront and speak one’s truth and inspires confidence.  It bonds relationships, aiding in expression of feelings and emotions.\"'),(440561,12641,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440562,12642,'_sli_media_id','17862645580099513'),(440564,12642,'_sli_timestamp','2017-03-01T16:14:07+0000'),(440563,12642,'_sli_media_username','lavendermatyoga'),(440560,12641,'_sli_last_requested','1668115517'),(440559,12641,'_sli_is_story',''),(440555,12641,'_sli_likes_count','0'),(440556,12641,'_sli_comments_count','0'),(440557,12641,'_sli_comments','a:0:{}'),(440558,12641,'_sli_children','a:0:{}'),(440554,12641,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852773855130482-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852773855130482-m.jpg\";}'),(440553,12641,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852773855130482-m.jpg'),(440551,12641,'_sli_video_title',''),(440552,12641,'_sli_product_type',''),(440550,12641,'_sli_shortcode','BRLXkD1AJ0A'),(440549,12641,'_sli_permalink','https://www.instagram.com/p/BRLXkD1AJ0A/'),(440548,12641,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440547,12641,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRLXkD1AJ0A&size=l'),(440546,12641,'_sli_media_type','IMAGE'),(440545,12641,'_sli_caption','✨✨✨✨A Special Offer to Soothe your Ascension Symptoms✨✨✨✨✨✨\nThis personal oracle card reading will give you actionable guidance on how to prepare for your Ascension. You will recieve powerful , loving advice on how to take care of yourself during this process. This reading will help you navigate the stormy days and provide you relief from your ascension symptoms of grief, overwhelm, anger, stress and sadness. The messages are channeled from the loving Masters of Ascension and hold an incredibly high vibrational healing.\n✨✨✨\nThe reading will be a written PDF report emailed directly to your inbox. I will only be offering this for one week and it will be limited to 10 people. If you would like to claim your spot and sign up for the reading please reply to this post or email me at info@madisonrosenberger.com and I will send you a PayPal or Venmo payment request.\n\nInvestment : $44'),(440544,12641,'_sli_timestamp','2017-03-03T13:27:29+0000'),(440543,12641,'_sli_media_username','lavendermatyoga'),(440541,12640,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440542,12641,'_sli_media_id','17852773855130482'),(440538,12640,'_sli_children','a:0:{}'),(440539,12640,'_sli_is_story',''),(440540,12640,'_sli_last_requested','1668115517'),(440537,12640,'_sli_comments','a:0:{}'),(440535,12640,'_sli_likes_count','0'),(440536,12640,'_sli_comments_count','0'),(440534,12640,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877911185026768-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877911185026768-m.jpg\";}'),(440533,12640,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877911185026768-m.jpg'),(440532,12640,'_sli_product_type',''),(440531,12640,'_sli_video_title',''),(440526,12640,'_sli_media_type','IMAGE'),(440527,12640,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRTHrcjACKw&size=l'),(440528,12640,'_sli_media_size','a:2:{s:5:\"width\";i:908;s:6:\"height\";i:908;}'),(440529,12640,'_sli_permalink','https://www.instagram.com/p/BRTHrcjACKw/'),(440530,12640,'_sli_shortcode','BRTHrcjACKw'),(440525,12640,'_sli_caption','Join me for free Intuitive Healing yoga tonight at Blue Cross Blue Shield in Mt. Pleasant Towne Center at 6:00pm! All levels welcome, beginner friendly. DM me for directions or questions!'),(440524,12640,'_sli_timestamp','2017-03-06T13:42:37+0000'),(440523,12640,'_sli_media_username','lavendermatyoga'),(440521,12639,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440519,12639,'_sli_is_story',''),(440520,12639,'_sli_last_requested','1668115516'),(440522,12640,'_sli_media_id','17877911185026768'),(440515,12639,'_sli_likes_count','0'),(440516,12639,'_sli_comments_count','0'),(440517,12639,'_sli_comments','a:0:{}'),(440518,12639,'_sli_children','a:0:{}'),(440514,12639,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862464248125018-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862464248125018-m.jpg\";}'),(440513,12639,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862464248125018-m.jpg'),(440512,12639,'_sli_product_type',''),(440511,12639,'_sli_video_title',''),(440510,12639,'_sli_shortcode','BRV3sb3gwzw'),(440502,12639,'_sli_media_id','17862464248125018'),(440503,12639,'_sli_media_username','lavendermatyoga'),(440504,12639,'_sli_timestamp','2017-03-07T15:20:40+0000'),(440505,12639,'_sli_caption','Last nights class was Divine! Thanks to everyone who came 🙏🏻🌹✨💕'),(440506,12639,'_sli_media_type','IMAGE'),(440507,12639,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRV3sb3gwzw&size=l'),(440508,12639,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(440509,12639,'_sli_permalink','https://www.instagram.com/p/BRV3sb3gwzw/'),(440477,12637,'_sli_comments','a:0:{}'),(440478,12637,'_sli_children','a:0:{}'),(440479,12637,'_sli_is_story',''),(440480,12637,'_sli_last_requested','1668115515'),(440481,12637,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440482,12638,'_sli_media_id','17863593466100000'),(440483,12638,'_sli_media_username','lavendermatyoga'),(440484,12638,'_sli_timestamp','2017-03-07T23:06:11+0000'),(440485,12638,'_sli_caption','Live your life in full color, not black and white 🌈'),(440486,12638,'_sli_media_type','IMAGE'),(440487,12638,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRWs-B6g4O4&size=l'),(440488,12638,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(440489,12638,'_sli_permalink','https://www.instagram.com/p/BRWs-B6g4O4/'),(440490,12638,'_sli_shortcode','BRWs-B6g4O4'),(440491,12638,'_sli_video_title',''),(440492,12638,'_sli_product_type',''),(440493,12638,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863593466100000-m.jpg'),(440494,12638,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863593466100000-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863593466100000-m.jpg\";}'),(440495,12638,'_sli_likes_count','0'),(440496,12638,'_sli_comments_count','0'),(440497,12638,'_sli_comments','a:0:{}'),(440498,12638,'_sli_children','a:0:{}'),(440499,12638,'_sli_is_story',''),(440500,12638,'_sli_last_requested','1668115516'),(440501,12638,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440476,12637,'_sli_comments_count','0'),(440475,12637,'_sli_likes_count','0'),(440474,12637,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874897337033724-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874897337033724-m.jpg\";}'),(440469,12637,'_sli_permalink','https://www.instagram.com/p/BRa-g5tgDyE/'),(440470,12637,'_sli_shortcode','BRa-g5tgDyE'),(440471,12637,'_sli_video_title',''),(440472,12637,'_sli_product_type',''),(440473,12637,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874897337033724-m.jpg'),(440468,12637,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440467,12637,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRa-g5tgDyE&size=l'),(440466,12637,'_sli_media_type','IMAGE'),(440463,12637,'_sli_media_username','lavendermatyoga'),(440464,12637,'_sli_timestamp','2017-03-09T14:56:27+0000'),(440465,12637,'_sli_caption','✨Charleston Peeps! ✨\nI have a really exciting surprise coming for you!\nI have brought on Tarah Herrington, Sound Bath Extraordinaire and Kickass Acupuncturist  from @wellroundedhealing to host a killer workshop with me...\nStay tuned my friends, you won\'t want to miss this ✨😘🙌🏻💗🦄'),(440458,12636,'_sli_children','a:0:{}'),(440459,12636,'_sli_is_story',''),(440460,12636,'_sli_last_requested','1668115515'),(440461,12636,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440462,12637,'_sli_media_id','17874897337033724'),(440457,12636,'_sli_comments','a:0:{}'),(440456,12636,'_sli_comments_count','0'),(440455,12636,'_sli_likes_count','0'),(440454,12636,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865835489077891-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865835489077891-m.jpg\";}'),(440448,12636,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(440453,12636,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865835489077891-m.jpg'),(440452,12636,'_sli_product_type',''),(440451,12636,'_sli_video_title',''),(440449,12636,'_sli_permalink','https://www.instagram.com/p/BRe-Ol3g0hx/'),(440450,12636,'_sli_shortcode','BRe-Ol3g0hx'),(440445,12636,'_sli_caption','✨Practicing radical Self-Care tonight...\n🌹Self-Acceptance\n🌹Self-Love\n🌹Self- Forgiveness\nThese are the keys 🗝'),(440447,12636,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRe-Ol3g0hx&size=l'),(440446,12636,'_sli_media_type','IMAGE'),(440440,12635,'_sli_last_requested','1668115514'),(440441,12635,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440439,12635,'_sli_is_story',''),(440443,12636,'_sli_media_username','lavendermatyoga'),(440444,12636,'_sli_timestamp','2017-03-11T04:10:55+0000'),(440442,12636,'_sli_media_id','17865835489077891'),(440423,12635,'_sli_media_username','lavendermatyoga'),(440438,12635,'_sli_children','a:0:{}'),(440437,12635,'_sli_comments','a:0:{}'),(440436,12635,'_sli_comments_count','0'),(440435,12635,'_sli_likes_count','0'),(440434,12635,'_sli_thumbnails','a:0:{}'),(440433,12635,'_sli_thumbnail_url',''),(440432,12635,'_sli_product_type',''),(440431,12635,'_sli_video_title',''),(440430,12635,'_sli_shortcode','BRkFAw0gEJX'),(440429,12635,'_sli_permalink','https://www.instagram.com/p/BRkFAw0gEJX/'),(440428,12635,'_sli_media_size',''),(440426,12635,'_sli_media_type','IMAGE'),(440427,12635,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRkFAw0gEJX&size=l'),(440425,12635,'_sli_caption','This Full Moon has me howling tonight 🐺🌕🐺\nCan\'t sleep.\nAnxieties are running rampant.\nFeeling similar?\nDo three things:\n1. Take 5 Deep Breaths\n2. Remember that there\'s nothing serious going on here\n3. Don\'t fight the emotions, they are helping you birth change, change is uncomfortable but it\'s SO good!\nPhoto is from @destination.earth'),(440424,12635,'_sli_timestamp','2017-03-13T03:46:24+0000'),(440422,12635,'_sli_media_id','17862787579123714'),(440421,12634,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440420,12634,'_sli_last_requested','1668115514'),(440419,12634,'_sli_is_story',''),(440418,12634,'_sli_children','a:0:{}'),(440417,12634,'_sli_comments','a:0:{}'),(440416,12634,'_sli_comments_count','0'),(440415,12634,'_sli_likes_count','0'),(440380,12632,'_sli_last_requested','1668115513'),(440381,12632,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440382,12633,'_sli_media_id','17851282375182908'),(440383,12633,'_sli_media_username','lavendermatyoga'),(440384,12633,'_sli_timestamp','2017-03-16T14:17:10+0000'),(440385,12633,'_sli_caption','Living intentionally is key to living a joyful life'),(440386,12633,'_sli_media_type','IMAGE'),(440387,12633,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRs7lQSgvtA&size=l'),(440388,12633,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(440389,12633,'_sli_permalink','https://www.instagram.com/p/BRs7lQSgvtA/'),(440390,12633,'_sli_shortcode','BRs7lQSgvtA'),(440391,12633,'_sli_video_title',''),(440392,12633,'_sli_product_type',''),(440393,12633,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851282375182908-m.jpg'),(440394,12633,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851282375182908-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851282375182908-m.jpg\";}'),(440395,12633,'_sli_likes_count','0'),(440396,12633,'_sli_comments_count','0'),(440397,12633,'_sli_comments','a:0:{}'),(440398,12633,'_sli_children','a:0:{}'),(440399,12633,'_sli_is_story',''),(440400,12633,'_sli_last_requested','1668115514'),(440401,12633,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440402,12634,'_sli_media_id','17865523207075076'),(440403,12634,'_sli_media_username','lavendermatyoga'),(440404,12634,'_sli_timestamp','2017-03-13T22:27:12+0000'),(440405,12634,'_sli_caption','Really been indulging in my Sacred ritual baths lately. Tonight I\'m getting back to my mermaid roots 🐬🐠🐳\nFilling my cup! (Filling my tub haha)'),(440406,12634,'_sli_media_type','IMAGE'),(440407,12634,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRmFRxeg5QC&size=l'),(440408,12634,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(440409,12634,'_sli_permalink','https://www.instagram.com/p/BRmFRxeg5QC/'),(440410,12634,'_sli_shortcode','BRmFRxeg5QC'),(440411,12634,'_sli_video_title',''),(440412,12634,'_sli_product_type',''),(440413,12634,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865523207075076-m.jpg'),(440414,12634,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865523207075076-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865523207075076-m.jpg\";}'),(440379,12632,'_sli_is_story',''),(440378,12632,'_sli_children','a:0:{}'),(440375,12632,'_sli_likes_count','0'),(440376,12632,'_sli_comments_count','0'),(440377,12632,'_sli_comments','a:0:{}'),(440374,12632,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874753181022629-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874753181022629-m.jpg\";}'),(440372,12632,'_sli_product_type',''),(440373,12632,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874753181022629-m.jpg'),(440371,12632,'_sli_video_title',''),(440370,12632,'_sli_shortcode','BRtIJIxg0jj'),(440369,12632,'_sli_permalink','https://www.instagram.com/p/BRtIJIxg0jj/'),(440368,12632,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440367,12632,'_sli_media_url','https://lavendermatyoga.com?sli-img=BRtIJIxg0jj&size=l'),(440366,12632,'_sli_media_type','IMAGE'),(440360,12631,'_sli_last_requested','1668115513'),(440361,12631,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440362,12632,'_sli_media_id','17874753181022629'),(440355,12631,'_sli_likes_count','0'),(440356,12631,'_sli_comments_count','0'),(440357,12631,'_sli_comments','a:0:{}'),(440358,12631,'_sli_children','a:0:{}'),(440359,12631,'_sli_is_story',''),(440365,12632,'_sli_caption','I\'m so excited to announce the Ascension Recalibration Workshop Series!\n✨✨✨\nAscension Recalibration is a workshop series unlike any other and combines incredible and deep healing tools.\nEach class will incorporate,\nSeven Sacred Flames, Yin Yoga, Essential Oils, Guided Meditation, Crystal Singing Bowls, Acupuncture, Ascended Masters, Angels, and Reiki to create an unparalleled experience.\n✨Have you been feeling overwhelmed, burnt out, emotional, anxious or depressed? The entire planet is currently going through a massive energetic shift that has accelerated our Ascension.\n✨Ascension is the unification with the Divine, a spiritual evolution. In A Little Light on Ascension, Diana Cooper writes, \'\'Ascension means raising our vibration to the level of Light. Every thought, word, emotion, and action is a vibration which creates our aura, and so Ascension entails purifying our thoughts, cleansing our emotions, and choosing loving action for the highest good until we radiate at that higher level. Then we live in joy and freedom.\'\' At the moment this purification process has accelerated so we are experiencing Ascension symptoms, such as fear, anger, sadness, headaches and dizzy spells, wild dreams, achey bones, and sinus problems. \nLike a little boy growing so fast his knees hurt, we too are experiencing growing pains.\nWe are expelling and clearing out all negative vibrations and this can sometimes be uncomfortable, similar to when our body makes us get sick in an effort to heal.\n✨In this powerful and transformational workshop series @wellroundedhealing and I have teamed up to help you recalibrate your body during this emotionally and physically turbulent process. These workshops will not only soothe your Ascension symptoms but will accelerate and facilitate your process easefully.\n✨The series will consist of 7 workshops, each using one of the 7 Seven Sacred Flames as the theme of healing. The entire class will be centered around this theme, and each class with be powerfully different. It is highly recommended to attend all 7 workshops, but it is not necessary. You will receive a complete experience in just one workshop!\n✨Visit the link in my bio to learn more + register'),(440363,12632,'_sli_media_username','lavendermatyoga'),(440364,12632,'_sli_timestamp','2017-03-16T16:06:55+0000'),(440347,12631,'_sli_media_url','https://lavendermatyoga.com?sli-img=BR3JHCVgh3I&size=l'),(440348,12631,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(440349,12631,'_sli_permalink','https://www.instagram.com/p/BR3JHCVgh3I/'),(440350,12631,'_sli_shortcode','BR3JHCVgh3I'),(440351,12631,'_sli_video_title',''),(440352,12631,'_sli_product_type',''),(440353,12631,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866583740075590-m.jpg'),(440354,12631,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866583740075590-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866583740075590-m.jpg\";}'),(440346,12631,'_sli_media_type','IMAGE'),(440345,12631,'_sli_caption','Today is the Spring Equinox, officially the renewal and rebirth of this year. Today set an intention on what you\'d like to welcome into your life.\nWould you like to water the flowers or the weeds today?\n🌷🌷🌷🌷🌷🌷\nChose to water the flowers and come join me for a Free Intuitive Healing Yoga class this evening at 6 in Mt. Pleasant! (DM me for details 😊)'),(440344,12631,'_sli_timestamp','2017-03-20T13:27:47+0000'),(440343,12631,'_sli_media_username','lavendermatyoga'),(440341,12630,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440342,12631,'_sli_media_id','17866583740075590'),(440339,12630,'_sli_is_story',''),(440340,12630,'_sli_last_requested','1668115512'),(440336,12630,'_sli_comments_count','0'),(440337,12630,'_sli_comments','a:0:{}'),(440338,12630,'_sli_children','a:0:{}'),(440335,12630,'_sli_likes_count','0'),(440334,12630,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880180145020109-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880180145020109-m.jpg\";}'),(440332,12630,'_sli_product_type',''),(440333,12630,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880180145020109-m.jpg'),(440331,12630,'_sli_video_title',''),(440330,12630,'_sli_shortcode','BR-7RFiA0sy'),(440329,12630,'_sli_permalink','https://www.instagram.com/p/BR-7RFiA0sy/'),(440326,12630,'_sli_media_type','IMAGE'),(440327,12630,'_sli_media_url','https://lavendermatyoga.com?sli-img=BR-7RFiA0sy&size=l'),(440328,12630,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(440316,12629,'_sli_comments_count','0'),(440317,12629,'_sli_comments','a:0:{}'),(440318,12629,'_sli_children','a:0:{}'),(440319,12629,'_sli_is_story',''),(440320,12629,'_sli_last_requested','1668115512'),(440321,12629,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440322,12630,'_sli_media_id','17880180145020109'),(440323,12630,'_sli_media_username','lavendermatyoga'),(440324,12630,'_sli_timestamp','2017-03-23T14:00:44+0000'),(440325,12630,'_sli_caption','Last night was the first workshop in the Ascension Recalibration series and it was stunning!! Yin Yoga, Crystal Bowls, Essential Oils, Reiki, Acupuncture and Meditation go together like mac and cheese 😂\n✨✨✨\nWe would love to have you join us for the next one! \nThe Second Yellow Ray of Wisdom and Illumination is Monday night at 6:30pm!\n✨✨✨\nThe Yellow Ray will help you to bring confidence and clarity to your decisions. By channeling cosmic intelligence and knowledge you will begin to easefully make choices in your life.  When you come into unity with the Divine you will be able to effortlessly see the path that lies ahead of you. This Flame is associated with the Crown Chakra. The Auricular Acupuncture will be an Autonomic Nervous system treatment utilizing a point on the top of the head. Essential Oils of Bergamot and Frankincense, a beautiful sound bath, and Reiki will support gentle yin yoga poses and guided meditation.\nRegistration is required, http://events.eventzilla.net/e/ascension-recalibration-workshop--2-the-flame-of-illumination-and-wisdom-2138887533 (link also in my bio 👆🏻)\n✨✨✨\nIf you are drawn to explore the Seven Sacred Flames with us check out the other 5 upcoming workshops and their themes  at www.madisonrosenberger.com/workshops-classes'),(440315,12629,'_sli_likes_count','0'),(440314,12629,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852340049166958-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852340049166958-m.jpg\";}'),(440313,12629,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852340049166958-m.jpg'),(440312,12629,'_sli_product_type',''),(440309,12629,'_sli_permalink','https://www.instagram.com/p/BSJH2gcAPWR/'),(440310,12629,'_sli_shortcode','BSJH2gcAPWR'),(440311,12629,'_sli_video_title',''),(440305,12629,'_sli_caption','Today I choose Joy 💕'),(440306,12629,'_sli_media_type','IMAGE'),(440307,12629,'_sli_media_url','https://lavendermatyoga.com?sli-img=BSJH2gcAPWR&size=l'),(440308,12629,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(440303,12629,'_sli_media_username','lavendermatyoga'),(440304,12629,'_sli_timestamp','2017-03-27T13:03:07+0000'),(440302,12629,'_sli_media_id','17852340049166958'),(440301,12628,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440300,12628,'_sli_last_requested','1668115511'),(440293,12628,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864818840113808-m.jpg'),(440294,12628,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864818840113808-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864818840113808-m.jpg\";}'),(440299,12628,'_sli_is_story',''),(440298,12628,'_sli_children','a:0:{}'),(440295,12628,'_sli_likes_count','0'),(440296,12628,'_sli_comments_count','0'),(440297,12628,'_sli_comments','a:0:{}'),(440291,12628,'_sli_video_title',''),(440292,12628,'_sli_product_type',''),(440290,12628,'_sli_shortcode','BSLviNKAqYk'),(440288,12628,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440289,12628,'_sli_permalink','https://www.instagram.com/p/BSLviNKAqYk/'),(440287,12628,'_sli_media_url','https://lavendermatyoga.com?sli-img=BSLviNKAqYk&size=l'),(440286,12628,'_sli_media_type','IMAGE'),(440285,12628,'_sli_caption','Tarah administering acupuncture at last night\'s workshop! Yesterday\'s Ascension Recalibration workshop was all about aligning with your higher self, illumination and wisdom. The next class in this 7 workshop series will be held April 12th and is themed around the Cosmic Flame of Love.\n💗💗💗\nEach workshop has a different theme based on the 7 Sacred Flames but the layout of each class is the same:\n1. Gentle Yin Yoga led by myself supported with specially selected essential oils for that theme and Reiki while Tarah plays her gorgeous singing bowls\n\n2. A quick bathroom and water break and Tarah administers Auricular Acupuncture (a specific protocol for each class) and then once everyone\'s settled I lead the group in a deep healing guided meditation to invoke the intended flame of class.\n✨✨✨\nHope to see you join us next time! Register at  http://events.eventzilla.net/e/ascension-recalibration-workshop--3-the-flame-of-cosmic-love-2138887532 (link in bio 👆🏻) and visit www.madisonrosenberger.com/workshops-classes to read up on the specific themes of all 5 upcoming workshops and Flames!!'),(440279,12627,'_sli_is_story',''),(440280,12627,'_sli_last_requested','1668115511'),(440281,12627,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440282,12628,'_sli_media_id','17864818840113808'),(440283,12628,'_sli_media_username','lavendermatyoga'),(440284,12628,'_sli_timestamp','2017-03-28T13:28:21+0000'),(440275,12627,'_sli_likes_count','0'),(440276,12627,'_sli_comments_count','0'),(440277,12627,'_sli_comments','a:0:{}'),(440278,12627,'_sli_children','a:0:{}'),(440273,12627,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856048721135471-m.jpg'),(440274,12627,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856048721135471-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856048721135471-m.jpg\";}'),(440267,12627,'_sli_media_url','https://lavendermatyoga.com?sli-img=BSrPbbJgHBi&size=l'),(440271,12627,'_sli_video_title',''),(440272,12627,'_sli_product_type',''),(440270,12627,'_sli_shortcode','BSrPbbJgHBi'),(440269,12627,'_sli_permalink','https://www.instagram.com/p/BSrPbbJgHBi/'),(440268,12627,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(440266,12627,'_sli_media_type','IMAGE'),(440255,12626,'_sli_likes_count','0'),(440256,12626,'_sli_comments_count','0'),(440257,12626,'_sli_comments','a:0:{}'),(440258,12626,'_sli_children','a:0:{}'),(440259,12626,'_sli_is_story',''),(440260,12626,'_sli_last_requested','1668115511'),(440261,12626,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440262,12627,'_sli_media_id','17856048721135471'),(440263,12627,'_sli_media_username','lavendermatyoga'),(440264,12627,'_sli_timestamp','2017-04-09T19:03:30+0000'),(440265,12627,'_sli_caption','Today I was given the most incredible gift from my client @desnerys_targaryen , she just took a trip to Glastonbury England and brought back water from the Chalice Well. Some from the Red Spring and the White Spring which carry the essence of Divine Feminine and Divine Masculine energy. ✨✨\nI am so incredibly excited to work with these waters and feel so full of joy and happiness that I have clients who show me so much love. 💗🙏🏻💕'),(440254,12626,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853013429185230-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853013429185230-m.jpg\";}'),(440253,12626,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853013429185230-m.jpg'),(440250,12626,'_sli_shortcode','BSrbVUHAUaE'),(440251,12626,'_sli_video_title',''),(440252,12626,'_sli_product_type',''),(440249,12626,'_sli_permalink','https://www.instagram.com/p/BSrbVUHAUaE/'),(440248,12626,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440247,12626,'_sli_media_url','https://lavendermatyoga.com?sli-img=BSrbVUHAUaE&size=l'),(440246,12626,'_sli_media_type','IMAGE'),(440239,12625,'_sli_is_story',''),(440240,12625,'_sli_last_requested','1668115510'),(440241,12625,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440242,12626,'_sli_media_id','17853013429185230'),(440243,12626,'_sli_media_username','lavendermatyoga'),(440244,12626,'_sli_timestamp','2017-04-09T20:47:31+0000'),(440245,12626,'_sli_caption','Look what came in the mail today 🙌🏻 Color Therapy Diploma 🌈🌈'),(440237,12625,'_sli_comments','a:0:{}'),(440238,12625,'_sli_children','a:0:{}'),(440236,12625,'_sli_comments_count','0'),(440235,12625,'_sli_likes_count','0'),(440234,12625,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876789449010806-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876789449010806-m.jpg\";}'),(440233,12625,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876789449010806-m.jpg'),(440232,12625,'_sli_product_type',''),(440231,12625,'_sli_video_title',''),(440230,12625,'_sli_shortcode','BStct_cAgc2'),(440229,12625,'_sli_permalink','https://www.instagram.com/p/BStct_cAgc2/'),(440226,12625,'_sli_media_type','IMAGE'),(440227,12625,'_sli_media_url','https://lavendermatyoga.com?sli-img=BStct_cAgc2&size=l'),(440228,12625,'_sli_media_size','a:2:{s:5:\"width\";i:937;s:6:\"height\";i:1171;}'),(440225,12625,'_sli_caption','Happy National Unicorn Day!! 🦄🦄🦄🦄🦄🦄'),(440223,12625,'_sli_media_username','lavendermatyoga'),(440224,12625,'_sli_timestamp','2017-04-10T15:38:07+0000'),(440220,12624,'_sli_last_requested','1668115509'),(440221,12624,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440222,12625,'_sli_media_id','17876789449010806'),(440219,12624,'_sli_is_story',''),(440218,12624,'_sli_children','a:0:{}'),(440217,12624,'_sli_comments','a:0:{}'),(2155,568,'_sli_user_id','17841401171401205'),(2156,568,'_sli_username','lavendermatyoga'),(2157,568,'_sli_name',''),(2158,568,'_sli_bio',''),(2159,568,'_sli_account_type','PERSONAL'),(2160,568,'_sli_media_count','527'),(2161,568,'_sli_profile_pic_url',''),(2162,568,'_sli_followers_count','0'),(2163,568,'_sli_follows_count','0'),(2164,568,'_sli_website',''),(2165,568,'_sli_access_expires','1673468949'),(2166,568,'_sli_access_token','17/kW7tcTPN16KSEpP6s9BHEghlV3jD37jVbgUmeRl2s4utuC8+OhUKNXVpLZ9M42Nv5WUvo8U/ke1NgLH+u1lmGskBN4ZTSMmiLRN7M6pi+KPW20qwg9DfDpTIayTcjCRj47jVyFEGz/N/65qnUzaqrLEjjAVeY0ibzsNUae8vC66pdmRk8f13V76GQN/Bd'),(2167,568,'_sli_access_token_iv','0098703023723707'),(440216,12624,'_sli_comments_count','0'),(440215,12624,'_sli_likes_count','0'),(440214,12624,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853479692173375-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853479692173375-m.jpg\";}'),(440213,12624,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853479692173375-m.jpg'),(440194,12623,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855670262150399-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855670262150399-m.jpg\";}'),(440212,12624,'_sli_product_type',''),(440204,12624,'_sli_timestamp','2017-04-11T15:56:42+0000'),(440205,12624,'_sli_caption','\"It is important to expect nothing, to take every experience, including the negative ones, as merely steps on the path, and to proceed.\" - Ram Das'),(440206,12624,'_sli_media_type','IMAGE'),(440207,12624,'_sli_media_url','https://lavendermatyoga.com?sli-img=BSwDo_tARFS&size=l'),(440208,12624,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(440209,12624,'_sli_permalink','https://www.instagram.com/p/BSwDo_tARFS/'),(440210,12624,'_sli_shortcode','BSwDo_tARFS'),(440211,12624,'_sli_video_title',''),(440203,12624,'_sli_media_username','lavendermatyoga'),(440202,12624,'_sli_media_id','17853479692173375'),(440197,12623,'_sli_comments','a:0:{}'),(440198,12623,'_sli_children','a:0:{}'),(440199,12623,'_sli_is_story',''),(440200,12623,'_sli_last_requested','1668115509'),(440201,12623,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440196,12623,'_sli_comments_count','0'),(440195,12623,'_sli_likes_count','0'),(440193,12623,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855670262150399-m.jpg'),(440191,12623,'_sli_video_title',''),(440192,12623,'_sli_product_type',''),(440190,12623,'_sli_shortcode','BTRkyW0gDuB'),(440189,12623,'_sli_permalink','https://www.instagram.com/p/BTRkyW0gDuB/'),(440186,12623,'_sli_media_type','IMAGE'),(440187,12623,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTRkyW0gDuB&size=l'),(440188,12623,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(440185,12623,'_sli_caption','I was worried about my garden with the flooding going on but look what I found when I went to check on my plants! #firstbloom #nofilter #fairymagic #orientallily #favoriteflower'),(440184,12623,'_sli_timestamp','2017-04-24T16:21:16+0000'),(440183,12623,'_sli_media_username','lavendermatyoga'),(440180,12622,'_sli_last_requested','1668115508'),(440181,12622,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440182,12623,'_sli_media_id','17855670262150399'),(440179,12622,'_sli_is_story',''),(440178,12622,'_sli_children','a:0:{}'),(440175,12622,'_sli_likes_count','0'),(440176,12622,'_sli_comments_count','0'),(440177,12622,'_sli_comments','a:0:{}'),(440174,12622,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879308846027152-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879308846027152-m.jpg\";}'),(440173,12622,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879308846027152-m.jpg'),(440172,12622,'_sli_product_type',''),(440171,12622,'_sli_video_title',''),(440170,12622,'_sli_shortcode','BTY9hHZFGK4'),(440169,12622,'_sli_permalink','https://www.instagram.com/p/BTY9hHZFGK4/'),(440168,12622,'_sli_media_size','a:2:{s:5:\"width\";i:946;s:6:\"height\";i:946;}'),(440166,12622,'_sli_media_type','IMAGE'),(440167,12622,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTY9hHZFGK4&size=l'),(440164,12622,'_sli_timestamp','2017-04-27T13:12:03+0000'),(440165,12622,'_sli_caption','The first Sunset Beach Yoga on Sullivan\'s Island of the season is tomorrow at 6:30pm 🙌🏻That means that the deadline to register is tonight! Don\'t miss out, come join us for sun, sand, waves, good laughs, good vibes and possibly some dolphins! 💗🙏🏻🐳🐠🐬\nRegistration link is in the bio 👆🏻👆🏻👆🏻'),(440148,12621,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(440149,12621,'_sli_permalink','https://www.instagram.com/p/BTctNSdgCfs/'),(440150,12621,'_sli_shortcode','BTctNSdgCfs'),(440151,12621,'_sli_video_title',''),(440152,12621,'_sli_product_type',''),(440153,12621,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867645644110621-m.jpg'),(440163,12622,'_sli_media_username','lavendermatyoga'),(440158,12621,'_sli_children','a:0:{}'),(440159,12621,'_sli_is_story',''),(440160,12621,'_sli_last_requested','1668115508'),(440161,12621,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440162,12622,'_sli_media_id','17879308846027152'),(440155,12621,'_sli_likes_count','0'),(440156,12621,'_sli_comments_count','0'),(440157,12621,'_sli_comments','a:0:{}'),(440154,12621,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867645644110621-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867645644110621-m.jpg\";}'),(440142,12621,'_sli_media_id','17867645644110621'),(440143,12621,'_sli_media_username','lavendermatyoga'),(440144,12621,'_sli_timestamp','2017-04-29T00:06:30+0000'),(440145,12621,'_sli_caption','Had a wonderful night teaching Sunset yoga and then took a glorious run on the beach 🙏🏻🐬✨🐳👌🏻\nJoin me on the beach on the last Friday of every month this summer. DM me for registration instructions 🙌🏻😘'),(440147,12621,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTctNSdgCfs&size=l'),(440146,12621,'_sli_media_type','IMAGE'),(440141,12620,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440140,12620,'_sli_last_requested','1668115507'),(440139,12620,'_sli_is_story',''),(440137,12620,'_sli_comments','a:0:{}'),(440138,12620,'_sli_children','a:0:{}'),(440135,12620,'_sli_likes_count','0'),(440136,12620,'_sli_comments_count','0'),(440134,12620,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873341831064342-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873341831064342-m.jpg\";}'),(440131,12620,'_sli_video_title',''),(440132,12620,'_sli_product_type',''),(440133,12620,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873341831064342-m.jpg'),(440113,12619,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870296885079694-m.jpg'),(440128,12620,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(440129,12620,'_sli_permalink','https://www.instagram.com/p/BTjU7DXgGjo/'),(440130,12620,'_sli_shortcode','BTjU7DXgGjo'),(440114,12619,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870296885079694-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870296885079694-m.jpg\";}'),(440115,12619,'_sli_likes_count','0'),(440116,12619,'_sli_comments_count','0'),(440117,12619,'_sli_comments','a:0:{}'),(440118,12619,'_sli_children','a:0:{}'),(440119,12619,'_sli_is_story',''),(440120,12619,'_sli_last_requested','1668115507'),(440121,12619,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440122,12620,'_sli_media_id','17873341831064342'),(440123,12620,'_sli_media_username','lavendermatyoga'),(440124,12620,'_sli_timestamp','2017-05-01T13:48:59+0000'),(440125,12620,'_sli_caption','Yay it\'s May! My birth month! ✨🙏🏻The wild flowers in the field by the beach are in bloom and I can\'t help but feel they are mirroring my energy. I\'m blooming into a new space in life, fierce power is emerging ,and I\'m moving towards deeper radical self love everyday. Happy May 1st everyone!'),(440126,12620,'_sli_media_type','IMAGE'),(440127,12620,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTjU7DXgGjo&size=l'),(440108,12619,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(440112,12619,'_sli_product_type',''),(440110,12619,'_sli_shortcode','BTj84qHA_vs'),(440111,12619,'_sli_video_title',''),(440104,12619,'_sli_timestamp','2017-05-01T19:38:11+0000'),(440109,12619,'_sli_permalink','https://www.instagram.com/p/BTj84qHA_vs/'),(440105,12619,'_sli_caption','Had my Aura Photo taken today! Thanks @beaminglove 💕💚'),(440106,12619,'_sli_media_type','IMAGE'),(440107,12619,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTj84qHA_vs&size=l'),(440103,12619,'_sli_media_username','lavendermatyoga'),(440102,12619,'_sli_media_id','17870296885079694'),(440101,12618,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440100,12618,'_sli_last_requested','1668115506'),(440095,12618,'_sli_likes_count','0'),(440096,12618,'_sli_comments_count','0'),(440097,12618,'_sli_comments','a:0:{}'),(440098,12618,'_sli_children','a:0:{}'),(440099,12618,'_sli_is_story',''),(440094,12618,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879848693009577-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879848693009577-m.jpg\";}'),(440093,12618,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879848693009577-m.jpg'),(440092,12618,'_sli_product_type',''),(440091,12618,'_sli_video_title',''),(440089,12618,'_sli_permalink','https://www.instagram.com/p/BTl39n6A0Xw/'),(440090,12618,'_sli_shortcode','BTl39n6A0Xw'),(440088,12618,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440086,12618,'_sli_media_type','IMAGE'),(440087,12618,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTl39n6A0Xw&size=l'),(439758,12601,'_sli_is_story',''),(439759,12601,'_sli_last_requested','1668115498'),(439760,12601,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439761,12602,'_sli_media_id','17857249876165688'),(439762,12602,'_sli_media_username','lavendermatyoga'),(439763,12602,'_sli_timestamp','2017-05-26T17:26:24+0000'),(439764,12602,'_sli_caption','Watering my air plant babies ☺️💚'),(439765,12602,'_sli_media_type','IMAGE'),(439766,12602,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUkFrUxghKB&size=l'),(439767,12602,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439768,12602,'_sli_permalink','https://www.instagram.com/p/BUkFrUxghKB/'),(439769,12602,'_sli_shortcode','BUkFrUxghKB'),(439770,12602,'_sli_video_title',''),(439771,12602,'_sli_product_type',''),(439772,12602,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857249876165688-m.jpg'),(439773,12602,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857249876165688-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857249876165688-m.jpg\";}'),(439774,12602,'_sli_likes_count','0'),(439775,12602,'_sli_comments_count','0'),(439776,12602,'_sli_comments','a:0:{}'),(439777,12602,'_sli_children','a:0:{}'),(439778,12602,'_sli_is_story',''),(439779,12602,'_sli_last_requested','1668115499'),(439780,12602,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439781,12603,'_sli_media_id','17869982140098509'),(439782,12603,'_sli_media_username','lavendermatyoga'),(439783,12603,'_sli_timestamp','2017-05-24T19:32:34+0000'),(439784,12603,'_sli_caption','Coming back to the divine Connected and Free Deck by @innerhue 🙏🏻💕'),(439785,12603,'_sli_media_type','IMAGE'),(439786,12603,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUfKhqDAbjM&size=l'),(439787,12603,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439788,12603,'_sli_permalink','https://www.instagram.com/p/BUfKhqDAbjM/'),(439789,12603,'_sli_shortcode','BUfKhqDAbjM'),(439790,12603,'_sli_video_title',''),(439791,12603,'_sli_product_type',''),(439792,12603,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869982140098509-m.jpg'),(439793,12603,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869982140098509-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869982140098509-m.jpg\";}'),(439794,12603,'_sli_likes_count','0'),(439795,12603,'_sli_comments_count','0'),(439796,12603,'_sli_comments','a:0:{}'),(439797,12603,'_sli_children','a:0:{}'),(439798,12603,'_sli_is_story',''),(439799,12603,'_sli_last_requested','1668115499'),(439800,12603,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439801,12604,'_sli_media_id','17855998036189007'),(439802,12604,'_sli_media_username','lavendermatyoga'),(439803,12604,'_sli_timestamp','2017-05-24T13:57:18+0000'),(439804,12604,'_sli_caption','Diving deep with @flora_corona Color Light Repertory. Color is key to living a life of dimension and growth. The healing properties of color are quite indescribable. They say that one day all healing will consist of light, color, and sound. I\'m excited to be on the forefront of this powerful medicine. ❤️💛💚💙💜💖'),(439805,12604,'_sli_media_type','IMAGE'),(439806,12604,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUekKMHAywJ&size=l'),(439807,12604,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439808,12604,'_sli_permalink','https://www.instagram.com/p/BUekKMHAywJ/'),(439809,12604,'_sli_shortcode','BUekKMHAywJ'),(439810,12604,'_sli_video_title',''),(439811,12604,'_sli_product_type',''),(439812,12604,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855998036189007-m.jpg'),(439813,12604,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855998036189007-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855998036189007-m.jpg\";}'),(439814,12604,'_sli_likes_count','0'),(439815,12604,'_sli_comments_count','0'),(439816,12604,'_sli_comments','a:0:{}'),(439817,12604,'_sli_children','a:0:{}'),(439818,12604,'_sli_is_story',''),(439819,12604,'_sli_last_requested','1668115500'),(439820,12604,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439821,12605,'_sli_media_id','17881677436004891'),(439822,12605,'_sli_media_username','lavendermatyoga'),(439823,12605,'_sli_timestamp','2017-05-23T20:30:58+0000'),(439824,12605,'_sli_caption','I have some very sad news to share with you all. Beach Yoga as officially come to an end. I was unaware that all commercial events such as yoga are prohibited on Sullivan\'s Island and was just contacted by Towne Hall and informed to cease all events. If you have already paid for Friday\'s class or bought a season pass you will be contacted with a full refund.\n✨✨✨\nWe have had such a good run these past couples years and it has been an honor teaching all of you wonderful people.\n✨✨✨\nI will miss our beach sessions so much but hope to still see all of you! Remember you can still come see me three times a month for free yoga at Blue Cross Blue Shield or sign up for private lessons.\n✨✨✨\nThank you all for being a part of my yoga journey, I send you all so much love!'),(439825,12605,'_sli_media_type','IMAGE'),(439826,12605,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUcsakZgBHr&size=l'),(439827,12605,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(439828,12605,'_sli_permalink','https://www.instagram.com/p/BUcsakZgBHr/'),(439829,12605,'_sli_shortcode','BUcsakZgBHr'),(439830,12605,'_sli_video_title',''),(439831,12605,'_sli_product_type',''),(439832,12605,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881677436004891-m.jpg'),(439833,12605,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881677436004891-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881677436004891-m.jpg\";}'),(439834,12605,'_sli_likes_count','0'),(439835,12605,'_sli_comments_count','0'),(439836,12605,'_sli_comments','a:0:{}'),(439837,12605,'_sli_children','a:0:{}'),(439838,12605,'_sli_is_story',''),(439839,12605,'_sli_last_requested','1668115500'),(439840,12605,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439841,12606,'_sli_media_id','17869717237103679'),(439842,12606,'_sli_media_username','lavendermatyoga'),(439843,12606,'_sli_timestamp','2017-05-23T14:37:03+0000'),(439844,12606,'_sli_caption','Tea Time is that one time a week when i hop on FB Live to chat with you! What\'s more fun then chatting about spirituality, wellness and magic over a good cup of Tea?\n✨✨✨\nTea Time is your opportunity to ask me anything you want! (For free!) What questions do you have for me? Either comment below or message me privately to ask and then pop on over to Spiritual Teachings with Madison Rosenberger (private FB group) to catch the Live video later this week 🙏🏻'),(439845,12606,'_sli_media_type','IMAGE'),(439846,12606,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUcD6dOge9x&size=l'),(439847,12606,'_sli_media_size','a:2:{s:5:\"width\";i:423;s:6:\"height\";i:423;}'),(439848,12606,'_sli_permalink','https://www.instagram.com/p/BUcD6dOge9x/'),(439849,12606,'_sli_shortcode','BUcD6dOge9x'),(439850,12606,'_sli_video_title',''),(439851,12606,'_sli_product_type',''),(439852,12606,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869717237103679-m.jpg'),(439853,12606,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869717237103679-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869717237103679-m.jpg\";}'),(439854,12606,'_sli_likes_count','0'),(439855,12606,'_sli_comments_count','0'),(439856,12606,'_sli_comments','a:0:{}'),(439857,12606,'_sli_children','a:0:{}'),(439858,12606,'_sli_is_story',''),(439859,12606,'_sli_last_requested','1668115500'),(439860,12606,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439861,12607,'_sli_media_id','17869696396096495'),(439862,12607,'_sli_media_username','lavendermatyoga'),(439863,12607,'_sli_timestamp','2017-05-22T15:01:14+0000'),(439864,12607,'_sli_caption','May\'s Sunset Beach Yoga is this Friday at 6:30pm on Sullivan\'s! Pre-registration is required at least 24 hours prior, don\'t forget to sign up 😊\nhttp://events.eventzilla.net/e/beach-yoga-2138884596?resp=on&dateid=2138743661 (link in bio as well! 👆🏻)\n✨✨✨\nThis is an All Levels, intuitively guided and powerful healing class. Using my gifts as a skilled intuitive I energetically tap into the students as a whole in each individual class and allow the energy to guide me. This results in a different theme, pace, and purpose for each class. This style of yoga is intended to heal you on a deep profound mental, emotional, spiritual, and physical level. It is important to me to make sure that every student is comfortable and safe when practicing yoga, so I enjoy a hands-on teaching approach.'),(439865,12607,'_sli_media_type','IMAGE'),(439866,12607,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUZh4sdgy-g&size=l'),(439867,12607,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:565;}'),(439868,12607,'_sli_permalink','https://www.instagram.com/p/BUZh4sdgy-g/'),(439869,12607,'_sli_shortcode','BUZh4sdgy-g'),(439870,12607,'_sli_video_title',''),(439871,12607,'_sli_product_type',''),(439872,12607,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869696396096495-m.jpg'),(439873,12607,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869696396096495-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869696396096495-m.jpg\";}'),(439874,12607,'_sli_likes_count','0'),(439875,12607,'_sli_comments_count','0'),(439876,12607,'_sli_comments','a:0:{}'),(439877,12607,'_sli_children','a:0:{}'),(439878,12607,'_sli_is_story',''),(439879,12607,'_sli_last_requested','1668115501'),(439880,12607,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439881,12608,'_sli_media_id','17881159426063319'),(439882,12608,'_sli_media_username','lavendermatyoga'),(439883,12608,'_sli_timestamp','2017-05-21T00:11:43+0000'),(439884,12608,'_sli_caption','How mesmerizing?  #nofilter  So excited to now be incorporating Aura Soma into my daily practice 🙏🏻\nThis is the Egyptian Bottle #18 also called Turning Tides... \"Overcoming self deception. The knowledge to find the transformation within. Wisdom to find the service within. The deeper we go, the more we get to know ourselves. Letting go of fear to know ourselves. \" -puresoulalchemy.com\n✨✨✨\nTo learn more about Aura Soma follow my good friend @colourlightbalance she posts an abundance of yummy photos of these gorgeous powerful little bottles!\n💜💛💜💛💜💛💜💛💜'),(439885,12608,'_sli_media_type','IMAGE'),(439886,12608,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUVXSx5AEfG&size=l'),(439887,12608,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439888,12608,'_sli_permalink','https://www.instagram.com/p/BUVXSx5AEfG/'),(439889,12608,'_sli_shortcode','BUVXSx5AEfG'),(439890,12608,'_sli_video_title',''),(439891,12608,'_sli_product_type',''),(439892,12608,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881159426063319-m.jpg'),(439893,12608,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881159426063319-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881159426063319-m.jpg\";}'),(439894,12608,'_sli_likes_count','0'),(439895,12608,'_sli_comments_count','0'),(439896,12608,'_sli_comments','a:0:{}'),(439897,12608,'_sli_children','a:0:{}'),(439898,12608,'_sli_is_story',''),(439899,12608,'_sli_last_requested','1668115501'),(439900,12608,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439901,12609,'_sli_media_id','17869449007115202'),(439902,12609,'_sli_media_username','lavendermatyoga'),(439903,12609,'_sli_timestamp','2017-05-18T17:50:44+0000'),(439904,12609,'_sli_caption','I have neglected my handstand practice for a long while and I thought that today was the best day to get back into it!\n💗 I may have been a little down about how my skills have plummeted but I couldn\'t not be happy while this sweet guy was licking my face 😂 #photobomb #dogs_of_instagram #dogsarelife'),(439905,12609,'_sli_media_type','IMAGE'),(439906,12609,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUPiGksA-7N&size=l'),(439907,12609,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439908,12609,'_sli_permalink','https://www.instagram.com/p/BUPiGksA-7N/'),(439909,12609,'_sli_shortcode','BUPiGksA-7N'),(439910,12609,'_sli_video_title',''),(439911,12609,'_sli_product_type',''),(439912,12609,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869449007115202-m.jpg'),(439913,12609,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869449007115202-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869449007115202-m.jpg\";}'),(439914,12609,'_sli_likes_count','0'),(439915,12609,'_sli_comments_count','0'),(439916,12609,'_sli_comments','a:0:{}'),(439917,12609,'_sli_children','a:0:{}'),(439918,12609,'_sli_is_story',''),(439919,12609,'_sli_last_requested','1668115501'),(439920,12609,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439921,12610,'_sli_media_id','17881254472048960'),(439922,12610,'_sli_media_username','lavendermatyoga'),(439923,12610,'_sli_timestamp','2017-05-17T19:30:36+0000'),(439924,12610,'_sli_caption','Always stealing my mat 😂💕 @roscoe_thegreatdane'),(439925,12610,'_sli_media_type','IMAGE'),(439926,12610,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUNIvOwAMG_&size=l'),(439927,12610,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439928,12610,'_sli_permalink','https://www.instagram.com/p/BUNIvOwAMG_/'),(439929,12610,'_sli_shortcode','BUNIvOwAMG_'),(439930,12610,'_sli_video_title',''),(439931,12610,'_sli_product_type',''),(439932,12610,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881254472048960-m.jpg'),(439933,12610,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881254472048960-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881254472048960-m.jpg\";}'),(439934,12610,'_sli_likes_count','0'),(439935,12610,'_sli_comments_count','0'),(439936,12610,'_sli_comments','a:0:{}'),(439937,12610,'_sli_children','a:0:{}'),(439938,12610,'_sli_is_story',''),(439939,12610,'_sli_last_requested','1668115502'),(439940,12610,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439941,12611,'_sli_media_id','17857093474154683'),(439942,12611,'_sli_media_username','lavendermatyoga'),(439943,12611,'_sli_timestamp','2017-05-16T17:31:20+0000'),(440085,12618,'_sli_caption','What a powerful night, last night. Yesterday was the 5th workshop in the Ascension Recalibration series! Yin Yoga, Sacred Flames, Essential Oils, Reiki, Acupuncture, Guided Meditation and healing galore!!\n✨✨✨\nTomorrow is the 6th workshop themed around the Flame of Resurrection and then we only have one more left in the series!!\n✨✨✨\nAscension is the unification with the Divine, a spiritual evolution. In A Little Light on Ascension, Diana Cooper writes, \'\'Ascension means raising our vibration to the level of Light. Every thought, word, emotion, and action is a vibration which creates our aura, and so Ascension entails purifying our thoughts, cleansing our emotions, and choosing loving action for the highest good until we radiate at that higher level. Then we live in joy and freedom.\'\' At the moment this purification process has accelerated so we are experiencing Ascension symptoms, such as fear, anger, sadness, headaches and dizzy spells, wild dreams, achey bones, and sinus problems.\n✨✨✨\nThis powerful and transformational workshop will help you recalibrate your body during this emotionally and physically turbulent process.\n✨✨✨\nRegister today 😊 (link also in bio 👆🏻👆🏻👆🏻) http://events.eventzilla.net/e/ascension-recalibration-workshop-6-the-flame-of-resurrection--2138887521'),(440084,12618,'_sli_timestamp','2017-05-02T13:33:39+0000'),(440077,12617,'_sli_comments','a:0:{}'),(440083,12618,'_sli_media_username','lavendermatyoga'),(440082,12618,'_sli_media_id','17879848693009577'),(440081,12617,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440079,12617,'_sli_is_story',''),(440080,12617,'_sli_last_requested','1668115506'),(440078,12617,'_sli_children','a:0:{}'),(440075,12617,'_sli_likes_count','0'),(440076,12617,'_sli_comments_count','0'),(440074,12617,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879126743015235-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879126743015235-m.jpg\";}'),(440071,12617,'_sli_video_title',''),(440072,12617,'_sli_product_type',''),(440073,12617,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879126743015235-m.jpg'),(440070,12617,'_sli_shortcode','BTpHAkllocZ'),(440065,12617,'_sli_caption','Card Draw! I haven\'t done this in so so long! Close your eyes and take 5 deep breaths, upon opening select the card that you initially feel drawn to. Write the number you selected in the comments and check back later to have your reading revealed 😊🙏🏻🙌🏻✨💕'),(440069,12617,'_sli_permalink','https://www.instagram.com/p/BTpHAkllocZ/'),(440066,12617,'_sli_media_type','IMAGE'),(440067,12617,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTpHAkllocZ&size=l'),(440068,12617,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440063,12617,'_sli_media_username','lavendermatyoga'),(440064,12617,'_sli_timestamp','2017-05-03T19:42:50+0000'),(440060,12616,'_sli_last_requested','1668115505'),(440061,12616,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440062,12617,'_sli_media_id','17879126743015235'),(440055,12616,'_sli_likes_count','0'),(440056,12616,'_sli_comments_count','0'),(440057,12616,'_sli_comments','a:0:{}'),(440058,12616,'_sli_children','a:0:{}'),(440059,12616,'_sli_is_story',''),(440054,12616,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854938148188094-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854938148188094-m.jpg\";}'),(440053,12616,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854938148188094-m.jpg'),(440052,12616,'_sli_product_type',''),(440051,12616,'_sli_video_title',''),(440050,12616,'_sli_shortcode','BTrfhKIARka'),(440049,12616,'_sli_permalink','https://www.instagram.com/p/BTrfhKIARka/'),(440048,12616,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440046,12616,'_sli_media_type','IMAGE'),(440047,12616,'_sli_media_url','https://lavendermatyoga.com?sli-img=BTrfhKIARka&size=l'),(440045,12616,'_sli_caption','Yesterday I posted a photo of three cards face down (if you haven\'t intuitively  selected one go back two posts and pick before reading on!) and here are the readings based on your choice!\n💗💗💗\nCard 1: Stop second guessing yourself , you are powerful, dear one. You have no idea how vast your inner knowledge is. Be patient with your choices, because they ARE leading you down the right path, just maybe not at the speed you hoped for. Your actions are aligned with the cosmos. Once you refrain from second guessing, you will allow yourself to go with the flow of divine purpose. Trust yourself, trust your gut reactions. What was your initial response or reaction despite what your head or society is telling you is right? Do that and have faith.\n✨✨✨\nCard 2: You may feel alone right now but there are so many unseen forces supporting you at this time. Take time to get in nature and feel into the earth. I hear Pocahontas singing in my head \"every rock and tree and creature, has a life, has a spirit, has a name\" \nYou may feel isolated, but you are a part of the vibrations and oneness of this powerful planet and by tapping into nature Devas and the subtle sensations around you, you won\'t feel so alone anymore.\nTake the time today to be alone outside and breathe five deep breaths in while focusing on feeling your connection with the earth through your etheric body. You are not alone!\n✨✨✨\nCard 3: Connecting to your own Intuitive guidance will ease your anxiety. Connecting to the power that is bigger than yourself but simultaneously IS yourself will give you an abundance of comfort. Step into alignment with your higher self through practicing daily meditation. For 5 minutes every day make a conscious choice to step inside the pillar of light that IS your Divine knowledge. At this time you are unaware of your brilliant power, meditation will shine a light on this dreamy side of yourself that has been hiding in the shadows. It\'s time to shine!'),(440044,12616,'_sli_timestamp','2017-05-04T17:55:29+0000'),(440043,12616,'_sli_media_username','lavendermatyoga'),(440042,12616,'_sli_media_id','17854938148188094'),(440041,12615,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440028,12615,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(440029,12615,'_sli_permalink','https://www.instagram.com/p/BT1VD3kgh3A/'),(440030,12615,'_sli_shortcode','BT1VD3kgh3A'),(440031,12615,'_sli_video_title',''),(440032,12615,'_sli_product_type',''),(440033,12615,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879341180004957-m.jpg'),(440034,12615,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879341180004957-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879341180004957-m.jpg\";}'),(440035,12615,'_sli_likes_count','0'),(440036,12615,'_sli_comments_count','0'),(440037,12615,'_sli_comments','a:0:{}'),(440038,12615,'_sli_children','a:0:{}'),(440039,12615,'_sli_is_story',''),(440040,12615,'_sli_last_requested','1668115505'),(440026,12615,'_sli_media_type','IMAGE'),(440027,12615,'_sli_media_url','https://lavendermatyoga.com?sli-img=BT1VD3kgh3A&size=l'),(440025,12615,'_sli_caption','A bunch of roses to brighten your Monday morning✨\n\"Don\'t worry be happy\"'),(440024,12615,'_sli_timestamp','2017-05-08T13:36:31+0000'),(440023,12615,'_sli_media_username','lavendermatyoga'),(440022,12615,'_sli_media_id','17879341180004957'),(440021,12614,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440020,12614,'_sli_last_requested','1668115504'),(440017,12614,'_sli_comments','a:0:{}'),(440018,12614,'_sli_children','a:0:{}'),(440019,12614,'_sli_is_story',''),(440015,12614,'_sli_likes_count','0'),(440016,12614,'_sli_comments_count','0'),(440014,12614,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866197610092566-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866197610092566-m.jpg\";}'),(440013,12614,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866197610092566-m.jpg'),(440012,12614,'_sli_product_type',''),(440011,12614,'_sli_video_title',''),(440010,12614,'_sli_shortcode','BT4OiFzg0ic'),(440009,12614,'_sli_permalink','https://www.instagram.com/p/BT4OiFzg0ic/'),(440008,12614,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:811;}'),(440006,12614,'_sli_media_type','IMAGE'),(440007,12614,'_sli_media_url','https://lavendermatyoga.com?sli-img=BT4OiFzg0ic&size=l'),(440005,12614,'_sli_caption','Sending healing vibes to my thyroid today, I have an extensive history of Hashimoto\'s disease in my family and today I was tested to see how my little thyroid is doing.\nSending power,  healing and the ability to speak my truth to manifest a healthy happy thyroid!'),(439995,12613,'_sli_likes_count','0'),(439996,12613,'_sli_comments_count','0'),(440004,12614,'_sli_timestamp','2017-05-09T16:37:12+0000'),(440003,12614,'_sli_media_username','lavendermatyoga'),(440002,12614,'_sli_media_id','17866197610092566'),(440001,12613,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(440000,12613,'_sli_last_requested','1668115504'),(439998,12613,'_sli_children','a:0:{}'),(439999,12613,'_sli_is_story',''),(439997,12613,'_sli_comments','a:0:{}'),(439994,12613,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857975828144751-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857975828144751-m.jpg\";}'),(439986,12613,'_sli_media_type','IMAGE'),(439987,12613,'_sli_media_url','https://lavendermatyoga.com?sli-img=BT7AbZRgxIF&size=l'),(439993,12613,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857975828144751-m.jpg'),(439991,12613,'_sli_video_title',''),(439992,12613,'_sli_product_type',''),(439990,12613,'_sli_shortcode','BT7AbZRgxIF'),(439989,12613,'_sli_permalink','https://www.instagram.com/p/BT7AbZRgxIF/'),(439988,12613,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439985,12613,'_sli_caption','For the past two years I have released or launched something on my birthday.\n💗💗💗\nTwo years ago it was a powerful boudoir photoshoot/body image blog post. Last year it was my self care ebook and new website.\nAnd completely unintentionally it appears as if I will be keeping up the tradition this year!💕💕💕\nMy \"30 Days to Meditation\" course will synchronistically be ready on my birthday next week! It\'s as if I\'m naturally drawn to celebrate myself by debuting and releasing things I create on the day I was created! How pretty?!?\n✨✨✨\nAnd as a celebration it will be half off just on my birthday! So if you are a beginner to meditation and have been looking for a way to make it simple, fun, and habitual , keep an eye out 😘💗✨🙏🏻'),(439982,12613,'_sli_media_id','17857975828144751'),(439983,12613,'_sli_media_username','lavendermatyoga'),(439984,12613,'_sli_timestamp','2017-05-10T18:31:40+0000'),(439975,12612,'_sli_comments_count','0'),(439976,12612,'_sli_comments','a:0:{}'),(439977,12612,'_sli_children','a:0:{}'),(439978,12612,'_sli_is_story',''),(439979,12612,'_sli_last_requested','1668115503'),(439980,12612,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439954,12611,'_sli_likes_count','0'),(439955,12611,'_sli_comments_count','0'),(439956,12611,'_sli_comments','a:0:{}'),(439957,12611,'_sli_children','a:0:{}'),(439958,12611,'_sli_is_story',''),(439959,12611,'_sli_last_requested','1668115502'),(439960,12611,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439961,12612,'_sli_media_id','17880918556039819'),(439962,12612,'_sli_media_username','lavendermatyoga'),(439963,12612,'_sli_timestamp','2017-05-15T16:07:28+0000'),(439964,12612,'_sli_caption','Come get your yoga on with me tonight at my FREE class!\nClass starts at 6pm at Blue Cross Blue Shield in Mt. Pleasant Towne Center\nThis is an intuitively designed All Levels class intended to help you relax, release and heal 🙏🏻📿\nDM me with any questions 😊🌸'),(439965,12612,'_sli_media_type','IMAGE'),(439966,12612,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUHn5m2A6kL&size=l'),(439967,12612,'_sli_media_size','a:2:{s:5:\"width\";i:1032;s:6:\"height\";i:1032;}'),(439968,12612,'_sli_permalink','https://www.instagram.com/p/BUHn5m2A6kL/'),(439969,12612,'_sli_shortcode','BUHn5m2A6kL'),(439970,12612,'_sli_video_title',''),(439971,12612,'_sli_product_type',''),(439972,12612,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880918556039819-m.jpg'),(439973,12612,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880918556039819-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880918556039819-m.jpg\";}'),(439974,12612,'_sli_likes_count','0'),(439948,12611,'_sli_permalink','https://www.instagram.com/p/BUKWSzkgIM8/'),(439951,12611,'_sli_product_type',''),(439952,12611,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857093474154683-m.jpg'),(439953,12611,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857093474154683-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857093474154683-m.jpg\";}'),(439950,12611,'_sli_video_title',''),(439949,12611,'_sli_shortcode','BUKWSzkgIM8'),(439945,12611,'_sli_media_type','IMAGE'),(439946,12611,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUKWSzkgIM8&size=l'),(439947,12611,'_sli_media_size','a:2:{s:5:\"width\";i:827;s:6:\"height\";i:552;}'),(439944,12611,'_sli_caption','Thursday I will be launching my 30 Days to Meditation course and in celebration of my birthday I will be offering the course 50% off for 24 hours! So keep an eye out! 🙌🏻\n✨✨✨\nIn 30 mins join me on FB Live on my Private FB group, Spiritual Teachings with Madison, to hear more about the course and to demystify meditation! It is much simpler than you may think 😊'),(439756,12601,'_sli_comments','a:0:{}'),(439757,12601,'_sli_children','a:0:{}'),(439754,12601,'_sli_likes_count','0'),(439755,12601,'_sli_comments_count','0'),(439753,12601,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859957334136859-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859957334136859-m.jpg\";}'),(439748,12601,'_sli_permalink','https://www.instagram.com/p/BUpv7AXgHhy/'),(439749,12601,'_sli_shortcode','BUpv7AXgHhy'),(439750,12601,'_sli_video_title',''),(439751,12601,'_sli_product_type',''),(439752,12601,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859957334136859-m.jpg'),(439747,12601,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439746,12601,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUpv7AXgHhy&size=l'),(439745,12601,'_sli_media_type','IMAGE'),(439744,12601,'_sli_caption','Spend the eve of my Sunday restocking my handmade Aura Sprays! Intuitively blended sprays made with essential oils, gem essences, Archangel energy, and Reiki.\n✨✨✨\nwww.madisonrosenberger.com/shop'),(439743,12601,'_sli_timestamp','2017-05-28T22:11:44+0000'),(439739,12600,'_sli_last_requested','1668115084'),(439740,12600,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439741,12601,'_sli_media_id','17859957334136859'),(439742,12601,'_sli_media_username','lavendermatyoga'),(439736,12600,'_sli_comments','a:0:{}'),(439737,12600,'_sli_children','a:0:{}'),(439738,12600,'_sli_is_story',''),(439735,12600,'_sli_comments_count','0'),(439734,12600,'_sli_likes_count','0'),(439725,12600,'_sli_media_type','IMAGE'),(439726,12600,'_sli_media_url','https://lavendermatyoga.com?sli-img=BUxj29NghBx&size=l'),(439727,12600,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439728,12600,'_sli_permalink','https://www.instagram.com/p/BUxj29NghBx/'),(439729,12600,'_sli_shortcode','BUxj29NghBx'),(439730,12600,'_sli_video_title',''),(439731,12600,'_sli_product_type',''),(439732,12600,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858110753154795-m.jpg'),(439733,12600,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858110753154795-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858110753154795-m.jpg\";}'),(439724,12600,'_sli_caption','Reason #589 why I love my new carpet: I can foam roll for days!! #ilovemyfoamroller #foamroller'),(439723,12600,'_sli_timestamp','2017-05-31T23:00:15+0000'),(439722,12600,'_sli_media_username','lavendermatyoga'),(439721,12600,'_sli_media_id','17858110753154795'),(439720,12599,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439719,12599,'_sli_last_requested','1668115084'),(439718,12599,'_sli_is_story',''),(439717,12599,'_sli_children','a:0:{}'),(439714,12599,'_sli_likes_count','0'),(439715,12599,'_sli_comments_count','0'),(439716,12599,'_sli_comments','a:0:{}'),(439713,12599,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882397250000962-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882397250000962-m.jpg\";}'),(438011,12514,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17943605950002094-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17943605950002094-m.jpg\";}'),(439712,12599,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882397250000962-m.jpg'),(439709,12599,'_sli_shortcode','BU5XFReAuP-'),(439701,12599,'_sli_media_id','17882397250000962'),(439702,12599,'_sli_media_username','lavendermatyoga'),(439703,12599,'_sli_timestamp','2017-06-03T23:42:32+0000'),(439711,12599,'_sli_product_type',''),(439710,12599,'_sli_video_title',''),(439704,12599,'_sli_caption','I found this epic piece of Citrine at Homegoods for $12 😍😛😳🤓\n\"Citrine (yellow quartz) carries the healing properties of the sun.\n\nIt expands the auric field, filling it with light and clearing away any lingering etheric toxins. Citrine is also a wonderful manifestation crystal by motivating you into taking action. It brings optimism and cheerfulness. Citrine is a good stone for aligning all the chakras. It focuses on balancing the solar plexus chakra, which in turn integrates the lower and higher chakras.\" -thoughtco.com'),(439708,12599,'_sli_permalink','https://www.instagram.com/p/BU5XFReAuP-/'),(439707,12599,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439706,12599,'_sli_media_url','https://lavendermatyoga.com?sli-img=BU5XFReAuP-&size=l'),(439705,12599,'_sli_media_type','IMAGE'),(439698,12598,'_sli_is_story',''),(439699,12598,'_sli_last_requested','1668115083'),(439700,12598,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439697,12598,'_sli_children','a:0:{}'),(439696,12598,'_sli_comments','a:0:{}'),(439695,12598,'_sli_comments_count','0'),(439694,12598,'_sli_likes_count','0'),(439688,12598,'_sli_permalink','https://www.instagram.com/p/BVBAxEXgXkg/'),(439689,12598,'_sli_shortcode','BVBAxEXgXkg'),(439690,12598,'_sli_video_title',''),(439691,12598,'_sli_product_type',''),(439692,12598,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877380425066738-m.jpg'),(439693,12598,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877380425066738-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877380425066738-m.jpg\";}'),(439687,12598,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1296;}'),(439685,12598,'_sli_media_type','IMAGE'),(439686,12598,'_sli_media_url','https://lavendermatyoga.com?sli-img=BVBAxEXgXkg&size=l'),(439671,12597,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861390500135381-m.jpg'),(439684,12598,'_sli_caption','✨ANNOUNCEMENT✨\nYoni crystals are now for sale through my online shop! Check out my latest blog post (www.madisonrosenberger.com/unlock-the-power-of-your-yoni) to read about my experience with these powerful healing stones or hop on over to the shop (link in the bio!) to read up on the benefits and purchase!'),(439683,12598,'_sli_timestamp','2017-06-06T23:01:28+0000'),(439682,12598,'_sli_media_username','lavendermatyoga'),(439681,12598,'_sli_media_id','17877380425066738'),(439679,12597,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439677,12597,'_sli_is_story',''),(439678,12597,'_sli_last_requested','1668115083'),(439673,12597,'_sli_likes_count','0'),(439674,12597,'_sli_comments_count','0'),(439675,12597,'_sli_comments','a:0:{}'),(439676,12597,'_sli_children','a:0:{}'),(439672,12597,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861390500135381-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861390500135381-m.jpg\";}'),(439670,12597,'_sli_product_type',''),(439669,12597,'_sli_video_title',''),(439667,12597,'_sli_permalink','https://www.instagram.com/p/BVPbbkHgMYP/'),(439668,12597,'_sli_shortcode','BVPbbkHgMYP'),(439666,12597,'_sli_media_size','a:2:{s:5:\"width\";i:892;s:6:\"height\";i:892;}'),(439665,12597,'_sli_media_url','https://lavendermatyoga.com?sli-img=BVPbbkHgMYP&size=l'),(439664,12597,'_sli_media_type','IMAGE'),(439644,12596,'_sli_media_type','IMAGE'),(439645,12596,'_sli_media_url','https://lavendermatyoga.com?sli-img=BVaumR_gZ0E&size=l'),(439646,12596,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439647,12596,'_sli_permalink','https://www.instagram.com/p/BVaumR_gZ0E/'),(439648,12596,'_sli_shortcode','BVaumR_gZ0E'),(439649,12596,'_sli_video_title',''),(439650,12596,'_sli_product_type',''),(439651,12596,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883828568007590-m.jpg'),(439662,12597,'_sli_timestamp','2017-06-12T13:23:49+0000'),(439663,12597,'_sli_caption','FREE YOGA CLASS - Join me today for some Intuitive healing ALL LEVELS yoga at Blue Cross Blue Shield in Mt. Pleasant Towne Center at 6pm!\n✨✨✨\nThis style of yoga is intended to heal you on a deep profound mental, emotional, spiritual, and physical level. It is important to me to make sure that every student is comfortable and safe when practicing yoga, so I enjoy a hands-on teaching approach.\n💕💕💕\nSee you soon!'),(439635,12595,'_sli_children','a:0:{}'),(439636,12595,'_sli_is_story',''),(439637,12595,'_sli_last_requested','1668115082'),(439638,12595,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439640,12596,'_sli_media_id','17883828568007590'),(439661,12597,'_sli_media_username','lavendermatyoga'),(439660,12597,'_sli_media_id','17861390500135381'),(439659,12596,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439658,12596,'_sli_last_requested','1668115082'),(439657,12596,'_sli_is_story',''),(439652,12596,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883828568007590-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883828568007590-m.jpg\";}'),(439653,12596,'_sli_likes_count','0'),(439654,12596,'_sli_comments_count','0'),(439655,12596,'_sli_comments','a:0:{}'),(439656,12596,'_sli_children','a:0:{}'),(439641,12596,'_sli_media_username','lavendermatyoga'),(439642,12596,'_sli_timestamp','2017-06-16T22:42:57+0000'),(439643,12596,'_sli_caption','Rainbow moonstone and rose petal leggings 💕🙌🏻✨'),(439632,12595,'_sli_likes_count','0'),(439628,12595,'_sli_video_title',''),(439629,12595,'_sli_product_type',''),(439630,12595,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884716451017717-m.jpg'),(439634,12595,'_sli_comments','a:0:{}'),(439633,12595,'_sli_comments_count','0'),(439631,12595,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884716451017717-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884716451017717-m.jpg\";}'),(439623,12595,'_sli_media_type','IMAGE'),(439624,12595,'_sli_media_url','https://lavendermatyoga.com?sli-img=BVmvxWpAom6&size=l'),(439625,12595,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:809;}'),(439626,12595,'_sli_permalink','https://www.instagram.com/p/BVmvxWpAom6/'),(439627,12595,'_sli_shortcode','BVmvxWpAom6'),(439621,12595,'_sli_timestamp','2017-06-21T14:44:06+0000'),(439622,12595,'_sli_caption','This past week I was working with the color yellow to bring confidence and ease my anxiety 🌞🌞🌞🌞\n\"Yellow is a bright cheerful energy that creates happiness and relaxation. It balances the light of your thinking processes with your solar plexus, which is the seat of your autonomic nervous system and your power center. As a builder of the nervous system, using Yellow can calm discordant mental processes that cause nervousness and anxiety. Yellow restores hope when your mind is in overdrive- seeing life as difficult.\" - @flora_corona Colored Light Repertory'),(439616,12594,'_sli_is_story',''),(439617,12594,'_sli_last_requested','1668115081'),(439618,12594,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439619,12595,'_sli_media_id','17884716451017717'),(439620,12595,'_sli_media_username','lavendermatyoga'),(439613,12594,'_sli_comments_count','0'),(439614,12594,'_sli_comments','a:0:{}'),(439615,12594,'_sli_children','a:0:{}'),(439612,12594,'_sli_likes_count','0'),(439602,12594,'_sli_caption','LIME COLOR THERAPY\n✨✨✨\n\"INTERNAL USE\rLime is like the cable from your computer to your printer; it carries your true image or blueprint and fuses this onto your body for transformation. Made from a combination of Green, the healing color, and Yellow, the stimulate for your nervous system, it creates light through the energies of Yellow, and cleansing/ clearing of your system through the healing energies of Green. It is especially useful for clearing long-term toxicity.\" - Colored Light Elixir Repertory @flora_corona'),(439611,12594,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880373804071532-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880373804071532-m.jpg\";}'),(439610,12594,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17880373804071532-m.jpg'),(439609,12594,'_sli_product_type',''),(439608,12594,'_sli_video_title',''),(439607,12594,'_sli_shortcode','BV5FfVlgCKr'),(439606,12594,'_sli_permalink','https://www.instagram.com/p/BV5FfVlgCKr/'),(439605,12594,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439604,12594,'_sli_media_url','https://lavendermatyoga.com?sli-img=BV5FfVlgCKr&size=l'),(439603,12594,'_sli_media_type','IMAGE'),(439601,12594,'_sli_timestamp','2017-06-28T17:40:12+0000'),(439600,12594,'_sli_media_username','lavendermatyoga'),(439598,12593,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439599,12594,'_sli_media_id','17880373804071532'),(439596,12593,'_sli_is_story',''),(439597,12593,'_sli_last_requested','1668115081'),(439594,12593,'_sli_comments','a:0:{}'),(439595,12593,'_sli_children','a:0:{}'),(439589,12593,'_sli_product_type',''),(439590,12593,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877026761076021-m.jpg'),(439591,12593,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877026761076021-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877026761076021-m.jpg\";}'),(439592,12593,'_sli_likes_count','0'),(439593,12593,'_sli_comments_count','0'),(439588,12593,'_sli_video_title',''),(439584,12593,'_sli_media_url','https://lavendermatyoga.com?sli-img=BV7sXfsAym1&size=l'),(439587,12593,'_sli_shortcode','BV7sXfsAym1'),(439586,12593,'_sli_permalink','https://www.instagram.com/p/BV7sXfsAym1/'),(439585,12593,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439583,12593,'_sli_media_type','IMAGE'),(439582,12593,'_sli_caption','Sound Therapy 🎵🎶'),(439578,12592,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439579,12593,'_sli_media_id','17877026761076021'),(439580,12593,'_sli_media_username','lavendermatyoga'),(439581,12593,'_sli_timestamp','2017-06-29T17:58:24+0000'),(439575,12592,'_sli_children','a:0:{}'),(439576,12592,'_sli_is_story',''),(439577,12592,'_sli_last_requested','1668115081'),(439574,12592,'_sli_comments','a:0:{}'),(439573,12592,'_sli_comments_count','0'),(439572,12592,'_sli_likes_count','0'),(439565,12592,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439566,12592,'_sli_permalink','https://www.instagram.com/p/BWP8Wy2AZ8g/'),(439567,12592,'_sli_shortcode','BWP8Wy2AZ8g'),(439568,12592,'_sli_video_title',''),(439569,12592,'_sli_product_type',''),(439570,12592,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862371560164640-m.jpg'),(439571,12592,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862371560164640-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862371560164640-m.jpg\";}'),(439559,12592,'_sli_media_id','17862371560164640'),(439560,12592,'_sli_media_username','lavendermatyoga'),(439561,12592,'_sli_timestamp','2017-07-07T14:42:55+0000'),(439562,12592,'_sli_caption','I finally took the plunge and purchased my own yoga hammock 😍😍😍\n✨✨✨✨✨✨✨\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\nDISCLAIMER: I do not recommend hanging your hammock from a tree. I am taking a risk for myself but will not be teaching students in this tree. If you buy a hammock for home use , I recommend two things, 1. Find a rigger to help you install safely, and 2. Take aerial yoga classes before trying it out on your own.'),(439563,12592,'_sli_media_type','IMAGE'),(439564,12592,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWP8Wy2AZ8g&size=l'),(439557,12591,'_sli_last_requested','1668115080'),(439558,12591,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439519,12590,'_sli_media_id','17887757578012023'),(439520,12590,'_sli_media_username','lavendermatyoga'),(439521,12590,'_sli_timestamp','2017-07-09T16:37:01+0000'),(439522,12590,'_sli_caption','Playing some catch up on my current course, Family Herbalist 😊'),(439523,12590,'_sli_media_type','IMAGE'),(439524,12590,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWVTAMAgQI9&size=l'),(439525,12590,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439526,12590,'_sli_permalink','https://www.instagram.com/p/BWVTAMAgQI9/'),(439527,12590,'_sli_shortcode','BWVTAMAgQI9'),(439528,12590,'_sli_video_title',''),(439529,12590,'_sli_product_type',''),(439530,12590,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17887757578012023-m.jpg'),(439531,12590,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17887757578012023-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17887757578012023-m.jpg\";}'),(439532,12590,'_sli_likes_count','0'),(439533,12590,'_sli_comments_count','0'),(439534,12590,'_sli_comments','a:0:{}'),(439535,12590,'_sli_children','a:0:{}'),(439536,12590,'_sli_is_story',''),(439537,12590,'_sli_last_requested','1668115080'),(439538,12590,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439539,12591,'_sli_media_id','17847244897196708'),(439540,12591,'_sli_media_username','lavendermatyoga'),(439541,12591,'_sli_timestamp','2017-07-08T23:10:13+0000'),(439542,12591,'_sli_caption','Pool + sun + friends + dragonfruit = 😊👌🏻'),(439543,12591,'_sli_media_type','IMAGE'),(439544,12591,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWTbNNjgct2&size=l'),(439545,12591,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439546,12591,'_sli_permalink','https://www.instagram.com/p/BWTbNNjgct2/'),(439547,12591,'_sli_shortcode','BWTbNNjgct2'),(439548,12591,'_sli_video_title',''),(439549,12591,'_sli_product_type',''),(439550,12591,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847244897196708-m.jpg'),(439551,12591,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847244897196708-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847244897196708-m.jpg\";}'),(439552,12591,'_sli_likes_count','0'),(439553,12591,'_sli_comments_count','0'),(439554,12591,'_sli_comments','a:0:{}'),(439555,12591,'_sli_children','a:0:{}'),(439556,12591,'_sli_is_story',''),(439513,12589,'_sli_comments_count','0'),(439514,12589,'_sli_comments','a:0:{}'),(439515,12589,'_sli_children','a:0:{}'),(439516,12589,'_sli_is_story',''),(439517,12589,'_sli_last_requested','1668115079'),(439518,12589,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439511,12589,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873602594084086-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873602594084086-m.jpg\";}'),(439512,12589,'_sli_likes_count','0'),(439510,12589,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873602594084086-m.jpg'),(439509,12589,'_sli_product_type',''),(439508,12589,'_sli_video_title',''),(439506,12589,'_sli_permalink','https://www.instagram.com/p/BWVUuJ6g52f/'),(439507,12589,'_sli_shortcode','BWVUuJ6g52f'),(439505,12589,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439503,12589,'_sli_media_type','IMAGE'),(439504,12589,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWVUuJ6g52f&size=l'),(439478,12587,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439479,12588,'_sli_media_id','17875143205125504'),(439480,12588,'_sli_media_username','lavendermatyoga'),(439481,12588,'_sli_timestamp','2017-07-11T00:16:47+0000'),(439482,12588,'_sli_caption','🎵✨🎶🙏🏻'),(439483,12588,'_sli_media_type','IMAGE'),(439484,12588,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWYsai0Arup&size=l'),(439485,12588,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439486,12588,'_sli_permalink','https://www.instagram.com/p/BWYsai0Arup/'),(439487,12588,'_sli_shortcode','BWYsai0Arup'),(439488,12588,'_sli_video_title',''),(439489,12588,'_sli_product_type',''),(439490,12588,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17875143205125504-m.jpg'),(439491,12588,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17875143205125504-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17875143205125504-m.jpg\";}'),(439492,12588,'_sli_likes_count','0'),(439493,12588,'_sli_comments_count','0'),(439494,12588,'_sli_comments','a:0:{}'),(439495,12588,'_sli_children','a:0:{}'),(439496,12588,'_sli_is_story',''),(439497,12588,'_sli_last_requested','1668115079'),(439498,12588,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439499,12589,'_sli_media_id','17873602594084086'),(439500,12589,'_sli_media_username','lavendermatyoga'),(439501,12589,'_sli_timestamp','2017-07-09T16:52:02+0000'),(439502,12589,'_sli_caption','The black obsidian yoni egg is on sale for $38 today!!\n✨✨✨\nBy far my absolute favorite yoni egg 👌🏻\n- Let go of negative energy\n- Remove trauma\n- Psychic protection\n- Balance the root chakra\n- Release resentment and fear\n- Remove emotional blocks and negative attachments\n✨✨✨\nLink in the bio 👆🏻\nwww.madisonrosenberger.com/shop'),(439477,12587,'_sli_last_requested','1668115079'),(439475,12587,'_sli_children','a:0:{}'),(439476,12587,'_sli_is_story',''),(439474,12587,'_sli_comments','a:0:{}'),(439473,12587,'_sli_comments_count','0'),(439472,12587,'_sli_likes_count','0'),(439470,12587,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888492155062662-m.jpg'),(439471,12587,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888492155062662-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888492155062662-m.jpg\";}'),(439468,12587,'_sli_video_title',''),(439469,12587,'_sli_product_type',''),(439467,12587,'_sli_shortcode','BWaONodAF3e'),(439466,12587,'_sli_permalink','https://www.instagram.com/p/BWaONodAF3e/'),(439463,12587,'_sli_media_type','IMAGE'),(439464,12587,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWaONodAF3e&size=l'),(439465,12587,'_sli_media_size','a:2:{s:5:\"width\";i:949;s:6:\"height\";i:949;}'),(439462,12587,'_sli_caption','My intuitively made Aura Sprays are back in stock! They are handmade with love, Reiki, Archangel energy, essential oils and crystal essences.\nVisit the shop to read more about each spray - Grounded Visionary - Mystic Dreamland - Crystal Clear\n🙌🏻✨💕💋\nwww.madisonrosenberger.com/shop'),(439461,12587,'_sli_timestamp','2017-07-11T14:31:22+0000'),(439460,12587,'_sli_media_username','lavendermatyoga'),(439459,12587,'_sli_media_id','17888492155062662'),(439452,12586,'_sli_likes_count','0'),(439453,12586,'_sli_comments_count','0'),(439454,12586,'_sli_comments','a:0:{}'),(439455,12586,'_sli_children','a:0:{}'),(439456,12586,'_sli_is_story',''),(439457,12586,'_sli_last_requested','1668115078'),(439458,12586,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439451,12586,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889144568007705-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889144568007705-m.jpg\";}'),(439450,12586,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889144568007705-m.jpg'),(439449,12586,'_sli_product_type',''),(439448,12586,'_sli_video_title',''),(439447,12586,'_sli_shortcode','BWfWAIQA687'),(439445,12586,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439446,12586,'_sli_permalink','https://www.instagram.com/p/BWfWAIQA687/'),(439443,12586,'_sli_media_type','IMAGE'),(439444,12586,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWfWAIQA687&size=l'),(439432,12585,'_sli_likes_count','0'),(439433,12585,'_sli_comments_count','0'),(439434,12585,'_sli_comments','a:0:{}'),(439435,12585,'_sli_children','a:0:{}'),(439436,12585,'_sli_is_story',''),(439437,12585,'_sli_last_requested','1668115078'),(439438,12585,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439439,12586,'_sli_media_id','17889144568007705'),(439431,12585,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862167425192715-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862167425192715-m.jpg\";}'),(439430,12585,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862167425192715-m.jpg'),(439440,12586,'_sli_media_username','lavendermatyoga'),(439441,12586,'_sli_timestamp','2017-07-13T14:15:38+0000'),(439442,12586,'_sli_caption','Only one Amethyst Pleasure Wand left! Head on over to www.madisonrosenberger.com/shop and check it out before they are sold out! (Link in bio 🙏🏻👆🏻)'),(439427,12585,'_sli_shortcode','BWiOne2Aa89'),(439428,12585,'_sli_video_title',''),(439429,12585,'_sli_product_type',''),(439417,12584,'_sli_last_requested','1668115077'),(439418,12584,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439426,12585,'_sli_permalink','https://www.instagram.com/p/BWiOne2Aa89/'),(439425,12585,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439423,12585,'_sli_media_type','IMAGE'),(439424,12585,'_sli_media_url','https://lavendermatyoga.com?sli-img=BWiOne2Aa89&size=l'),(439419,12585,'_sli_media_id','17862167425192715'),(439420,12585,'_sli_media_username','lavendermatyoga'),(439421,12585,'_sli_timestamp','2017-07-14T17:08:49+0000'),(439422,12585,'_sli_caption','Shake it off, just shake it off 🎶🎵'),(439414,12584,'_sli_comments','a:0:{}'),(439415,12584,'_sli_children','a:0:{}'),(439416,12584,'_sli_is_story',''),(439413,12584,'_sli_comments_count','0'),(439412,12584,'_sli_likes_count','0'),(439410,12584,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849287246197103-m.jpg'),(439411,12584,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849287246197103-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849287246197103-m.jpg\";}'),(439407,12584,'_sli_shortcode','BW2_Fq0A2hQ'),(439408,12584,'_sli_video_title',''),(439409,12584,'_sli_product_type',''),(439405,12584,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439406,12584,'_sli_permalink','https://www.instagram.com/p/BW2_Fq0A2hQ/'),(439404,12584,'_sli_media_url','https://lavendermatyoga.com?sli-img=BW2_Fq0A2hQ&size=l'),(439403,12584,'_sli_media_type','IMAGE'),(439400,12584,'_sli_media_username','lavendermatyoga'),(439402,12584,'_sli_caption','\"Blue soothes and calms your body & mind, re-vivifying your life forces through it’s oxygen effect. It’s action cools warm conditions such as being over-heated both physically and emotionally. The heart is calmed, giving you an ability to sense what is true for you and express this truth to others. Linking heart and mind together via the throat, Blue activates an ability to think and speak with your heart.\" - Colored Light Repertory @flora_corona'),(439401,12584,'_sli_timestamp','2017-07-22T18:37:11+0000'),(439399,12584,'_sli_media_id','17849287246197103'),(439396,12583,'_sli_is_story',''),(439397,12583,'_sli_last_requested','1668115077'),(439398,12583,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439394,12583,'_sli_comments','a:0:{}'),(439395,12583,'_sli_children','a:0:{}'),(439393,12583,'_sli_comments_count','0'),(439363,12582,'_sli_media_type','IMAGE'),(439364,12582,'_sli_media_url','https://lavendermatyoga.com?sli-img=BW_0bjyAlvX&size=l'),(439365,12582,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439366,12582,'_sli_permalink','https://www.instagram.com/p/BW_0bjyAlvX/'),(439367,12582,'_sli_shortcode','BW_0bjyAlvX'),(439368,12582,'_sli_video_title',''),(439369,12582,'_sli_product_type',''),(439370,12582,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866176481159318-m.jpg'),(439371,12582,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866176481159318-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866176481159318-m.jpg\";}'),(439372,12582,'_sli_likes_count','0'),(439373,12582,'_sli_comments_count','0'),(439374,12582,'_sli_comments','a:0:{}'),(439375,12582,'_sli_children','a:0:{}'),(439376,12582,'_sli_is_story',''),(439377,12582,'_sli_last_requested','1668115077'),(439378,12582,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439379,12583,'_sli_media_id','17891020525034581'),(439380,12583,'_sli_media_username','lavendermatyoga'),(439381,12583,'_sli_timestamp','2017-07-24T21:30:47+0000'),(439382,12583,'_sli_caption','One of the perks of working from home...sitting on my bed during client calls 🙏🏻👌🏻'),(439383,12583,'_sli_media_type','IMAGE'),(439384,12583,'_sli_media_url','https://lavendermatyoga.com?sli-img=BW8ci7dAwyW&size=l'),(439385,12583,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439386,12583,'_sli_permalink','https://www.instagram.com/p/BW8ci7dAwyW/'),(439387,12583,'_sli_shortcode','BW8ci7dAwyW'),(439388,12583,'_sli_video_title',''),(439389,12583,'_sli_product_type',''),(439390,12583,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891020525034581-m.jpg'),(439391,12583,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891020525034581-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891020525034581-m.jpg\";}'),(439392,12583,'_sli_likes_count','0'),(439343,12581,'_sli_media_type','IMAGE'),(439344,12581,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXEHLbFgOxi&size=l'),(439345,12581,'_sli_media_size','a:2:{s:5:\"width\";i:500;s:6:\"height\";i:500;}'),(439346,12581,'_sli_permalink','https://www.instagram.com/p/BXEHLbFgOxi/'),(439347,12581,'_sli_shortcode','BXEHLbFgOxi'),(439348,12581,'_sli_video_title',''),(439349,12581,'_sli_product_type',''),(439350,12581,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894020489049116-m.jpg'),(439351,12581,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894020489049116-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894020489049116-m.jpg\";}'),(439362,12582,'_sli_caption','It\'s 1am and I can\'t sleep so I\'m dreamily scrolling through picture after picture of gorgeous Aura Soma bottles from Kirsten\'s page.\n✨✨✨\nThese little babies have totally transformed my energy and I can\'t say enough about their potent little magic.\n✨✨✨\nIf these beauties spark your interest too I highly recommend having a consult with @colourlightbalance , she is a beautiful soul with such a welcoming, nurturing energy\n🙏🏻🙏🏻\n#Repost @colourlightbalance\n・・・\nI\'ve felt this one coming all weekend. Coming back to my centre, to my heart, & getting out of my head. Your heart will always show you the way. The colours here could also be reminding us to ground our energy out in nature.....Soak up your beautiful surroundings loves even if only for a few minutes. 💚❤\nB28 - Green/red - Maid Marion.\nDo you have balance between your male authoritive and feminine intuitive? Too much either way can put us out of balance and we may find ourselves in unfavourable situations. This may even be from conditioning as to how we have seen the male & female roles in our childhood.\nYou may be beginning to find your inner strength to detach from anything not serving your highest good. This then bringing an awakening of the heart, becoming true to yourself & others, bringing more joy, happiness & harmony.\n\"I find the inner strength to stand in my own space.\"\n-\nLove & #rainbowmagic Loves \'\n\'\n#aurasoma #magictribe #colourtherapy #soultherapy #colortherapy #selfdiscovery #awakening #awakewomen #Sourcetribe #soulfamily #empoweredwomen #authenticinstagram #alternativehealing #balance #heartawakening #cosmiclove #happyheart #soulfulliving #heartopening #heartawakening #heartstruth #heartexpansion #heartchakraactivation #cosmicconnections #starseedsunite #starseedawakening #lightworker #colourqueen'),(439361,12582,'_sli_timestamp','2017-07-26T04:57:13+0000'),(439359,12582,'_sli_media_id','17866176481159318'),(439360,12582,'_sli_media_username','lavendermatyoga'),(439357,12581,'_sli_last_requested','1668115076'),(439358,12581,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439356,12581,'_sli_is_story',''),(439354,12581,'_sli_comments','a:0:{}'),(439355,12581,'_sli_children','a:0:{}'),(439353,12581,'_sli_comments_count','0'),(439352,12581,'_sli_likes_count','0'),(439338,12580,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439339,12581,'_sli_media_id','17894020489049116'),(439340,12581,'_sli_media_username','lavendermatyoga'),(439341,12581,'_sli_timestamp','2017-07-27T20:58:00+0000'),(439342,12581,'_sli_caption','On Saturday I\'m embarking on completing my Usui Holy Fire Reiki Master Training!! ✨✨but this training is not like the rest, it\'s special...\nIt\'s special because I get to do it privately in the comfort of my own home alongside my guy.\nA couple years ago Brad surprised me when he said he wanted to complete Reiki training with me. I\'m the luckiest girl in the world to have a man who gives me Reiki everytime I feel bad 🙌🏻 So excited for this weekend together!\nPhoto via Pinterest 📷'),(439337,12580,'_sli_last_requested','1668115076'),(439336,12580,'_sli_is_story',''),(439333,12580,'_sli_comments_count','0'),(439334,12580,'_sli_comments','a:0:{}'),(439335,12580,'_sli_children','a:0:{}'),(439332,12580,'_sli_likes_count','0'),(439327,12580,'_sli_shortcode','BXTHbfiASOz'),(439328,12580,'_sli_video_title',''),(439329,12580,'_sli_product_type',''),(439330,12580,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17868106375151677-m.jpg'),(439331,12580,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17868106375151677-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17868106375151677-m.jpg\";}'),(439323,12580,'_sli_media_type','IMAGE'),(439324,12580,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXTHbfiASOz&size=l'),(439325,12580,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439326,12580,'_sli_permalink','https://www.instagram.com/p/BXTHbfiASOz/'),(439317,12579,'_sli_last_requested','1668115075'),(439318,12579,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439319,12580,'_sli_media_id','17868106375151677'),(439320,12580,'_sli_media_username','lavendermatyoga'),(439321,12580,'_sli_timestamp','2017-08-02T16:48:48+0000'),(439322,12580,'_sli_caption','We did it! ✨✨✨✨ Officially Usui Holy Fire Reiki Masters 🙌🏻🙌🏻'),(439316,12579,'_sli_is_story',''),(439313,12579,'_sli_comments_count','0'),(439314,12579,'_sli_comments','a:0:{}'),(439311,12579,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886725458064072-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886725458064072-m.jpg\";}'),(439315,12579,'_sli_children','a:0:{}'),(439312,12579,'_sli_likes_count','0'),(439310,12579,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886725458064072-m.jpg'),(439307,12579,'_sli_shortcode','BXd8j0WA3gK'),(439308,12579,'_sli_video_title',''),(439309,12579,'_sli_product_type',''),(439306,12579,'_sli_permalink','https://www.instagram.com/p/BXd8j0WA3gK/'),(439304,12579,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXd8j0WA3gK&size=l'),(439305,12579,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439303,12579,'_sli_media_type','IMAGE'),(439302,12579,'_sli_caption','\"Indigo opens your mind to imaginations, inspirations and intuitions. Like the consciousness of Whales, it helps you to see holographically with both sides of the brain. A threshold color, using Indigo transports you from the outer world to inner quietude and access an ability to manifest your dreams. \nTake 2 drops to access your intuition, imagination and inspiration\n✨✨✨\nViolet is tranquil and takes you into the inner heart. It helps to fire your spirit to re- envision and revivify your life. The Violet flame, which is connected to the earth ether, transforms your emotions to empathy and forgiveness both for yourself and others. A muscle relaxant, Violet is deeply sedating to your nervous system, soothing irritability and over-active thoughts. \nTake 2 drops of Violet when your body and mind are over-active and in need of calm.\"\n- Colored Light Repetory @flora_corona'),(439301,12579,'_sli_timestamp','2017-08-06T21:45:28+0000'),(439300,12579,'_sli_media_username','lavendermatyoga'),(439294,12578,'_sli_comments','a:0:{}'),(439292,12578,'_sli_likes_count','0'),(439293,12578,'_sli_comments_count','0'),(439298,12578,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439299,12579,'_sli_media_id','17886725458064072'),(439295,12578,'_sli_children','a:0:{}'),(439296,12578,'_sli_is_story',''),(439297,12578,'_sli_last_requested','1668115075'),(439291,12578,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879427658123281-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879427658123281-m.jpg\";}'),(439287,12578,'_sli_shortcode','BXgI_AnA3Xf'),(439288,12578,'_sli_video_title',''),(439289,12578,'_sli_product_type',''),(439290,12578,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879427658123281-m.jpg'),(3128,617,'_sli_media_id','17893394158900346'),(3129,617,'_sli_media_username','lavendermatyoga'),(3130,617,'_sli_timestamp','2021-02-28T16:05:55+0000'),(3131,617,'_sli_caption',''),(3132,617,'_sli_media_type','VIDEO'),(3133,617,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_134361005233546_6373269174360490418_n.mp4?_nc_cat=108&vs=17889691018925941_1907375932&_nc_vs=HBksFQAYJEdJQ1dtQUNLRmYxYk0zb0FBTEpCdEF1TVpuSllidlZCQUFBRhUAAsgBABUAGCRHSDhpUFFsRmxoaWhlNVFDQU9KZmVZRU41Y2xIYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbq0%2Fv6%2B6THPxUCKAJDMywXQHLip%2B%2Bdsi0YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=5av4KMwWRK0AX9p5cfa&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDByiA_gIY4eMdp5gxupAiQEaRy35Y9laGm8yqc2eX-ug&oe=63731E1D&_nc_rid=120214afb1'),(3134,617,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3135,617,'_sli_permalink','https://www.instagram.com/tv/CL13vcYBkkY/'),(3136,617,'_sli_shortcode',''),(3137,617,'_sli_video_title',''),(3138,617,'_sli_product_type',''),(3139,617,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/155202462_212656797252115_1855390150294999224_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=mX3N4_Mf4TgAX-Srfvq&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-XT59OrQRN_2QfFr9tbmROv5kvbnqFWK_ZwzhR6tfpgA&oe=6271C1F2'),(3140,617,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893394158900346-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893394158900346-m.jpg\";}'),(3141,617,'_sli_likes_count','0'),(3142,617,'_sli_comments_count','0'),(3143,617,'_sli_comments','a:0:{}'),(3144,617,'_sli_children','a:0:{}'),(3145,617,'_sli_is_story',''),(3146,617,'_sli_last_requested','1668446647'),(446762,617,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3148,618,'_sli_media_id','18121260532175958'),(3149,618,'_sli_media_username','lavendermatyoga'),(3150,618,'_sli_timestamp','2021-02-27T20:47:24+0000'),(3151,618,'_sli_caption',''),(3152,618,'_sli_media_type','VIDEO'),(3153,618,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_268065858167317_6237510251609250628_n.mp4?_nc_cat=102&vs=17888278166003468_1835060797&_nc_vs=HBksFQAYJEdJQ1dtQUFWb2tEeXpmTUFBRVRiQnE2R0ZwQldidlZCQUFBRhUAAsgBABUAGCRHRXh6S0FtRjRjeXlUZGNEQUNIbVRSNjIta1k2YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaY3dv039LGPxUCKAJDMywXQHMW7ZFocrAYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=Pfr0pSi-hJgAX_m1E1i&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAF_lPMSKmRvMututyKZY9bUkdVxwuHdvwfxN8NFG3DvA&oe=6372EA89&_nc_rid=d6c9e4483a'),(3154,618,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3155,618,'_sli_permalink','https://www.instagram.com/tv/CLzzSMDhWVZ/'),(3156,618,'_sli_shortcode',''),(3157,618,'_sli_video_title',''),(3158,618,'_sli_product_type',''),(3159,618,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/154406127_740555653522803_6005526754555836723_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=n2GLwjCqJVUAX-VPNYK&_nc_oc=AQkgOyn7-blJ6tixkTNaSoaGuyyk4PFE1oCdMwqasnRI_Mx3w9MPjAOt2bOZoXAviMk&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_LeWoLUO_oMqiDgFeQSdTYpW3m3_PbZN45WFcMTtrIuQ&oe=6272868B'),(3160,618,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18121260532175958-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18121260532175958-m.jpg\";}'),(3161,618,'_sli_likes_count','0'),(3162,618,'_sli_comments_count','0'),(3163,618,'_sli_comments','a:0:{}'),(3164,618,'_sli_children','a:0:{}'),(3165,618,'_sli_is_story',''),(3166,618,'_sli_last_requested','1668446647'),(446763,618,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3168,619,'_sli_media_id','17863180352395813'),(3169,619,'_sli_media_username','lavendermatyoga'),(3170,619,'_sli_timestamp','2021-02-26T23:47:39+0000'),(3171,619,'_sli_caption',''),(3172,619,'_sli_media_type','VIDEO'),(3173,619,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_2869444616704430_5591489344047164665_n.mp4?_nc_cat=107&vs=17861242940384605_4241798237&_nc_vs=HBksFQAYJEdJQ1dtQUN1MFJTanZqRUtBUGtzVVBYdTlaaE5idlZCQUFBRhUAAsgBABUAGCRHTnh0THdrd1lnS0xJZHdBQUlMd3ZGWjJSTFVIYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa6o8PLkK26PxUCKAJDMywXQG3UQYk3S8cYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=ySpyntpKkJ0AX8dHD0g&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfALRY_1wheJnJRTKrbXt_6wNwLoCNNuGf3JVtHY_F8CsA&oe=6372F2FE&_nc_rid=05a089ec98'),(3174,619,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3175,619,'_sli_permalink','https://www.instagram.com/tv/CLxjflVhKGK/'),(3176,619,'_sli_shortcode',''),(3177,619,'_sli_video_title',''),(3178,619,'_sli_product_type',''),(3179,619,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/153705941_482830466218395_7761716909409841115_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zfvyQDrYUvYAX-iF5w1&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-ujsoEkvf4uQZL5ds_3BjSEMYVGGlCwf3DME7pu8jGKw&oe=627301FE'),(3180,619,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863180352395813-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863180352395813-m.jpg\";}'),(3181,619,'_sli_likes_count','0'),(3182,619,'_sli_comments_count','0'),(3183,619,'_sli_comments','a:0:{}'),(3184,619,'_sli_children','a:0:{}'),(3185,619,'_sli_is_story',''),(3186,619,'_sli_last_requested','1668446647'),(446764,619,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3188,620,'_sli_media_id','17873765132194512'),(3189,620,'_sli_media_username','lavendermatyoga'),(3190,620,'_sli_timestamp','2021-02-26T20:50:35+0000'),(3191,620,'_sli_caption',''),(3192,620,'_sli_media_type','VIDEO'),(3193,620,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_1207925606309456_7348172710912863511_n.mp4?_nc_cat=106&vs=17861583548450303_3119961503&_nc_vs=HBksFQAYJEdJQ1dtQUJRM3EwWW1rb0VBQmN0THZZbDlQbGxidlZCQUFBRhUAAsgBABUAGCRHSEstUEFrNHVyQmJzTDhDQUVxVW5teGJvTjg5YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb%2B%2Fcm%2F%2BsC6PxUCKAJDMywXQGfZmZmZmZoYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=tEFDMwJc5TQAX8AQBwW&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCtIDZHa67PG9rP1UyaVgNbhHepbK-RMUpx_foEwbZIug&oe=6372F305&_nc_rid=bc5e1c399f'),(3194,620,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3195,620,'_sli_permalink','https://www.instagram.com/tv/CLxPYaeBOpC/'),(3196,620,'_sli_shortcode',''),(3197,620,'_sli_video_title',''),(3198,620,'_sli_product_type',''),(3199,620,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/155080081_236416804784250_5985464062387352428_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=nI1cD52hJyQAX_lH2xK&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9tXPMTZFuyA3wYXOrHOo0kTp1ytHSWl51F8OVG5NILNQ&oe=62732EB5'),(3200,620,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873765132194512-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873765132194512-m.jpg\";}'),(3201,620,'_sli_likes_count','0'),(3202,620,'_sli_comments_count','0'),(3203,620,'_sli_comments','a:0:{}'),(3204,620,'_sli_children','a:0:{}'),(3205,620,'_sli_is_story',''),(3206,620,'_sli_last_requested','1668446647'),(446765,620,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3208,621,'_sli_media_id','17892819910915826'),(3209,621,'_sli_media_username','lavendermatyoga'),(3210,621,'_sli_timestamp','2021-02-24T21:39:15+0000'),(3211,621,'_sli_caption',''),(3212,621,'_sli_media_type','VIDEO'),(3213,621,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_4270976186263610_7662239022339114473_n.mp4?_nc_cat=103&vs=17897230414807207_23252773&_nc_vs=HBksFQAYJEdJQ1dtQUE2S0cwaWJpd1BBT25GcUdiTHZWVnFidlZCQUFBRhUAAsgBABUAGCRHTkd3SlFteVhSNEM1N1VFQUV6MldhYWc4VE41YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbOwouw8dvKPxUCKAJDMywXQGdUQYk3S8cYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=lq6FZU75jCoAX9rNlG_&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDIii2JQ1TSjmoqkvIFlil90b8SL9GHatDz8MRO-TwXew&oe=6372FCB1&_nc_rid=4da6e36cbd'),(3214,621,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3215,621,'_sli_permalink','https://www.instagram.com/tv/CLsLT09h6PJ/'),(3216,621,'_sli_shortcode',''),(3217,621,'_sli_video_title',''),(3218,621,'_sli_product_type',''),(3219,621,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/153225678_178121263827063_3445039403101956024_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=-6t1VOZeVj4AX_kphI_&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9eZ17uDe8QhT_uzw0ETvcl4Waa4JG-xDC8QhaajqoqQA&oe=6272A861'),(3220,621,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892819910915826-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892819910915826-m.jpg\";}'),(3221,621,'_sli_likes_count','0'),(3222,621,'_sli_comments_count','0'),(3223,621,'_sli_comments','a:0:{}'),(3224,621,'_sli_children','a:0:{}'),(3225,621,'_sli_is_story',''),(3226,621,'_sli_last_requested','1668446647'),(446766,621,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3228,622,'_sli_media_id','17876517068191935'),(3229,622,'_sli_media_username','lavendermatyoga'),(3230,622,'_sli_timestamp','2021-02-24T21:33:04+0000'),(3231,622,'_sli_caption',''),(3232,622,'_sli_media_type','VIDEO'),(3233,622,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_2547151085588385_5570579036887507293_n.mp4?_nc_cat=102&vs=17881544873062627_2875464312&_nc_vs=HBksFQAYJEdJQ1dtQUNoVDZYVG5nd0pBRjNoNnE0ZXJFNU5idlZCQUFBRhUAAsgBABUAGCRHS09ST1FsNU1NYm5CZFFBQUU1SlU0SjA4aTlhYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbGzoDS6crDPxUCKAJDMywXQHBiIMSbpeMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=BV-4zlLWmoIAX_GbLJi&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBCJ64W1zHDaUfmnusb-nTgfPc2DkTzrm0JL0AORj9aLQ&oe=6372FB5D&_nc_rid=1bfbdf6813'),(3234,622,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3235,622,'_sli_permalink','https://www.instagram.com/tv/CLsKdwHB8Ym/'),(3236,622,'_sli_shortcode',''),(3237,622,'_sli_video_title',''),(3238,622,'_sli_product_type',''),(3239,622,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/153167188_745062916403620_3392899990583576805_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=iJO5BiB9maUAX9FEQQf&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_1b9pFRFgzJSBRU3CTYmYuHAmvqTs6zSx_VqDIvyGfyQ&oe=6272DDA2'),(3240,622,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876517068191935-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876517068191935-m.jpg\";}'),(3241,622,'_sli_likes_count','0'),(3242,622,'_sli_comments_count','0'),(3243,622,'_sli_comments','a:0:{}'),(3244,622,'_sli_children','a:0:{}'),(3245,622,'_sli_is_story',''),(3246,622,'_sli_last_requested','1668446648'),(446767,622,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3248,623,'_sli_media_id','17898667525827907'),(3249,623,'_sli_media_username','lavendermatyoga'),(3250,623,'_sli_timestamp','2021-02-22T19:40:19+0000'),(3251,623,'_sli_caption',''),(3252,623,'_sli_media_type','VIDEO'),(3253,623,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_138165308176004_1312787530724043204_n.mp4?_nc_cat=110&vs=17895114244893913_2729646084&_nc_vs=HBksFQAYJEdJQ1dtQUNFTmgwZXFYMEFBTVJwWHNKTjlUY1NidlZCQUFBRhUAAsgBABUAGCRHSW1iRVFrenM5ZkF1NE1BQUc5RldRbWh3QzlBYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaypsmkyODJPxUCKAJDMywXQIwSZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=hkcf0mRK6IkAX8kILDX&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD59U_7JaxSBv8w-P5QZycjt6Jz9AmVLNpjODJ16XaaoQ&oe=6372F5F3&_nc_rid=a911ddeaac'),(3254,623,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3255,623,'_sli_permalink','https://www.instagram.com/tv/CLmy4DJBdGy/'),(3256,623,'_sli_shortcode',''),(3257,623,'_sli_video_title',''),(3258,623,'_sli_product_type',''),(3259,623,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/152673101_709229659752796_972538085164201817_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=hkzXWPDeQTgAX-72TzW&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_d-4A6qQ3UOtVHXSqiYeO1yZNw8MeiJcnV-miphAOl6Q&oe=6271C72F'),(3260,623,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17898667525827907-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17898667525827907-m.jpg\";}'),(3261,623,'_sli_likes_count','0'),(3262,623,'_sli_comments_count','0'),(3263,623,'_sli_comments','a:0:{}'),(3264,623,'_sli_children','a:0:{}'),(3265,623,'_sli_is_story',''),(3266,623,'_sli_last_requested','1668446648'),(446768,623,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3268,624,'_sli_media_id','17870090690260228'),(3269,624,'_sli_media_username','lavendermatyoga'),(3270,624,'_sli_timestamp','2021-02-21T21:19:01+0000'),(3271,624,'_sli_caption',''),(3272,624,'_sli_media_type','VIDEO'),(3273,624,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_783696222239044_4804970292816009446_n.mp4?_nc_cat=100&vs=17902482583725766_903899006&_nc_vs=HBksFQAYJEdJQ1dtQUJFT2ZCX3hNZ0NBT1pZbWdNR3I2NUNidlZCQUFBRhUAAsgBABUAGCRHTHZ4R0FtVzdNbmI0aGtOQUM2aDkxVVo2ZGc2YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaM%2BKL6zY3NPxUCKAJDMywXQGE4gxJul40YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=VhAsEL8D_0UAX9Qzupf&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAGHElreRVbKiBuq1ZxxbD9-PnIXILJunfmr9_xFR2xCg&oe=63731A43&_nc_rid=08cdcb34d8'),(3274,624,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3275,624,'_sli_permalink','https://www.instagram.com/tv/CLkatGbB9dx/'),(3276,624,'_sli_shortcode',''),(3277,624,'_sli_video_title',''),(3278,624,'_sli_product_type',''),(3279,624,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/152035805_265382598286870_8238222566643680434_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=is5ipGbC6NkAX_f4zhC&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-tR6wrJah43_YLyse0Ow5l0sGYEKJYssf5o9DyjPobRA&oe=6272FC59'),(3280,624,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870090690260228-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870090690260228-m.jpg\";}'),(3281,624,'_sli_likes_count','0'),(3282,624,'_sli_comments_count','0'),(3283,624,'_sli_comments','a:0:{}'),(3284,624,'_sli_children','a:0:{}'),(3285,624,'_sli_is_story',''),(3286,624,'_sli_last_requested','1668446648'),(446769,624,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3288,625,'_sli_media_id','17931792838488443'),(3289,625,'_sli_media_username','lavendermatyoga'),(3290,625,'_sli_timestamp','2021-02-20T16:47:47+0000'),(3291,625,'_sli_caption',''),(3292,625,'_sli_media_type','VIDEO'),(3293,625,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_121622103208689_3635412257059583994_n.mp4?_nc_cat=100&vs=18120786283172344_1589893988&_nc_vs=HBksFQAYJEdJQ1dtQUR4TWtKYW5XNEFBUG8zSThJdmxITXlidlZCQUFBRhUAAsgBABUAGCRHQ2lWRlFrR1hnSF9SRzBBQUx4Zm9xT2ZNQVVtYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbwjYqqrLCwQBUCKAJDMywXQG5QAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=dfOtfZ2eAq0AX-5Mu5o&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfA9Wj-cmG-wOIpMW2MWKknSJEaNEtzQfchd9BGOPqRfNQ&oe=63730F4C&_nc_rid=e01ac8a764'),(3294,625,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3295,625,'_sli_permalink','https://www.instagram.com/tv/CLhS4leBW81/'),(3296,625,'_sli_shortcode',''),(3297,625,'_sli_video_title',''),(3298,625,'_sli_product_type',''),(3299,625,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/151774726_501995677857259_8005745239563447422_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Qjr0prQI1acAX-TRwML&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_9nvZolk5KcJlWT3TTfkZPShIoKkD2KQR28L-t1jHTiw&oe=6271CE9C'),(3300,625,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17931792838488443-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17931792838488443-m.jpg\";}'),(3301,625,'_sli_likes_count','0'),(3302,625,'_sli_comments_count','0'),(3303,625,'_sli_comments','a:0:{}'),(3304,625,'_sli_children','a:0:{}'),(3305,625,'_sli_is_story',''),(3306,625,'_sli_last_requested','1668446648'),(446770,625,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3308,626,'_sli_media_id','17877869246165053'),(3309,626,'_sli_media_username','lavendermatyoga'),(3310,626,'_sli_timestamp','2021-02-20T00:10:04+0000'),(3311,626,'_sli_caption',''),(3312,626,'_sli_media_type','VIDEO'),(3313,626,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_464817084659041_4833703237319274639_n.mp4?_nc_cat=104&vs=18176551915075303_3012642855&_nc_vs=HBksFQAYJEdJQ1dtQUJoZFRlcHY2WUJBSTh3RXZwN3d4UkRidlZCQUFBRhUAAsgBABUAGCRHUEt2X3dpOHAwcjhrRnNEQUN1UHl6Z1hwb0plYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbOi7DlwN7JQBUCKAJDMywXQGpJmZmZmZoYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=SRmVu-Cn3ooAX_2_LkH&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD7n3NKRlugpHhRcw2z6y29SOx1qsyMnVIsnookTrusCw&oe=63730AE6&_nc_rid=8ffd672777'),(3314,626,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3315,626,'_sli_permalink','https://www.instagram.com/tv/CLfkfsYBrXr/'),(3316,626,'_sli_shortcode',''),(3317,626,'_sli_video_title',''),(3318,626,'_sli_product_type',''),(3319,626,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/151845167_264961655042081_969351364092133299_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=mDTEbK9JZpAAX9pFe3u&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9BEGONlQJsReVaEuzImFH62z4w_mEcm0EBSXElbN3Spw&oe=6272A373'),(3320,626,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877869246165053-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877869246165053-m.jpg\";}'),(3321,626,'_sli_likes_count','0'),(3322,626,'_sli_comments_count','0'),(3323,626,'_sli_comments','a:0:{}'),(3324,626,'_sli_children','a:0:{}'),(3325,626,'_sli_is_story',''),(3326,626,'_sli_last_requested','1668446648'),(446771,626,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3328,627,'_sli_media_id','17918666878537792'),(3329,627,'_sli_media_username','lavendermatyoga'),(3330,627,'_sli_timestamp','2021-02-19T03:41:31+0000'),(3331,627,'_sli_caption',''),(3332,627,'_sli_media_type','VIDEO'),(3333,627,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_3997093713668573_3587805258988393555_n.mp4?_nc_cat=107&vs=17903549149735090_3541850372&_nc_vs=HBksFQAYJEdJQ1dtQURkNmUtbVZUTU9BRk1VU01IZmNjb3hidlZCQUFBRhUAAsgBABUAGCRHQmJzRGduVWpZYjRvNElBQUI5OEFqY0l3dmgyYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbksvbzucrNPxUCKAJDMywXQHjN2yLQ5WAYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jIbe5rDQ1XgAX9JfCci&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDs1ZLOAZUrRD6JM8gyMMuPjpjlyCIoBFAhnckYyGni1Q&oe=6372EF63&_nc_rid=416e8704b1'),(3334,627,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3335,627,'_sli_permalink','https://www.instagram.com/tv/CLcyIALhpyS/'),(3336,627,'_sli_shortcode',''),(3337,627,'_sli_video_title',''),(3338,627,'_sli_product_type',''),(3339,627,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/151220463_484699872920507_7527365056216450692_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=71sTbStazp8AX9pES6b&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-t3upwXX3FWGD1JWZfQFnajgupWbcb_tYj6Q7XX7l3Jg&oe=6272CDCE'),(3340,627,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17918666878537792-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17918666878537792-m.jpg\";}'),(3341,627,'_sli_likes_count','0'),(3342,627,'_sli_comments_count','0'),(3343,627,'_sli_comments','a:0:{}'),(3344,627,'_sli_children','a:0:{}'),(3345,627,'_sli_is_story',''),(3346,627,'_sli_last_requested','1668446649'),(446772,627,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3348,628,'_sli_media_id','17897875780840630'),(3349,628,'_sli_media_username','lavendermatyoga'),(3350,628,'_sli_timestamp','2021-02-17T22:54:55+0000'),(3351,628,'_sli_caption',''),(3352,628,'_sli_media_type','VIDEO'),(3353,628,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_457854962009649_6797965174262132312_n.mp4?_nc_cat=111&vs=18138943834144532_2144693442&_nc_vs=HBksFQAYJEdJQ1dtQUF4aGw2cWFxQUJBRmp1WGc5UE9WZGVidlZCQUFBRhUAAsgBABUAGCRHSjZCQkFrMThIWnRnWmtCQUxub013YVhhT0U5YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaogJWMuNG4QBUCKAJDMywXQFe7tkWhysEYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=WcsO_ypJXwgAX_hDrgg&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBFDwh6VRjPoPRu7Rfekv8btGkDlN9mmYwVOeHJ_Z-ylQ&oe=63730409&_nc_rid=a85062ca28'),(3354,628,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3355,628,'_sli_permalink','https://www.instagram.com/tv/CLaSjcyB2pU/'),(3356,628,'_sli_shortcode',''),(3357,628,'_sli_video_title',''),(3358,628,'_sli_product_type',''),(3359,628,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/150548806_1370443039957302_8580740694029971997_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ekYIWyascbAAX9ayQ31&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT83A1tzrckr4O32PyathPoEFL6Kngql_acTt8MTNE3Slw&oe=62731661'),(3360,628,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897875780840630-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897875780840630-m.jpg\";}'),(3361,628,'_sli_likes_count','0'),(3362,628,'_sli_comments_count','0'),(3363,628,'_sli_comments','a:0:{}'),(3364,628,'_sli_children','a:0:{}'),(3365,628,'_sli_is_story',''),(3366,628,'_sli_last_requested','1668446649'),(446773,628,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3368,629,'_sli_media_id','17886014828012233'),(3369,629,'_sli_media_username','lavendermatyoga'),(3370,629,'_sli_timestamp','2021-02-16T22:05:27+0000'),(3371,629,'_sli_caption',''),(3372,629,'_sli_media_type','VIDEO'),(3373,629,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_3765585646852621_5455420424290412874_n.mp4?_nc_cat=102&vs=17855935880475622_1734199019&_nc_vs=HBksFQAYJEdJQ1dtQUFOR3RxNngyQU5BRXFwUGNyNGk3VkxidlZCQUFBRhUAAsgBABUAGCRHQXZYNWdna05FalRhR2dBQU5PdVpoc3E5bnhDYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbMmKiKnvi3PxUCKAJDMywXQGOgAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=NqE7RVUG8cQAX8p8szj&_nc_oc=AQkTRQUEKQ0xaBE_bFSyG8erOyNhDM8v_L1lUemzfuIZqdg6sbDf807av9ns3NrxcAA&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAtj3smhly0lRTC-S-aoDp_lC_pCvG5dwlzdEL_8BKNPQ&oe=637306DF&_nc_rid=83e055caea'),(3374,629,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3375,629,'_sli_permalink','https://www.instagram.com/tv/CLXn-NMhg8c/'),(3376,629,'_sli_shortcode',''),(3377,629,'_sli_video_title',''),(3378,629,'_sli_product_type',''),(3379,629,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/150515641_726178721429309_5841925017061756802_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kYwiSUwAMI0AX_Mom25&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8_ERrYpsHcSI7ItAK8xhr8xPwwlVNNgOW7nVb-c7DO6g&oe=62732332'),(3380,629,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886014828012233-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886014828012233-m.jpg\";}'),(3381,629,'_sli_likes_count','0'),(3382,629,'_sli_comments_count','0'),(3383,629,'_sli_comments','a:0:{}'),(3384,629,'_sli_children','a:0:{}'),(3385,629,'_sli_is_story',''),(3386,629,'_sli_last_requested','1668446649'),(446774,629,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3388,630,'_sli_media_id','17907801628655085'),(3389,630,'_sli_media_username','lavendermatyoga'),(3390,630,'_sli_timestamp','2021-02-15T21:40:51+0000'),(3391,630,'_sli_caption',''),(3392,630,'_sli_media_type','VIDEO'),(3393,630,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_258163125876480_6896391215914345749_n.mp4?_nc_cat=104&vs=18139104724176564_3257922093&_nc_vs=HBksFQAYJEdJQ1dtQUFBZDJsSnpPb0FBQlhsc3JCRjU3UmZidlZCQUFBRhUAAsgBABUAGCRHRGI3QkFudHFkZS1QN1FHQUlMTXA4cV9LaUFOYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbopJKu5Nq4QBUCKAJDMywXQHQip%2B%2Bdsi0YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=mdwc6odkHHAAX-bARgz&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBg8hyebUDkAqsxbnaHos_CV3tHeClYYFbk3XPnxFm_Fw&oe=63730DCB&_nc_rid=128d33353b'),(3394,630,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3395,630,'_sli_permalink','https://www.instagram.com/tv/CLVAGWrhZ6A/'),(3396,630,'_sli_shortcode',''),(3397,630,'_sli_video_title',''),(3398,630,'_sli_product_type',''),(3399,630,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/150755719_942835042788202_6212223093672716023_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=3Y2EUUPxlE8AX-D6Aal&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9VqaAsSi3_h5oIgMdpTO6sOORs0-95gqwWX9zBSNigMA&oe=6271B9B4'),(3400,630,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907801628655085-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907801628655085-m.jpg\";}'),(3401,630,'_sli_likes_count','0'),(3402,630,'_sli_comments_count','0'),(3403,630,'_sli_comments','a:0:{}'),(3404,630,'_sli_children','a:0:{}'),(3405,630,'_sli_is_story',''),(3406,630,'_sli_last_requested','1668446649'),(446775,630,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3408,631,'_sli_media_id','18136461133153316'),(3409,631,'_sli_media_username','lavendermatyoga'),(3410,631,'_sli_timestamp','2021-02-14T22:10:42+0000'),(3411,631,'_sli_caption',''),(3412,631,'_sli_media_type','VIDEO'),(3413,631,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_255579162698830_7754849200499566336_n.mp4?_nc_cat=110&vs=17892119791871631_2757389440&_nc_vs=HBksFQAYJEdJQ1dtQUJPWkRTcGN1Z0FBQUNuZjhwQ3dwNXJidlZCQUFBRhUAAsgBABUAGCRHTXN2X3doOGhxZFJ3Y1lCQUFYSmpUOEdkMUFzYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACae%2BtnGs7LIPxUCKAJDMywXQGsjMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=HmnxrweUAYMAX-x-8z6&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDRu7k704KBBNbMEtpdG5dcum8WPgsW_eNRA3I4Aykw9A&oe=6372EFD6&_nc_rid=4b04a2faf3'),(3414,631,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3415,631,'_sli_permalink','https://www.instagram.com/tv/CLSe48lBRvr/'),(3416,631,'_sli_shortcode',''),(3417,631,'_sli_video_title',''),(3418,631,'_sli_product_type',''),(3419,631,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/149913976_468407364171988_6799902309292823664_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=609avC2NpU0AX_9D2Hb&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-q6_FL-x-eTb_zc8-iK4VsqI2iulvFG_MlmHSyLsepdA&oe=62737415'),(3420,631,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18136461133153316-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18136461133153316-m.jpg\";}'),(3421,631,'_sli_likes_count','0'),(3422,631,'_sli_comments_count','0'),(3423,631,'_sli_comments','a:0:{}'),(3424,631,'_sli_children','a:0:{}'),(3425,631,'_sli_is_story',''),(3426,631,'_sli_last_requested','1668446649'),(446776,631,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3428,632,'_sli_media_id','17955583363402790'),(3429,632,'_sli_media_username','lavendermatyoga'),(3430,632,'_sli_timestamp','2021-02-13T22:28:52+0000'),(3431,632,'_sli_caption',''),(3432,632,'_sli_media_type','VIDEO'),(3433,632,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_2715510202035358_6392251174378043168_n.mp4?_nc_cat=103&vs=17885578559014669_1953844515&_nc_vs=HBksFQAYJEdJQ1dtQUNlN1BuOHZhVUpBQ0IzNEZPVDFyVllidlZCQUFBRhUAAsgBABUAGCRHQWpJOXdoVVg1VmxlcDBCQVBEXzJvemx1WGRwYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaavuDs1bXFPxUCKAJDMywXQGSBDlYEGJMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=YyMPKO6yS_cAX8ykAc7&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBBwxHMgg1I6iLitplE4Vjf42FtC2LDDib8l0ziX12NAQ&oe=6372F556&_nc_rid=78abe7c6bd'),(3434,632,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3435,632,'_sli_permalink','https://www.instagram.com/tv/CLP8W09h-U0/'),(3436,632,'_sli_shortcode',''),(3437,632,'_sli_video_title',''),(3438,632,'_sli_product_type',''),(3439,632,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/149397733_430076401563488_7922269837268636291_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=OzmyyIGbyEMAX8QWVAN&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8ohXK8T8s0GhnryfhNe3JT_p6Cqcx1JI4rqlxP3zIcUw&oe=6271C63D'),(3440,632,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17955583363402790-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17955583363402790-m.jpg\";}'),(3441,632,'_sli_likes_count','0'),(3442,632,'_sli_comments_count','0'),(3443,632,'_sli_comments','a:0:{}'),(3444,632,'_sli_children','a:0:{}'),(3445,632,'_sli_is_story',''),(3446,632,'_sli_last_requested','1668446650'),(446777,632,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3448,633,'_sli_media_id','17904933577710677'),(3449,633,'_sli_media_username','lavendermatyoga'),(3450,633,'_sli_timestamp','2021-02-12T20:52:54+0000'),(3451,633,'_sli_caption',''),(3452,633,'_sli_media_type','VIDEO'),(3453,633,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_729872711273952_7457335183702862247_n.mp4?_nc_cat=104&vs=17946205261429659_3604060779&_nc_vs=HBksFQAYJEdJQ1dtQURnemFfNzBKY0NBS2Vwb2NQV3huMW5idlZCQUFBRhUAAsgBABUAGCRHTEZGNXdoSFZlRjMyS3dCQUZCSUV3d2YwckEzYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa2q8yAzv7gPxUCKAJDMywXQGHIgxJul40YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=mzuUEmqy63cAX9u1LrV&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB9ls6wySV9adF-pY6yVoamX891X7fXlqb728IwLC91OA&oe=63731BD3&_nc_rid=25bf1600f7'),(3454,633,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3455,633,'_sli_permalink','https://www.instagram.com/tv/CLNMoOihOnH/'),(3456,633,'_sli_shortcode',''),(3457,633,'_sli_video_title',''),(3458,633,'_sli_product_type',''),(3459,633,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/149670607_2908538612805807_6490800523741628512_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=dltdOyAYEXgAX_mHK93&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-U-kAx0f1hzwR8oDXIfjLA-6aVDGSp49snwg9bIHIVew&oe=6271A1B9'),(3460,633,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904933577710677-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904933577710677-m.jpg\";}'),(3461,633,'_sli_likes_count','0'),(3462,633,'_sli_comments_count','0'),(3463,633,'_sli_comments','a:0:{}'),(3464,633,'_sli_children','a:0:{}'),(3465,633,'_sli_is_story',''),(3466,633,'_sli_last_requested','1668446650'),(446778,633,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3468,634,'_sli_media_id','17955793732398422'),(3469,634,'_sli_media_username','lavendermatyoga'),(3470,634,'_sli_timestamp','2021-02-11T22:27:13+0000'),(3471,634,'_sli_caption',''),(3472,634,'_sli_media_type','VIDEO'),(3473,634,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_353063445882749_3410784121273509822_n.mp4?_nc_cat=111&vs=17903488525732314_1267032636&_nc_vs=HBksFQAYJEdJQ1dtQUI5WjBiOUcwRUJBTDduREZJV2lsVXZidlZCQUFBRhUAAsgBABUAGCRHSGdGNHdpdlVPa1lyZ1VFQUJfazRKNTM5eEZZYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0j%2B7gk8jNPxUCKAJDMywXQG12ZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=w3DgFYO6vWYAX9sQWpn&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAWzTQF0tY_r3CHlXGoxYYEsQcL6R067nKOk5nCl7-5Ig&oe=6372F548&_nc_rid=5d6009545c'),(3474,634,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3475,634,'_sli_permalink','https://www.instagram.com/tv/CLKyjz6hDhe/'),(3476,634,'_sli_shortcode',''),(3477,634,'_sli_video_title',''),(3478,634,'_sli_product_type',''),(3479,634,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/148726816_434599817976719_7272671581192599945_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=YTNaLVKsjQEAX9YxjV5&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT98-J04gd3QMxryPRyeiWKMMU9D5z9j9mYaXRdyfXIB3g&oe=6271FD79'),(3480,634,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17955793732398422-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17955793732398422-m.jpg\";}'),(3481,634,'_sli_likes_count','0'),(3482,634,'_sli_comments_count','0'),(3483,634,'_sli_comments','a:0:{}'),(3484,634,'_sli_children','a:0:{}'),(3485,634,'_sli_is_story',''),(3486,634,'_sli_last_requested','1668446650'),(446779,634,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3488,635,'_sli_media_id','17919626425555880'),(3489,635,'_sli_media_username','lavendermatyoga'),(3490,635,'_sli_timestamp','2021-02-10T14:39:41+0000'),(3491,635,'_sli_caption',''),(3492,635,'_sli_media_type','VIDEO'),(3493,635,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_2861911227469133_3983723103455463495_n.mp4?_nc_cat=107&vs=17914753081587159_3443104601&_nc_vs=HBksFQAYJEdJQ1dtQUJOalJlaTVDb0tBRWZJX2xBT0IwazNidlZCQUFBRhUAAsgBABUAGCRHTTRoNFFqRjczYXhoZXdBQUFlT3JiLUFpc1pPYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaurpKU4dfSPxUCKAJDMywXQIEh3S8an74YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=iRR7cJb934QAX968xHH&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDkeG6NSNl8--ITbbtcXk0sD5DczudDsYzBt6lKEzLFjQ&oe=6372F1B9&_nc_rid=5b074f59fb'),(3494,635,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3495,635,'_sli_permalink','https://www.instagram.com/tv/CLHXf7aB7QG/'),(3496,635,'_sli_shortcode',''),(3497,635,'_sli_video_title',''),(3498,635,'_sli_product_type',''),(3499,635,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/147826616_122423906439348_547946222993724632_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=yi07Bqi2yqIAX8zHdXk&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-7tvEQd1o8JlYJ7CWj70CMN0lDFrWQy2Csxt4uhLgRwg&oe=62725108'),(3500,635,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919626425555880-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919626425555880-m.jpg\";}'),(3501,635,'_sli_likes_count','0'),(3502,635,'_sli_comments_count','0'),(3503,635,'_sli_comments','a:0:{}'),(3504,635,'_sli_children','a:0:{}'),(3505,635,'_sli_is_story',''),(3506,635,'_sli_last_requested','1668446650'),(446780,635,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3508,636,'_sli_media_id','17905155193714112'),(3509,636,'_sli_media_username','lavendermatyoga'),(3510,636,'_sli_timestamp','2021-02-09T19:18:36+0000'),(3511,636,'_sli_caption',''),(3512,636,'_sli_media_type','VIDEO'),(3513,636,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_101737331891957_7352160247690885949_n.mp4?_nc_cat=108&vs=17959516492390432_3491557278&_nc_vs=HBksFQAYJEdJQ1dtQUQxSG9lUmgxd0FBRDM3WExmS0hnaG1idlZCQUFBRhUAAsgBABUAGCRHTTVKeVFnLW1HZmJjSm9BQUhzczNYb1poOXNXYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbAr9O6sIXnPxUCKAJDMywXQHPQhysCDEoYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=1EeTEQci0poAX-aS_E9&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCasPeB1WKwwfjoCTUtwGGFle8jZFYb0VWy1nPweJhOlQ&oe=63730967&_nc_rid=244ea3b891'),(3514,636,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3515,636,'_sli_permalink','https://www.instagram.com/tv/CLFTFsygeEO/'),(3516,636,'_sli_shortcode',''),(3517,636,'_sli_video_title',''),(3518,636,'_sli_product_type',''),(3519,636,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/147497937_466383587692352_8567331586210402281_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=AgfhSYQRXGQAX8wY6iu&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8r0ImhooCf5fbNk70yVg7vc6q45IYO__kA_IJQsJ-aRg&oe=6271FFE5'),(3520,636,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905155193714112-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905155193714112-m.jpg\";}'),(3521,636,'_sli_likes_count','0'),(3522,636,'_sli_comments_count','0'),(3523,636,'_sli_comments','a:0:{}'),(3524,636,'_sli_children','a:0:{}'),(3525,636,'_sli_is_story',''),(3526,636,'_sli_last_requested','1668446650'),(446781,636,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3528,637,'_sli_media_id','17984679388327562'),(3529,637,'_sli_media_username','lavendermatyoga'),(3530,637,'_sli_timestamp','2021-02-09T00:18:12+0000'),(3531,637,'_sli_caption',''),(3532,637,'_sli_media_type','VIDEO'),(3533,637,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_473474696983021_6430416147039608473_n.mp4?_nc_cat=104&vs=18066039103271915_3519397530&_nc_vs=HBksFQAYJEdJQ1dtQUR0c1I5cm42NEJBSmxlTzNwcWJUMVpidlZCQUFBRhUAAsgBABUAGCRHTkFJMmdpaGRRTXlxV0FBQUIzRDlLaWxKV1JRYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbWzpL6272XQBUCKAJDMywXQItjul41P30YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=-u4akyLdsH4AX9DunOo&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBoI8cO8xtONvhp9mlaqz-gRpKHxLQkqK7fe4aHXIjDiA&oe=63730D62&_nc_rid=c2c7e0c4b2'),(3534,637,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3535,637,'_sli_permalink','https://www.instagram.com/tv/CLDPoh-hJHG/'),(3536,637,'_sli_shortcode',''),(3537,637,'_sli_video_title',''),(3538,637,'_sli_product_type',''),(3539,637,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/147092784_185133593396229_7898099923138760687_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=xtYZlFv3OGwAX8nhmyL&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9Cdtoyx858W9kdXEIMmzpwwwzHlfpGFZhFNcg0_x9lXg&oe=6272073D'),(3540,637,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984679388327562-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984679388327562-m.jpg\";}'),(3541,637,'_sli_likes_count','0'),(3542,637,'_sli_comments_count','0'),(3543,637,'_sli_comments','a:0:{}'),(3544,637,'_sli_children','a:0:{}'),(3545,637,'_sli_is_story',''),(3546,637,'_sli_last_requested','1668446651'),(446782,637,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3548,638,'_sli_media_id','18128904169167422'),(3549,638,'_sli_media_username','lavendermatyoga'),(3550,638,'_sli_timestamp','2021-02-07T19:19:17+0000'),(3551,638,'_sli_caption',''),(3552,638,'_sli_media_type','VIDEO'),(3553,638,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_803526737174041_6964252787823989992_n.mp4?_nc_cat=102&vs=17904371479707684_4218269112&_nc_vs=HBksFQAYJEdJQ1dtQUFabnJ5bHpkb0NBT2pVUlNnRC02VmdidlZCQUFBRhUAAsgBABUAGCRHSl9oendoM19hQ1ZFRUVCQUQtc1BQYXBOb0VNYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbIganLwvvNPxUCKAJDMywXQHHJDlYEGJMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=xOr-IxR3jI4AX8eOsBK&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfC6SfC9BIUL4sD_DisLRDDxyE2_A5JHnhBLYQKthrmmSg&oe=63731C8B&_nc_rid=d4885e1027'),(3554,638,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3555,638,'_sli_permalink','https://www.instagram.com/tv/CLAJmH3B6L5/'),(3556,638,'_sli_shortcode',''),(3557,638,'_sli_video_title',''),(3558,638,'_sli_product_type',''),(3559,638,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/146442394_258125129012848_1428164586277375317_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kiCrgS-OF5EAX8KuBeS&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8fJg7EauKYKS63tkn2bTOAnAe9cE_I2sWwLxVJuXdSzg&oe=627297A1'),(3560,638,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18128904169167422-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18128904169167422-m.jpg\";}'),(3561,638,'_sli_likes_count','0'),(3562,638,'_sli_comments_count','0'),(3563,638,'_sli_comments','a:0:{}'),(3564,638,'_sli_children','a:0:{}'),(3565,638,'_sli_is_story',''),(3566,638,'_sli_last_requested','1668446659'),(446783,638,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3568,639,'_sli_media_id','17888090434960710'),(3569,639,'_sli_media_username','lavendermatyoga'),(3570,639,'_sli_timestamp','2021-02-07T19:06:16+0000'),(3571,639,'_sli_caption',''),(3572,639,'_sli_media_type','VIDEO'),(3573,639,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_250747433345198_6025529174644836977_n.mp4?_nc_cat=107&vs=18138758293177537_649852361&_nc_vs=HBksFQAYJEdJQ1dtQUN1WUxHdkRlUUFBSEZLZFJiY19wNVRidlZCQUFBRhUAAsgBABUAGCRHQlV1Mmdqa3Blc3RLNnNDQUlleUNTd25ic3NmYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaCsIKmyMa4QBUCKAJDMywXQHrEzMzMzM0YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=GFz4Y6CpuFEAX89va8_&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCUyA9rTYZi7ilCczFilNRryhYM-VmLuarMDtnc9vzfgg&oe=637301C5&_nc_rid=96bfb9c848'),(3574,639,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3575,639,'_sli_permalink','https://www.instagram.com/tv/CLAH2QJhXpq/'),(3576,639,'_sli_shortcode',''),(3577,639,'_sli_video_title',''),(3578,639,'_sli_product_type',''),(3579,639,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/146714889_409050333732109_8094830263127439108_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=dPzZR9PgE5wAX83y-8X&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_SbWGQtTf75qZvtUEn1mrgofBR4B0Ajqj4vPokhDBBjQ&oe=6271F040'),(3580,639,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888090434960710-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888090434960710-m.jpg\";}'),(3581,639,'_sli_likes_count','0'),(3582,639,'_sli_comments_count','0'),(3583,639,'_sli_comments','a:0:{}'),(3584,639,'_sli_children','a:0:{}'),(3585,639,'_sli_is_story',''),(3586,639,'_sli_last_requested','1668446660'),(446784,639,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3588,640,'_sli_media_id','17860152734408677'),(3589,640,'_sli_media_username','lavendermatyoga'),(3590,640,'_sli_timestamp','2021-02-05T15:01:38+0000'),(3591,640,'_sli_caption',''),(3592,640,'_sli_media_type','VIDEO'),(3593,640,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_1173476683088378_8702298213929603027_n.mp4?_nc_cat=102&vs=17864487890320517_2071919927&_nc_vs=HBksFQAYJEdJQ1dtQUQ2QWRsVVJTc0VBTk5QeW1vZXhzUjRidlZCQUFBRhUAAsgBABUAGCRHQTg4dWdqU3JONG1VYVlCQUVkcFpTNExVRlpSYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaKp%2Bym9em7PxUCKAJDMywXQHNzul41P30YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=ETKUHux0-5gAX8o0ZTE&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCgrhAERtP3F9QG4Nu-IN6emlODavwl71qr0b66PkVt-Q&oe=63731FCC&_nc_rid=14c6949e2e'),(3594,640,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3595,640,'_sli_permalink','https://www.instagram.com/tv/CK6imRRBRu6/'),(3596,640,'_sli_shortcode',''),(3597,640,'_sli_video_title',''),(3598,640,'_sli_product_type',''),(3599,640,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/146049696_1030633037416605_2049794880672239250_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=266XLtROcC4AX8AcqoX&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT91zKgddNXo5cLb7oh7gxaek0m3GETnCYkQs5K2lHMWDA&oe=62729277'),(3600,640,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860152734408677-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860152734408677-m.jpg\";}'),(3601,640,'_sli_likes_count','0'),(3602,640,'_sli_comments_count','0'),(3603,640,'_sli_comments','a:0:{}'),(3604,640,'_sli_children','a:0:{}'),(3605,640,'_sli_is_story',''),(3606,640,'_sli_last_requested','1668446660'),(446785,640,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3608,641,'_sli_media_id','17917129720539969'),(3609,641,'_sli_media_username','lavendermatyoga'),(3610,641,'_sli_timestamp','2021-02-04T17:24:56+0000'),(3611,641,'_sli_caption',''),(3612,641,'_sli_media_type','VIDEO'),(3613,641,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_515734482731023_8002408511839592627_n.mp4?_nc_cat=103&vs=17856219872444616_2296298107&_nc_vs=HBksFQAYJEdJQ1dtQUFQUUtUS0R0VUJBTFBnd3Bja1JBNXZidlZCQUFBRhUAAsgBABUAGCRHUEF0dFFqZjRFbGZvOU1BQUY1MGh4UE93ZVFBYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaQraKi%2BYe4PxUCKAJDMywXQIapmZmZmZoYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=puQl0c9VWI0AX8buG1r&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfC9uM-yvuv4kHJSUFubbNI1RuEV-rmYK5ESyKj2e-rz5A&oe=63730912&_nc_rid=ed341da5dc'),(3614,641,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3615,641,'_sli_permalink','https://www.instagram.com/tv/CK4C0iYhX0M/'),(3616,641,'_sli_shortcode',''),(3617,641,'_sli_video_title',''),(3618,641,'_sli_product_type',''),(3619,641,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/145404269_1146352339127396_6690872512706215208_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=hLioTSgQ3a4AX-nPmA3&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_ehk_AwKiG_N2dysxoNN5UrCviqjnGBYuCPtgr32z6wA&oe=6273562B'),(3620,641,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917129720539969-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917129720539969-m.jpg\";}'),(3621,641,'_sli_likes_count','0'),(3622,641,'_sli_comments_count','0'),(3623,641,'_sli_comments','a:0:{}'),(3624,641,'_sli_children','a:0:{}'),(3625,641,'_sli_is_story',''),(3626,641,'_sli_last_requested','1668446660'),(446786,641,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3628,642,'_sli_media_id','17859625493461585'),(3629,642,'_sli_media_username','lavendermatyoga'),(3630,642,'_sli_timestamp','2021-02-03T22:45:52+0000'),(3631,642,'_sli_caption',''),(3632,642,'_sli_media_type','VIDEO'),(3633,642,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_2826145854370073_1435085104347650949_n.mp4?_nc_cat=103&vs=17949713878411835_3053072145&_nc_vs=HBksFQAYJEdJQ1dtQUFac2J0YlhRb0tBSVdiR0l0TWN1b1RidlZCQUFBRhUAAsgBABUAGCRHSDJ4cWdnTlcxTk5yVllEQURjV1BPNEh1M0V5YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb2pYKEvMriPxUCKAJDMywXQHGhmZmZmZoYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=vqOGk3NcbEcAX_KUKsi&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD6wVuN3IRT1wP8En6jchJVGMkkMDaKyvUp6fDOHhpXiQ&oe=6373074F&_nc_rid=ab71afec05'),(3634,642,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3635,642,'_sli_permalink','https://www.instagram.com/tv/CK2GYK7BI5R/'),(3636,642,'_sli_shortcode',''),(3637,642,'_sli_video_title',''),(3638,642,'_sli_product_type',''),(3639,642,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/145878027_704956116821331_7636462438974912576_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=TT1xJipdORAAX9Yv1eW&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_zkrBtphKN9ZQI2AdS3w2XQyhsliDGkoItM7jRHXvCDw&oe=62727566'),(3640,642,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859625493461585-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859625493461585-m.jpg\";}'),(3641,642,'_sli_likes_count','0'),(3642,642,'_sli_comments_count','0'),(3643,642,'_sli_comments','a:0:{}'),(3644,642,'_sli_children','a:0:{}'),(3645,642,'_sli_is_story',''),(3646,642,'_sli_last_requested','1668446660'),(446787,642,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3648,643,'_sli_options','a:83:{s:7:\"useCase\";s:8:\"accounts\";s:8:\"template\";s:7:\"gallery\";s:6:\"layout\";s:4:\"grid\";s:10:\"numColumns\";a:3:{s:7:\"desktop\";i:5;s:6:\"tablet\";i:4;s:5:\"phone\";i:3;}s:13:\"highlightFreq\";a:1:{s:7:\"desktop\";i:7;}s:20:\"sliderNumScrollPosts\";a:1:{s:7:\"desktop\";i:1;}s:14:\"sliderInfinite\";b:1;s:10:\"sliderLoop\";b:0;s:14:\"sliderArrowPos\";a:1:{s:7:\"desktop\";s:6:\"inside\";}s:15:\"sliderArrowSize\";a:1:{s:7:\"desktop\";i:20;}s:16:\"sliderArrowColor\";a:4:{s:1:\"r\";i:255;s:1:\"b\";i:255;s:1:\"g\";i:255;s:1:\"a\";i:1;}s:18:\"sliderArrowBgColor\";a:4:{s:1:\"r\";i:0;s:1:\"b\";i:0;s:1:\"g\";i:0;s:1:\"a\";d:0.8000000000000000444089209850062616169452667236328125;}s:16:\"sliderAutoScroll\";b:0;s:18:\"sliderAutoInterval\";i:3;s:9:\"postOrder\";s:9:\"date_desc\";s:8:\"numPosts\";a:3:{s:7:\"desktop\";i:15;s:6:\"tablet\";i:12;s:5:\"phone\";i:9;}s:12:\"linkBehavior\";a:1:{s:7:\"desktop\";s:8:\"lightbox\";}s:9:\"feedWidth\";a:1:{s:7:\"desktop\";s:0:\"\";}s:10:\"feedHeight\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"feedPadding\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:5:\"phone\";i:0;}s:10:\"imgPadding\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:5:\"phone\";i:0;}s:8:\"textSize\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:5:\"phone\";s:0:\"\";}s:7:\"bgColor\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:0;}s:9:\"hoverInfo\";a:2:{i:0;s:14:\"likes_comments\";i:1;s:10:\"insta_link\";}s:14:\"textColorHover\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:1;}s:12:\"bgColorHover\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:0;s:1:\"b\";i:0;s:1:\"a\";d:0.5;}s:10:\"showHeader\";a:1:{s:7:\"desktop\";b:0;}s:10:\"headerInfo\";a:1:{s:7:\"desktop\";a:2:{i:0;s:11:\"profile_pic\";i:1;s:3:\"bio\";}}s:13:\"headerAccount\";i:5;s:11:\"headerStyle\";a:2:{s:7:\"desktop\";s:6:\"normal\";s:5:\"phone\";s:8:\"centered\";}s:14:\"headerTextSize\";a:1:{s:7:\"desktop\";s:0:\"\";}s:15:\"headerPhotoSize\";a:1:{s:7:\"desktop\";i:50;}s:15:\"headerTextColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:0;s:1:\"b\";i:0;s:1:\"a\";i:1;}s:13:\"headerBgColor\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:1;}s:13:\"headerPadding\";a:1:{s:7:\"desktop\";i:0;}s:16:\"customProfilePic\";i:0;s:13:\"customBioText\";s:0:\"\";s:14:\"includeStories\";b:0;s:15:\"storiesInterval\";i:5;s:12:\"showCaptions\";a:1:{s:7:\"desktop\";b:0;}s:16:\"captionMaxLength\";a:1:{s:7:\"desktop\";i:0;}s:17:\"captionRemoveDots\";b:0;s:11:\"captionSize\";a:1:{s:7:\"desktop\";i:0;}s:12:\"captionColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:0;s:1:\"b\";i:0;s:1:\"a\";i:1;}s:9:\"showLikes\";a:1:{s:7:\"desktop\";b:0;}s:12:\"showComments\";a:1:{s:7:\"desktop\";b:0;}s:10:\"lcIconSize\";a:1:{s:7:\"desktop\";i:14;}s:14:\"likesIconColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:0;s:1:\"b\";i:0;s:1:\"a\";i:1;}s:17:\"commentsIconColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:0;s:1:\"b\";i:0;s:1:\"a\";i:1;}s:19:\"lightboxShowSidebar\";b:0;s:16:\"lightboxCtaStyle\";s:4:\"link\";s:17:\"lightboxCtaDesign\";a:3:{s:4:\"text\";a:2:{s:5:\"color\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:0;s:1:\"b\";i:0;s:1:\"a\";i:1;}s:5:\"align\";s:6:\"center\";}s:7:\"bgColor\";a:4:{s:1:\"r\";i:230;s:1:\"g\";i:230;s:1:\"b\";i:230;s:1:\"a\";i:1;}s:6:\"border\";a:1:{s:6:\"radius\";i:3;}}s:19:\"numLightboxComments\";i:50;s:15:\"showLoadMoreBtn\";a:1:{s:7:\"desktop\";b:0;}s:17:\"loadMoreBtnDesign\";a:5:{s:4:\"text\";a:2:{s:5:\"color\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:1;}s:5:\"align\";s:6:\"center\";}s:6:\"border\";a:1:{s:6:\"radius\";i:3;}s:7:\"bgColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:149;s:1:\"b\";i:246;s:1:\"a\";i:1;}s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"onHover\";a:2:{s:4:\"text\";a:1:{s:5:\"color\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:1;}}s:7:\"bgColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:129;s:1:\"b\";i:203;s:1:\"a\";i:1;}}}s:15:\"loadMoreBtnText\";s:9:\"Load more\";s:17:\"loadMoreBtnScroll\";b:1;s:8:\"autoload\";b:0;s:13:\"showFollowBtn\";a:3:{s:7:\"desktop\";b:0;s:5:\"phone\";b:0;s:6:\"tablet\";b:0;}s:13:\"followBtnText\";s:19:\"Follow on Instagram\";s:15:\"followBtnDesign\";a:5:{s:4:\"text\";a:2:{s:5:\"color\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:1;}s:5:\"align\";s:6:\"center\";}s:6:\"border\";a:1:{s:6:\"radius\";i:3;}s:7:\"bgColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:149;s:1:\"b\";i:246;s:1:\"a\";i:1;}s:6:\"margin\";a:4:{s:3:\"top\";i:0;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:7:\"onHover\";a:2:{s:4:\"text\";a:1:{s:5:\"color\";a:4:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;s:1:\"a\";i:1;}}s:7:\"bgColor\";a:4:{s:1:\"r\";i:0;s:1:\"g\";i:129;s:1:\"b\";i:203;s:1:\"a\";i:1;}}}s:17:\"followBtnLocation\";a:2:{s:7:\"desktop\";s:6:\"header\";s:5:\"phone\";s:6:\"bottom\";}s:18:\"alignFooterButtons\";a:1:{s:7:\"desktop\";b:0;}s:8:\"accounts\";a:1:{i:0;i:568;}s:6:\"tagged\";a:0:{}s:8:\"hashtags\";a:0:{}s:9:\"mediaType\";s:3:\"all\";s:16:\"hashtagWhitelist\";a:0:{}s:16:\"hashtagBlacklist\";a:0:{}s:16:\"captionWhitelist\";a:0:{}s:16:\"captionBlacklist\";a:0:{}s:24:\"hashtagWhitelistSettings\";b:1;s:24:\"hashtagBlacklistSettings\";b:1;s:24:\"captionWhitelistSettings\";b:1;s:24:\"captionBlacklistSettings\";b:1;s:10:\"moderation\";a:0:{}s:14:\"moderationMode\";s:9:\"blacklist\";s:13:\"promosVersion\";i:2;s:13:\"promosEnabled\";b:1;s:19:\"globalPromosEnabled\";b:1;s:17:\"autoPromosEnabled\";b:1;s:14:\"promoOverrides\";a:0:{}s:9:\"feedPromo\";a:3:{s:10:\"linkSource\";a:1:{s:4:\"type\";N;}s:12:\"linkBehavior\";a:2:{s:10:\"openNewTab\";b:0;s:12:\"showPopupBox\";b:0;}s:8:\"linkText\";s:0:\"\";}}'),(3649,644,'_sli_media_id','17964562777374735'),(3650,644,'_sli_media_username','lavendermatyoga'),(3651,644,'_sli_timestamp','2021-02-02T15:00:33+0000'),(3652,644,'_sli_caption',''),(3653,644,'_sli_media_type','VIDEO'),(3654,644,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_115658940458983_8157013729948396180_n.mp4?_nc_cat=110&vs=17860340960358220_25811914&_nc_vs=HBksFQAYJEdJQ1dtQURucHcteU1Ha0FBSlRxamduRmlETnhidlZCQUFBRhUAAsgBABUAGCRHTXZ2dGdpakV1a09ZaFFLQVB1bFlyRGE4ajlIYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaY08qQy%2Fi5PxUCKAJDMywXQHj%2B7ZFocrAYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=qT179m_pK8UAX9Qhz-f&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB22g_FaMwAO-Fn7_wTYgN4Xo3zhiQ6DvhKzst8CrbCKg&oe=6373226A&_nc_rid=c8902140ef'),(3655,644,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3656,644,'_sli_permalink','https://www.instagram.com/tv/CKyz04mhLq_/'),(3657,644,'_sli_shortcode',''),(3658,644,'_sli_video_title',''),(3659,644,'_sli_product_type',''),(3660,644,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/144386966_464251844598965_7566941231932200602_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5WDouEH53LIAX9mRRmq&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_Hoo0Lq_nGgZ4ZdM6gDULg8kL-Zqf9zQJyFbZvku4bSA&oe=6272387E'),(3661,644,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17964562777374735-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17964562777374735-m.jpg\";}'),(3662,644,'_sli_likes_count','0'),(3663,644,'_sli_comments_count','0'),(3664,644,'_sli_comments','a:0:{}'),(3665,644,'_sli_children','a:0:{}'),(3666,644,'_sli_is_story',''),(3667,644,'_sli_last_requested','1668446660'),(446788,644,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(3669,645,'_sli_media_id','17856114914495330'),(3670,645,'_sli_media_username','lavendermatyoga'),(3671,645,'_sli_timestamp','2021-02-02T01:12:00+0000'),(3672,645,'_sli_caption',''),(3673,645,'_sli_media_type','VIDEO'),(3674,645,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_2912714785627025_7649903550345990707_n.mp4?_nc_cat=106&vs=17887880287953453_1456102299&_nc_vs=HBksFQAYJEdJQ1dtQUNSR3lGQ0dWa0tBRE5TWDRTLTZpbHFidlZCQUFBRhUAAsgBABUAGCRHSnNtb2dqaXUwWjZLbzhBQUxsdG9fbEVQQnQxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbatpju4rrGPxUCKAJDMywXQIFZEGJN0vIYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=tW2CGzz8xQIAX-Met80&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCGk9TpSMWhUMptyTUp3RwfEh3AXhiqdW2YZnCs0SK0lA&oe=6372EFA4&_nc_rid=7d596c931d'),(3675,645,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:2048;}'),(3676,645,'_sli_permalink','https://www.instagram.com/tv/CKw7aoNBiKa/'),(3677,645,'_sli_shortcode',''),(3678,645,'_sli_video_title',''),(3679,645,'_sli_product_type',''),(3680,645,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/145316227_163155922237047_2109920711101732355_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kKoECYZjlAwAX_km_p3&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_jDOMAbohK1d1i25mHTCIQn3YdwLQaULf6BmNVpMSgXg&oe=62724AE2'),(3681,645,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856114914495330-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856114914495330-m.jpg\";}'),(3682,645,'_sli_likes_count','0'),(3683,645,'_sli_comments_count','0'),(3684,645,'_sli_comments','a:0:{}'),(3685,645,'_sli_children','a:0:{}'),(3686,645,'_sli_is_story',''),(3687,645,'_sli_last_requested','1668446661'),(446789,645,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441798,12648,'_sli_media_id','17893895260865364'),(441799,12648,'_sli_media_username','lavendermatyoga'),(23845,1543,'_sli_likes_count','0'),(23846,1543,'_sli_comments_count','0'),(23847,1543,'_sli_comments','a:0:{}'),(23848,1543,'_sli_children','a:0:{}'),(23849,1543,'_sli_is_story',''),(23850,1543,'_sli_last_requested','1668441622'),(446708,1543,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(245046,7567,'_edit_lock','1660942394:1'),(245047,7567,'_edit_last','1'),(245048,7567,'_elementor_edit_mode','builder'),(245049,7567,'qode_page_background_image_fixed','yes'),(23844,1543,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856403393012039-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856403393012039-m.jpg\";}'),(23843,1543,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/12445932_574257139416920_593853335_n.jpg?_nc_cat=105&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=EYI8aqaLD_MAX8KNiLt&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_I0fSTn7mNGknzBpOGhM1or4CDO4fhRxkxZuKrZO_KzQ&oe=6281F8A8'),(23841,1543,'_sli_video_title',''),(23842,1543,'_sli_product_type',''),(23838,1543,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(23839,1543,'_sli_permalink','https://www.instagram.com/p/BEmM_udPz5c/'),(23840,1543,'_sli_shortcode','BEmM_udPz5c'),(23837,1543,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/13093041_1058432897529063_658867330_n.mp4?_nc_cat=109&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=OSJ0tF1eLfMAX9L5jMP&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfA9wZF8OonM9K8SSo6lGQz4LrDkmUansKJvSLMLtcy2IA&oe=63730A00'),(23836,1543,'_sli_media_type','VIDEO'),(23835,1543,'_sli_caption','🌟Behind the scenes magic 🌟\n\nSo excited for be a teacher at Tarot Summer School! This class I\'ve created for my workshop, \"Unlocking the Major Arcana through Yoga\" is pure awesomeness 😍🙏🏻💕 @Ethony #tarotsummerschool #tarotyogaworkshop #yoga #behindthescenes'),(23834,1543,'_sli_timestamp','2016-04-24T20:46:31+0000'),(23833,1543,'_sli_media_username','lavendermatyoga'),(23832,1543,'_sli_media_id','17856403393012039'),(439283,12578,'_sli_media_type','IMAGE'),(439284,12578,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXgI_AnA3Xf&size=l'),(439285,12578,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:575;}'),(439286,12578,'_sli_permalink','https://www.instagram.com/p/BXgI_AnA3Xf/'),(439277,12577,'_sli_last_requested','1668115074'),(439278,12577,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439279,12578,'_sli_media_id','17879427658123281'),(439280,12578,'_sli_media_username','lavendermatyoga'),(439281,12578,'_sli_timestamp','2017-08-07T18:12:31+0000'),(439282,12578,'_sli_caption','I teach FREE yoga classes three times a month at Blue Cross Blue Shield in Mt.Pleasant Towne Center\n✨✨✨\nThis is an awesome, non intimidating, fun opportunity to create some community amongst my clients.\n✨✨✨\nJoin us tonight at 6pm and remember that you are not alone 💋'),(439276,12577,'_sli_is_story',''),(439275,12577,'_sli_children','a:0:{}'),(439273,12577,'_sli_comments_count','0'),(439274,12577,'_sli_comments','a:0:{}'),(439272,12577,'_sli_likes_count','0'),(439271,12577,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892470815041461-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892470815041461-m.jpg\";}'),(439267,12577,'_sli_shortcode','BXiXxTSAGkE'),(439268,12577,'_sli_video_title',''),(439269,12577,'_sli_product_type',''),(439270,12577,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892470815041461-m.jpg'),(439266,12577,'_sli_permalink','https://www.instagram.com/p/BXiXxTSAGkE/'),(439265,12577,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439263,12577,'_sli_media_type','IMAGE'),(439264,12577,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXiXxTSAGkE&size=l'),(439262,12577,'_sli_caption','\"Finally bought myself this precious piece, a rose-quartz self-pleasure wand. Women are so often given strict guidelines on how we should embrace our sexuality. It’s generally for the benefit of men or sexual partners. But what about the most important relationship we’ll ever be in - the one with ourselves? They’re our beautiful bodies, we should damn well have the right to enjoy them to their fullest potential without condemnation or shame from a society where sex is stigmatised as promiscuous and dirty. What happens when sexual energy is considered sacred, powerful, expansive, transformational and totally pure? Well it’s pretty great, but don’t take my word for it ;)\" - @tess_fowler\n✨✨✨\nCheck out my shop 👆🏻www.madisonrosenberger.com/shop for more information 💋\n.\n.\n.\n.\n.\n.\n.\n.\n.\n#womensempowerment #selfpleasure #pleasurewand #tantra #sacredsex #getcomfortabletalkingaboutpleasure #nothingnaughty #noshameforwomen'),(439248,12576,'_sli_video_title',''),(439249,12576,'_sli_product_type',''),(439250,12576,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892432778037571-m.jpg'),(439251,12576,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892432778037571-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17892432778037571-m.jpg\";}'),(439252,12576,'_sli_likes_count','0'),(439253,12576,'_sli_comments_count','0'),(439254,12576,'_sli_comments','a:0:{}'),(439255,12576,'_sli_children','a:0:{}'),(439256,12576,'_sli_is_story',''),(439257,12576,'_sli_last_requested','1668115074'),(439258,12576,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439259,12577,'_sli_media_id','17892470815041461'),(439260,12577,'_sli_media_username','lavendermatyoga'),(439261,12577,'_sli_timestamp','2017-08-08T15:00:12+0000'),(439241,12576,'_sli_timestamp','2017-08-08T19:46:08+0000'),(439242,12576,'_sli_caption','You may have heard of the new hip trend, Turmeric Lattes, well this warm scrumptious drink is not \"new\" by any standards. Tumeric Lattes, or Golden Milk as they are more commonly known, are an ancient Vata balancing Ayurvedic Indian Remedy. This tasty drink has become a very comforting and soothing night time ritual for me!\n☕️☕️☕️\nTurmeric, or haldi doodh in Hindi, has been used for thousands of years for medicinal purposes.\nGolden Milk is known to help with:\nDepression and anxiety\nInsomnia\nMenstrual Cramps and Reproductive Health\nImmunity\nCough and Colds\nWeight Loss and Calorie Burning\nDigestive Problems\nBlood Purification\nSkin Clarification\nAutoimmune Diseases\nHeadaches and Congestion\nArthritis and Joint Pain\nCancer\n✨✨✨✨\nHEAD ON OVER TO MY PRIVATE FB GROUP TO WATCH A \"HOW TO\" VIDEO 👌🏻👌🏻\n👉🏻👉🏻👉🏻Spiritual Teachings With Madison Rosenberger, bit.ly/spiritualteachingswithmadison , link in bio 👆🏻\n✨✨✨✨\nOnce a month I post a video to answer questions from my students/clients about anything related to spirituality, wellness, health, happiness, self-help, magic, metaphysics...the sky is the limit. Submit your own questions to the private FB group wall 🙌🏻💕'),(439247,12576,'_sli_shortcode','BXi4fjTAncK'),(439245,12576,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439246,12576,'_sli_permalink','https://www.instagram.com/p/BXi4fjTAncK/'),(439243,12576,'_sli_media_type','IMAGE'),(439244,12576,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXi4fjTAncK&size=l'),(439239,12576,'_sli_media_id','17892432778037571'),(439240,12576,'_sli_media_username','lavendermatyoga'),(439236,12575,'_sli_is_story',''),(439237,12575,'_sli_last_requested','1668115074'),(439238,12575,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439235,12575,'_sli_children','a:0:{}'),(439234,12575,'_sli_comments','a:0:{}'),(439232,12575,'_sli_likes_count','0'),(439233,12575,'_sli_comments_count','0'),(439231,12575,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893153927023868-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893153927023868-m.jpg\";}'),(439227,12575,'_sli_shortcode','BXnfKudATkx'),(439228,12575,'_sli_video_title',''),(439229,12575,'_sli_product_type',''),(439230,12575,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893153927023868-m.jpg'),(439225,12575,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439226,12575,'_sli_permalink','https://www.instagram.com/p/BXnfKudATkx/'),(439224,12575,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXnfKudATkx&size=l'),(439223,12575,'_sli_media_type','IMAGE'),(439222,12575,'_sli_caption','Charging up a special Abundance Blend I made 💰💸💰💵'),(439219,12575,'_sli_media_id','17893153927023868'),(439220,12575,'_sli_media_username','lavendermatyoga'),(439221,12575,'_sli_timestamp','2017-08-10T14:41:02+0000'),(439217,12574,'_sli_last_requested','1668115073'),(446707,1538,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(23749,1538,'_sli_is_story',''),(23750,1538,'_sli_last_requested','1668441622'),(23745,1538,'_sli_likes_count','0'),(23746,1538,'_sli_comments_count','0'),(23747,1538,'_sli_comments','a:0:{}'),(23748,1538,'_sli_children','a:0:{}'),(23744,1538,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856280798013451-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856280798013451-m.jpg\";}'),(23742,1538,'_sli_product_type',''),(23743,1538,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/13126861_1534892663484752_778935268_n.jpg?_nc_cat=103&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=xw0Q-Ymvo44AX9_XEiW&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_qaKHHdJiJ_iLDndnd2n0Ww1N2BP13PYiQCQYbSQ3ZRQ&oe=62805609'),(23740,1538,'_sli_shortcode','BFOkG8ePz_z'),(23741,1538,'_sli_video_title',''),(23739,1538,'_sli_permalink','https://www.instagram.com/p/BFOkG8ePz_z/'),(23738,1538,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(23737,1538,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/13222406_282640138736042_1413033753_n.mp4?_nc_cat=110&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=d2rEQe7XFUoAX86dNjp&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDnOqbWmKI4Z89W1-MUKSHVUTU4h9iZilAGJ_MHT-H4mg&oe=63730ADA'),(23736,1538,'_sli_media_type','VIDEO'),(23735,1538,'_sli_caption','Connecting with the elements heightens your yoga practice! 🐚🐠\nSometimes the tide comes in, but it\'s how you respond that matters\nDo you run off when life changes or do you go with the flow? (Pun intended 😉)\nBeach Yoga tonight at 6:30pm 🐳\nDM me or email info@madisonrosenberger.com for details!\n\n#sullivansisland #charlestonsc #beach #beachyoga #tide #waves #ocean #sand #childspose #elements'),(23734,1538,'_sli_timestamp','2016-05-10T12:58:06+0000'),(23732,1538,'_sli_media_id','17856280798013451'),(23733,1538,'_sli_media_username','lavendermatyoga'),(439218,12574,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439216,12574,'_sli_is_story',''),(439215,12574,'_sli_children','a:0:{}'),(439214,12574,'_sli_comments','a:0:{}'),(439213,12574,'_sli_comments_count','0'),(439203,12574,'_sli_media_type','IMAGE'),(439204,12574,'_sli_media_url','https://lavendermatyoga.com?sli-img=BXvWahegUMg&size=l'),(439205,12574,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(439206,12574,'_sli_permalink','https://www.instagram.com/p/BXvWahegUMg/'),(439212,12574,'_sli_likes_count','0'),(439211,12574,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882184523129559-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882184523129559-m.jpg\";}'),(439209,12574,'_sli_product_type',''),(439210,12574,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882184523129559-m.jpg'),(439207,12574,'_sli_shortcode','BXvWahegUMg'),(439208,12574,'_sli_video_title',''),(439202,12574,'_sli_caption','In honor of this goddess\' 30th birthday the Rose Quartz pleasure Wand is on sale! ✨✨✨\nNavigate to my web shop , www.madisonrosenberger.com/shop, and use coupon code DIRTY30 at checkout.\n(Link in bio!👆🏻)\n💗💗💗💗\n@rosie.rees , How does it feel to be \"thirty, flirty, and thriving\" ?(13 going on 30 is my fav movie!)'),(439200,12574,'_sli_media_username','lavendermatyoga'),(439201,12574,'_sli_timestamp','2017-08-13T15:58:29+0000'),(439192,12573,'_sli_likes_count','0'),(439193,12573,'_sli_comments_count','0'),(439194,12573,'_sli_comments','a:0:{}'),(439195,12573,'_sli_children','a:0:{}'),(439196,12573,'_sli_is_story',''),(439197,12573,'_sli_last_requested','1668115073'),(439198,12573,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439199,12574,'_sli_media_id','17882184523129559'),(439191,12573,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890076650065022-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890076650065022-m.jpg\";}'),(439188,12573,'_sli_video_title',''),(439189,12573,'_sli_product_type',''),(439190,12573,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890076650065022-m.jpg'),(439187,12573,'_sli_shortcode','BX5ap3UgMFR'),(439186,12573,'_sli_permalink','https://www.instagram.com/p/BX5ap3UgMFR/'),(439185,12573,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439184,12573,'_sli_media_url','https://lavendermatyoga.com?sli-img=BX5ap3UgMFR&size=l'),(439183,12573,'_sli_media_type','IMAGE'),(439158,12571,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439159,12572,'_sli_media_id','17869643932146183'),(439160,12572,'_sli_media_username','lavendermatyoga'),(439161,12572,'_sli_timestamp','2017-08-19T15:11:04+0000'),(439162,12572,'_sli_caption','Treat yourself #spiritualselfcare #flowertherapy #flowerobsessed'),(439163,12572,'_sli_media_type','IMAGE'),(439164,12572,'_sli_media_url','https://lavendermatyoga.com?sli-img=BX-twmfA72G&size=l'),(439165,12572,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439166,12572,'_sli_permalink','https://www.instagram.com/p/BX-twmfA72G/'),(439167,12572,'_sli_shortcode','BX-twmfA72G'),(439168,12572,'_sli_video_title',''),(439169,12572,'_sli_product_type',''),(439170,12572,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869643932146183-m.jpg'),(439171,12572,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869643932146183-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869643932146183-m.jpg\";}'),(439172,12572,'_sli_likes_count','0'),(439173,12572,'_sli_comments_count','0'),(439174,12572,'_sli_comments','a:0:{}'),(439175,12572,'_sli_children','a:0:{}'),(439176,12572,'_sli_is_story',''),(439177,12572,'_sli_last_requested','1668115073'),(439178,12572,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439179,12573,'_sli_media_id','17890076650065022'),(439180,12573,'_sli_media_username','lavendermatyoga'),(439181,12573,'_sli_timestamp','2017-08-17T13:47:56+0000'),(439182,12573,'_sli_caption','One of my favorite ways to rebalance my energy! By doing this you are creating a circuit of healing energy that comes in through the left (receiving hand), up the left arm, through the heart, down the right arm and out through the right (giving) hand (reverse directions if you are left hand dominant) I like to also envision a beautiful colored light traveling this path. Inhale as you watch it travel in and exhale as you watch it travel out. ✨✨✨\n🙏🏻🙏🏻🙏🏻\n#Repost @spiritedspace\n・・・\nEnergy Healers - for those that work with their hands and get occasional blockages of energy flow, rub a handful of Organic Pink Himalayan Salt between your palms for 30 seconds (until you feel the tingly heat return) and then place a Clear Quartz Crystal in each palm to initiate the flow in, through and out again 💫'),(439136,12570,'_sli_is_story',''),(439137,12570,'_sli_last_requested','1668115072'),(439138,12570,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439139,12571,'_sli_media_id','17867748880168264'),(439140,12571,'_sli_media_username','lavendermatyoga'),(439141,12571,'_sli_timestamp','2017-08-22T04:28:46+0000'),(439142,12571,'_sli_caption','I\'m so grateful I got to witness this beauty and thrilled to be living in the path of totality. I can already feel the silent power this energy has and know it\'s going to bring tremendous shifts for us all individually and collectively 🌔🌓🌒🌚🌘🌗🌖\n📸:@jasmanmander'),(439143,12571,'_sli_media_type','IMAGE'),(439144,12571,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYFSoyxAoxR&size=l'),(439145,12571,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(439146,12571,'_sli_permalink','https://www.instagram.com/p/BYFSoyxAoxR/'),(439147,12571,'_sli_shortcode','BYFSoyxAoxR'),(439148,12571,'_sli_video_title',''),(439149,12571,'_sli_product_type',''),(439150,12571,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867748880168264-m.jpg'),(439151,12571,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867748880168264-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867748880168264-m.jpg\";}'),(439152,12571,'_sli_likes_count','0'),(439153,12571,'_sli_comments_count','0'),(439154,12571,'_sli_comments','a:0:{}'),(439155,12571,'_sli_children','a:0:{}'),(439156,12571,'_sli_is_story',''),(439157,12571,'_sli_last_requested','1668115072'),(439125,12570,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439126,12570,'_sli_permalink','https://www.instagram.com/p/BYLjAJLA42-/'),(439127,12570,'_sli_shortcode','BYLjAJLA42-'),(439128,12570,'_sli_video_title',''),(439129,12570,'_sli_product_type',''),(439130,12570,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886529735076107-m.jpg'),(439131,12570,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886529735076107-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17886529735076107-m.jpg\";}'),(439132,12570,'_sli_likes_count','0'),(439133,12570,'_sli_comments_count','0'),(439134,12570,'_sli_comments','a:0:{}'),(439135,12570,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17894602879023268\";s:9:\"media_url\";s:291:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/20987328_1386043461515707_6881857035030233088_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=HTSKtMGQF9sAX_wCrE7&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB-ZJh2D2IQ32LoPnJq_LSuOy1GF5Trwj-zw_n5fAg0Xg&oe=6371E04C\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BYLhEwxA_qS/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894602879023268-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894602879023268-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894602879023268-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17895381730042157\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/20968717_347275775711546_6181157477447368704_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=HNrSN5wxIjcAX-ty1IK&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfC42cRRMZbg4OwViFYE-P8R0cpus3EDk_CHtdtZ5qeAZg&oe=63723704\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BYLhFGVAhxT/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895381730042157-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895381730042157-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895381730042157-m.jpg\";}}'),(439124,12570,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/20987328_1386043461515707_6881857035030233088_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=HTSKtMGQF9sAX_wCrE7&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB-ZJh2D2IQ32LoPnJq_LSuOy1GF5Trwj-zw_n5fAg0Xg&oe=6371E04C'),(439123,12570,'_sli_media_type','CAROUSEL_ALBUM'),(439121,12570,'_sli_timestamp','2017-08-24T14:47:12+0000'),(439122,12570,'_sli_caption','Yesterday I had my first Float experience! And all I can say is Wow!\nComplete sensory deprivation, 10 inches of water and 1,000lbs of Epsom Salt, making it twice as buoyant as the Dead Sea 🌊\nIt was a lot harder than I realized it would be.\nAs soon as I got into the tank, shut off the lights and laid down I felt this ache in my belly that was tremendous and so tight I almost couldn\'t breathe, I almost said \"screw it\" and got out of the tank...but my Guides (who came through clearer than usual) told me to stay, Reiki my stomach and breath deep.\nEventually it started to dissipate as I saw this hard concrete that had been built up around my Solar Plexus. They told me I had done this so that, as an Empath, I could keep out other people\'s energy. I then saw my solar plexus animal chakra guardian, who is a Lion, roar so loud it shattered the concrete.\nI instantly felt relaxed and relief and gave into the complete surrender.\nMy Guides reminded me that I don\'t need to block the energy of others but instead have faith that my internal Fire will burn up any negative energy and transmute it to love.\nThis can only be done with ease if I stay soft and relax my belly and instead continually stoke the flames of my inner sun, building confidence and love in myself.\n🌊🌊🌊\nNeedless to say I will be going back🙌🏻🙏🏻'),(439120,12570,'_sli_media_username','lavendermatyoga'),(439119,12570,'_sli_media_id','17886529735076107'),(439118,12569,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439116,12569,'_sli_is_story',''),(439117,12569,'_sli_last_requested','1668115070'),(439115,12569,'_sli_children','a:0:{}'),(439114,12569,'_sli_comments','a:0:{}'),(439113,12569,'_sli_comments_count','0'),(439112,12569,'_sli_likes_count','0'),(439111,12569,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870767999146432-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870767999146432-m.jpg\";}'),(439110,12569,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870767999146432-m.jpg'),(439109,12569,'_sli_product_type',''),(439108,12569,'_sli_video_title',''),(439107,12569,'_sli_shortcode','BYO1kcugAU2'),(439106,12569,'_sli_permalink','https://www.instagram.com/p/BYO1kcugAU2/'),(439105,12569,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439104,12569,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYO1kcugAU2&size=l'),(439090,12568,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870912797146566-m.jpg'),(439103,12569,'_sli_media_type','IMAGE'),(439102,12569,'_sli_caption','I can\'t get over the size of these roses 💗💗💗💗💗💗'),(439101,12569,'_sli_timestamp','2017-08-25T21:27:10+0000'),(439097,12568,'_sli_last_requested','1668115070'),(439098,12568,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439099,12569,'_sli_media_id','17870767999146432'),(439100,12569,'_sli_media_username','lavendermatyoga'),(439096,12568,'_sli_is_story',''),(439095,12568,'_sli_children','a:0:{}'),(439094,12568,'_sli_comments','a:0:{}'),(439093,12568,'_sli_comments_count','0'),(439092,12568,'_sli_likes_count','0'),(439091,12568,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870912797146566-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870912797146566-m.jpg\";}'),(439089,12568,'_sli_product_type',''),(439085,12568,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(439081,12568,'_sli_timestamp','2017-08-26T15:18:45+0000'),(439088,12568,'_sli_video_title',''),(439087,12568,'_sli_shortcode','BYQwM-WAIUj'),(439086,12568,'_sli_permalink','https://www.instagram.com/p/BYQwM-WAIUj/'),(439082,12568,'_sli_caption','Our first @bravabowlsacai experience 🙌🏻'),(439084,12568,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYQwM-WAIUj&size=l'),(439083,12568,'_sli_media_type','IMAGE'),(439076,12567,'_sli_is_story',''),(439077,12567,'_sli_last_requested','1668115069'),(439078,12567,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439079,12568,'_sli_media_id','17870912797146566'),(439080,12568,'_sli_media_username','lavendermatyoga'),(439072,12567,'_sli_likes_count','0'),(439073,12567,'_sli_comments_count','0'),(439074,12567,'_sli_comments','a:0:{}'),(439075,12567,'_sli_children','a:0:{}'),(439070,12567,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870413687158260-m.jpg'),(439071,12567,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870413687158260-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870413687158260-m.jpg\";}'),(439069,12567,'_sli_product_type',''),(439068,12567,'_sli_video_title',''),(439067,12567,'_sli_shortcode','BYQ0Nd3gAaX'),(439066,12567,'_sli_permalink','https://www.instagram.com/p/BYQ0Nd3gAaX/'),(439065,12567,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439064,12567,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYQ0Nd3gAaX&size=l'),(439063,12567,'_sli_media_type','IMAGE'),(439062,12567,'_sli_caption','😍😍😍'),(439061,12567,'_sli_timestamp','2017-08-26T15:53:46+0000'),(439060,12567,'_sli_media_username','lavendermatyoga'),(439055,12566,'_sli_children','a:0:{}'),(439056,12566,'_sli_is_story',''),(439057,12566,'_sli_last_requested','1668115069'),(439058,12566,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439059,12567,'_sli_media_id','17870413687158260'),(439052,12566,'_sli_likes_count','0'),(439053,12566,'_sli_comments_count','0'),(439054,12566,'_sli_comments','a:0:{}'),(439027,12565,'_sli_shortcode','BYbCdjkARQF'),(439028,12565,'_sli_video_title',''),(439029,12565,'_sli_product_type',''),(439030,12565,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895943747029143-m.jpg'),(439031,12565,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895943747029143-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895943747029143-m.jpg\";}'),(439051,12566,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896856434060628-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896856434060628-m.jpg\";}'),(439048,12566,'_sli_video_title',''),(439049,12566,'_sli_product_type',''),(439050,12566,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896856434060628-m.jpg'),(439047,12566,'_sli_shortcode','BYYTxifgKin'),(439046,12566,'_sli_permalink','https://www.instagram.com/p/BYYTxifgKin/'),(439045,12566,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(439044,12566,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYYTxifgKin&size=l'),(439043,12566,'_sli_media_type','IMAGE'),(439040,12566,'_sli_media_username','lavendermatyoga'),(439041,12566,'_sli_timestamp','2017-08-29T13:44:16+0000'),(439042,12566,'_sli_caption','Spring Sale! Use coupon code \"spring2017\" and receive 10% off all Yoni Crystals until September 1!\nLink in the bio! 👆🏻'),(439039,12566,'_sli_media_id','17896856434060628'),(439038,12565,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439037,12565,'_sli_last_requested','1668115068'),(439035,12565,'_sli_children','a:0:{}'),(439036,12565,'_sli_is_story',''),(439034,12565,'_sli_comments','a:0:{}'),(439033,12565,'_sli_comments_count','0'),(439020,12565,'_sli_media_username','lavendermatyoga'),(439021,12565,'_sli_timestamp','2017-08-30T15:10:43+0000'),(439022,12565,'_sli_caption','I\'m honored to be amongst such a wonderful group of yogis on the cover of this months @naturalawakeningslowcountry magazine! Can you spot me? 🙏🏻✨'),(439032,12565,'_sli_likes_count','0'),(439026,12565,'_sli_permalink','https://www.instagram.com/p/BYbCdjkARQF/'),(439025,12565,'_sli_media_size','a:2:{s:5:\"width\";i:923;s:6:\"height\";i:923;}'),(439023,12565,'_sli_media_type','IMAGE'),(439024,12565,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYbCdjkARQF&size=l'),(439019,12565,'_sli_media_id','17895943747029143'),(439018,12564,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(439016,12564,'_sli_is_story',''),(439017,12564,'_sli_last_requested','1668115068'),(438992,12563,'_sli_likes_count','0'),(439014,12564,'_sli_comments','a:0:{}'),(439015,12564,'_sli_children','a:0:{}'),(439012,12564,'_sli_likes_count','0'),(439013,12564,'_sli_comments_count','0'),(439011,12564,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883056845121168-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883056845121168-m.jpg\";}'),(439010,12564,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883056845121168-m.jpg'),(439008,12564,'_sli_video_title',''),(439009,12564,'_sli_product_type',''),(439007,12564,'_sli_shortcode','BYeAtimAB60'),(439006,12564,'_sli_permalink','https://www.instagram.com/p/BYeAtimAB60/'),(439001,12564,'_sli_timestamp','2017-08-31T18:53:08+0000'),(439002,12564,'_sli_caption','\"The flower that blooms in adversity is the most rare and beautiful of all\" - Mulan'),(439003,12564,'_sli_media_type','IMAGE'),(439004,12564,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYeAtimAB60&size=l'),(439005,12564,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(439000,12564,'_sli_media_username','lavendermatyoga'),(438999,12564,'_sli_media_id','17883056845121168'),(438993,12563,'_sli_comments_count','0'),(438994,12563,'_sli_comments','a:0:{}'),(438995,12563,'_sli_children','a:0:{}'),(438996,12563,'_sli_is_story',''),(438997,12563,'_sli_last_requested','1668115067'),(438998,12563,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438987,12563,'_sli_shortcode','BYtSzwLgpci'),(438988,12563,'_sli_video_title',''),(438989,12563,'_sli_product_type',''),(438990,12563,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871641839162169-m.jpg'),(438991,12563,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871641839162169-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871641839162169-m.jpg\";}'),(438976,12562,'_sli_is_story',''),(438977,12562,'_sli_last_requested','1668115067'),(438978,12562,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438979,12563,'_sli_media_id','17871641839162169'),(438980,12563,'_sli_media_username','lavendermatyoga'),(438981,12563,'_sli_timestamp','2017-09-06T17:19:53+0000'),(438982,12563,'_sli_caption','@drinkcoppercup sent me some samples and Roscoe and I love them! 💗\nWhen making my own Tumeric Lattes I always wanted to try Cayenne but never got the nerve to do it. Cooper Cup blends the cayenne so perfectly that it has just the right amount of kick (and this is coming from someone who is not a fan of hot!) I cannot stress how beneficial adding Cayenne to this magic formula is. ✨✨\nNot only is the blend tasty but it makes the whole process a lot easier and I can travel with my Turmeric Lattes!! ✨✨✨\nWhatever ails you, this will do the trick! \nThank you Copper Cup! 🙏🏻'),(438983,12563,'_sli_media_type','IMAGE'),(438984,12563,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYtSzwLgpci&size=l'),(438985,12563,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438986,12563,'_sli_permalink','https://www.instagram.com/p/BYtSzwLgpci/'),(438973,12562,'_sli_comments_count','0'),(438971,12562,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891913256070337-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891913256070337-m.jpg\";}'),(438975,12562,'_sli_children','a:0:{}'),(438974,12562,'_sli_comments','a:0:{}'),(438972,12562,'_sli_likes_count','0'),(438967,12562,'_sli_shortcode','BYwGCOUADHG'),(438968,12562,'_sli_video_title',''),(438969,12562,'_sli_product_type',''),(438970,12562,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891913256070337-m.jpg'),(438960,12562,'_sli_media_username','lavendermatyoga'),(438961,12562,'_sli_timestamp','2017-09-07T19:25:59+0000'),(438962,12562,'_sli_caption','Join me on FB live in my FB group, Spiritual Teachings with Madison Rosenberger, tomorrow at 4:44pm EST as I guide you through a meditation to send love to Hurricane Irma. ✨✨✨\nThere is power in numbers and our energy will be amplified if we synchronize our efforts! You don\'t have to join the FB live to join in! The meditation is laid out step by step for you in the FB event and I will post it the day of to my FB group! (link to my group is in my bio 👆🏻)\n✨✨✨\nJoin us and please help spread the word! ♥\n---------\n✨✨✨\nWhen:\nIf you can\'t join at 4:44pm anytime tomorrow is fine!To make this a global collaboration we will be meditating on different times during that day, but we will create a ‘meditation wave’ where one timezone takes over for the next. 24 hours of meditation, love and blessing for Hurricane Irma\n✨✨✨\nWhere:\nYour home, outside, your office, a church, a mosque, a classroom, the car while evacuating, wherever you are.\n✨✨✨\nWith:\nYour group, your Self, friends, family, collegues, anyone.\n✨✨✨\nHow\nTo read the \"how to\" meditation please check out my blog post (link also in the bio! 👆🏻) or join the FB event!'),(438966,12562,'_sli_permalink','https://www.instagram.com/p/BYwGCOUADHG/'),(438943,12561,'_sli_media_type','IMAGE'),(438944,12561,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYyF5GZAvsG&size=l'),(438945,12561,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438946,12561,'_sli_permalink','https://www.instagram.com/p/BYyF5GZAvsG/'),(438947,12561,'_sli_shortcode','BYyF5GZAvsG'),(438948,12561,'_sli_video_title',''),(438949,12561,'_sli_product_type',''),(438950,12561,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897601304023937-m.jpg'),(438951,12561,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897601304023937-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897601304023937-m.jpg\";}'),(438952,12561,'_sli_likes_count','0'),(438953,12561,'_sli_comments_count','0'),(438954,12561,'_sli_comments','a:0:{}'),(438955,12561,'_sli_children','a:0:{}'),(438956,12561,'_sli_is_story',''),(438957,12561,'_sli_last_requested','1668115066'),(438958,12561,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438959,12562,'_sli_media_id','17891913256070337'),(4189,43,'_last_editor_used_jetpack','classic-editor'),(438965,12562,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438964,12562,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYwGCOUADHG&size=l'),(438963,12562,'_sli_media_type','IMAGE'),(438923,12560,'_sli_media_type','IMAGE'),(438924,12560,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYyyP9egZq6&size=l'),(438925,12560,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438926,12560,'_sli_permalink','https://www.instagram.com/p/BYyyP9egZq6/'),(438927,12560,'_sli_shortcode','BYyyP9egZq6'),(438928,12560,'_sli_video_title',''),(438929,12560,'_sli_product_type',''),(438930,12560,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885137453124617-m.jpg'),(438931,12560,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885137453124617-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885137453124617-m.jpg\";}'),(438932,12560,'_sli_likes_count','0'),(438933,12560,'_sli_comments_count','0'),(438934,12560,'_sli_comments','a:0:{}'),(438935,12560,'_sli_children','a:0:{}'),(438936,12560,'_sli_is_story',''),(438937,12560,'_sli_last_requested','1668115066'),(438938,12560,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438939,12561,'_sli_media_id','17897601304023937'),(438940,12561,'_sli_media_username','lavendermatyoga'),(438941,12561,'_sli_timestamp','2017-09-08T14:03:13+0000'),(438942,12561,'_sli_caption','The current emotional and actual weather is making it hard to stay calm and find your peaceful center. Join us today in my FB group (link in the bio) for the World Synchronized Meditation for Hurricane Irma and realign with love over fear. Here are some other ways you can make the conscious choice and help shift the collective energy by leading with love.\n✨✨✨\nALIGNING WITH LOVE LOOKS LIKE:\n-Finding gratitude in unexpected places. I am so grateful to this storm because it has encouraged me to address my fear and shift it. It has also encouraged me to organize all my important documents! 😉\n-Dropping judgment of yourself and others. Shadow is a part of the Light, they are two halves of the same whole. Nothing is right, nothing is wrong. Everything is simply, what is\n-Let Go and Let God. Going with the flow means you trust in Love and release Fear of the unknown. Practice Faith and belief that EVERYTHING that happens is ultimately for your highest good.\n-Calm. The Power of Love is not always in action but in stillness. The embodiment of Love is confident and Christ-like. Think of who Jesus moved mountains through steady peace\n-Avoiding Media. Fear is generated and cycled through outlets such as the news and social media\n-Creativity. Allowing creative forces to move through you awakens your soul and aligns your energy with your true self, the self that comes purely from Love.\n-Doing things that light you up. Combat any fear based thoughts by replacing them with things you love to do. Cuddle, play, laugh, and have fun!\n-Don’t fear the Fear. Fear doesn’t have power over you unless you give it power. It’s okay to feel the fear, fear is a part of life. If you try to avoid and repress your feelings of fear, you are letting it win.\n✨✨✨\nALIGNING WITH FEAR LOOKS LIKE:\n-Control. Trying to force the outcome and resist the flow of life.\n-Blame. Putting the blame on others is simply a way to deflect from feelings of unworthiness. Lack of self-love keeps you from honoring your truth and forces you to find blame in others instead.\n-Sympathy. Sympathy and pity are fear energy, and generate more of the same low vibrations. Send Love instead!\nContinued in comments👇🏻'),(438916,12559,'_sli_is_story',''),(438917,12559,'_sli_last_requested','1668115065'),(438918,12559,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438919,12560,'_sli_media_id','17885137453124617'),(438920,12560,'_sli_media_username','lavendermatyoga'),(438921,12560,'_sli_timestamp','2017-09-08T20:30:49+0000'),(438922,12560,'_sli_caption','Going Live in my private FB group in about 10 minutes for the Hurricane Irma Meditation 🙏🏻🙌🏻 Link to the group in my bio 👆🏻Join us or catch the replay ✨✨✨'),(438912,12559,'_sli_likes_count','0'),(438913,12559,'_sli_comments_count','0'),(438914,12559,'_sli_comments','a:0:{}'),(438915,12559,'_sli_children','a:0:{}'),(438911,12559,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858171518194906-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858171518194906-m.jpg\";}'),(438908,12559,'_sli_video_title',''),(438909,12559,'_sli_product_type',''),(438910,12559,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858171518194906-m.jpg'),(438905,12559,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438906,12559,'_sli_permalink','https://www.instagram.com/p/BY_BUeqgwKw/'),(438907,12559,'_sli_shortcode','BY_BUeqgwKw'),(438904,12559,'_sli_media_url','https://lavendermatyoga.com?sli-img=BY_BUeqgwKw&size=l'),(438903,12559,'_sli_media_type','IMAGE'),(438902,12559,'_sli_caption','\"Clearly, the mind is capable of vast and wonderful accomplishments, contemporary knowledge being one noteable example. However, as an isolated instrument inadequately attended to the body, emotions and soul of the whole individual, the mind can guide a person (or collectively, a culture) into creations and courses of action that do not serve the whole person, a culture or environment\" - Aminah Raheem\n✨✨✨\nRemember that your logical mind is only 1/4 of your being. Don\'t give it so much power. By practicing mindfulness and meditation you can learn to integrate your body, emotions and soul with your mind and bring true healing to your self and the world.'),(438896,12558,'_sli_is_story',''),(438897,12558,'_sli_last_requested','1668114602'),(438898,12558,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438899,12559,'_sli_media_id','17858171518194906'),(438900,12559,'_sli_media_username','lavendermatyoga'),(438901,12559,'_sli_timestamp','2017-09-13T14:33:24+0000'),(4270,675,'_sli_media_id','17884805935859064'),(4271,675,'_sli_media_username','lavendermatyoga'),(4272,675,'_sli_timestamp','2020-11-22T20:31:40+0000'),(4273,675,'_sli_caption','And how to get a free copy of my new Meditate companion album!'),(4274,675,'_sli_media_type','VIDEO'),(4275,675,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_798242007400226_8545167793730421074_n.mp4?_nc_cat=105&vs=17877858226921449_3417100255&_nc_vs=HBksFQAYJEdJQ1dtQUFpdjBzei05VUNBRklCYVl2VmlKWjJidlZCQUFBRhUAAsgBABUAGCRHRjlzbFFlc1Z3M1hRR01JQVAzN3pscFBOZ3BrYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbSnLWUhvTBPxUCKAJDMywXQIf1mZmZmZoYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=_hayNLt1dHgAX-6N_zU&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCPJzFrFzLAFz97ef1Mq7nJ1sOO8suhI4LUfWvH341T3w&oe=63731B42&_nc_rid=304dd00c6c'),(4276,675,'_sli_media_size','a:2:{s:5:\"width\";i:1738;s:6:\"height\";i:3088;}'),(4277,675,'_sli_permalink','https://www.instagram.com/tv/CH58hA_HA6Q/'),(4278,675,'_sli_shortcode',''),(4279,675,'_sli_video_title',''),(4280,675,'_sli_product_type',''),(4281,675,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/126876938_4592505700819663_3294836851653946620_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=hojaho_G8KIAX9NW7IR&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT948vHTbgyXZ0AwbAQlTndqASBEV_epPSOmZzMSjXCknQ&oe=6272F657'),(4282,675,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884805935859064-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884805935859064-m.jpg\";}'),(4283,675,'_sli_likes_count','0'),(4284,675,'_sli_comments_count','0'),(4285,675,'_sli_comments','a:0:{}'),(4286,675,'_sli_children','a:0:{}'),(4287,675,'_sli_is_story',''),(4288,675,'_sli_last_requested','1668446661'),(446797,675,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(4290,676,'_sli_media_id','17876667448983133'),(4291,676,'_sli_media_username','lavendermatyoga'),(4292,676,'_sli_timestamp','2020-11-20T20:18:56+0000'),(4293,676,'_sli_caption','Fundamental or Style?'),(4294,676,'_sli_media_type','VIDEO'),(4295,676,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_373251180566389_1574674259337838934_n.mp4?_nc_cat=100&vs=18173494048004034_2734181334&_nc_vs=HBksFQAYJEdJQ1dtQUIxbHdkUWVGTUJBRmFCeUZqbFhkb1ZidlZCQUFBRhUAAsgBABUAGCRHSlMta0FkbEpaWkt3bzRBQU9nLWJzdU1VVGQwYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaE8cGDuKzIQBUCKAJDMywXQHNLul41P30YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=FyqOxCKGBJEAX_AsQVj&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDJ7EUn5ClQFIkiCHuinOqRhipU7GD61gO1IOG72vuIhw&oe=6372F628&_nc_rid=17bada7edb'),(4296,676,'_sli_media_size','a:2:{s:5:\"width\";i:1242;s:6:\"height\";i:2208;}'),(4297,676,'_sli_permalink','https://www.instagram.com/tv/CH014iOnE5y/'),(4298,676,'_sli_shortcode',''),(4299,676,'_sli_video_title',''),(4300,676,'_sli_product_type',''),(4301,676,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/126105427_410858629950850_263648636882582618_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=8uNN4M9-JA0AX8YIh3X&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-uY5cFbqpAexxUMXDz__OKWHsK9ZfQlEwkNS_NuqLhgw&oe=6271E8A8'),(4302,676,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876667448983133-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876667448983133-m.jpg\";}'),(4303,676,'_sli_likes_count','0'),(4304,676,'_sli_comments_count','0'),(4305,676,'_sli_comments','a:0:{}'),(4306,676,'_sli_children','a:0:{}'),(4307,676,'_sli_is_story',''),(4308,676,'_sli_last_requested','1668446661'),(446798,676,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430640,12259,'_sli_media_id','18033808801285004'),(430641,12259,'_sli_media_username','lavendermatyoga'),(430642,12259,'_sli_timestamp','2020-11-19T17:43:42+0000'),(430643,12259,'_sli_caption',''),(430644,12259,'_sli_media_type','IMAGE'),(430645,12259,'_sli_media_url','https://lavendermatyoga.com?sli-img=CHx_l8AHA5o&size=l'),(430646,12259,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430647,12259,'_sli_permalink','https://www.instagram.com/p/CHx_l8AHA5o/'),(430648,12259,'_sli_shortcode','CHx_l8AHA5o'),(430649,12259,'_sli_video_title',''),(430650,12259,'_sli_product_type',''),(430651,12259,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18033808801285004-m.jpg'),(430652,12259,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18033808801285004-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18033808801285004-m.jpg\";}'),(430653,12259,'_sli_likes_count','0'),(430654,12259,'_sli_comments_count','0'),(430655,12259,'_sli_comments','a:0:{}'),(4330,678,'_sli_media_id','18108294010169700'),(4331,678,'_sli_media_username','lavendermatyoga'),(4332,678,'_sli_timestamp','2020-11-17T19:58:11+0000'),(4333,678,'_sli_caption','Good Morning! Not all collagens are created equal and here’s why!'),(4334,678,'_sli_media_type','VIDEO'),(4335,678,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.16885-16/10000000_695969344690447_1978828405756050049_n.mp4?_nc_cat=111&vs=17874446990016679_2464915762&_nc_vs=HBksFQAYJEdJQ1dtQUFQbVpEOV9uZ0NBSUc2aW1Uek5YWWJidlZCQUFBRhUAAsgBABUAGCRHUEw1ZWdmdkFMVFVSTGtDQUI1dW5JYWNCczh2YnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbOzt2BjazAPxUCKAJDMywXQHIzul41P30YEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=usnkN0qg2ecAX8pa2xZ&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAqOAXK7OBK_pSjFUyKsPtcSzJ24iLQdvpGpv0pkfuE6A&oe=6373097D&_nc_rid=8568540766'),(4336,678,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:1280;}'),(4337,678,'_sli_permalink','https://www.instagram.com/tv/CHsfrqRHUEQ/'),(4338,678,'_sli_shortcode',''),(4339,678,'_sli_video_title',''),(4340,678,'_sli_product_type',''),(4341,678,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/125478125_154133613087718_5833506859451008721_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=yJyjgXnc4PkAX_aAMpA&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8yID0v2_7ZqOFRP2-CLocksUpFrk6oFhj0nxxG3Rc3Rw&oe=62725387'),(4342,678,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18108294010169700-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18108294010169700-m.jpg\";}'),(4343,678,'_sli_likes_count','0'),(4344,678,'_sli_comments_count','0'),(4345,678,'_sli_comments','a:0:{}'),(4346,678,'_sli_children','a:0:{}'),(4347,678,'_sli_is_story',''),(4348,678,'_sli_last_requested','1668446662'),(446799,678,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430661,12260,'_sli_media_id','17885803417768881'),(430662,12260,'_sli_media_username','lavendermatyoga'),(430663,12260,'_sli_timestamp','2020-11-11T14:46:29+0000'),(430664,12260,'_sli_caption',''),(430665,12260,'_sli_media_type','IMAGE'),(430666,12260,'_sli_media_url','https://lavendermatyoga.com?sli-img=CHdE89fHkxM&size=l'),(430667,12260,'_sli_media_size','a:2:{s:5:\"width\";i:1209;s:6:\"height\";i:1209;}'),(430668,12260,'_sli_permalink','https://www.instagram.com/p/CHdE89fHkxM/'),(430669,12260,'_sli_shortcode','CHdE89fHkxM'),(430670,12260,'_sli_video_title',''),(430671,12260,'_sli_product_type',''),(430672,12260,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885803417768881-m.jpg'),(430673,12260,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885803417768881-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885803417768881-m.jpg\";}'),(430674,12260,'_sli_likes_count','0'),(430675,12260,'_sli_comments_count','0'),(430676,12260,'_sli_comments','a:0:{}'),(430677,12260,'_sli_children','a:0:{}'),(430678,12260,'_sli_is_story',''),(446706,1519,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(23370,1519,'_sli_last_requested','1668441124'),(23368,1519,'_sli_children','a:0:{}'),(23369,1519,'_sli_is_story',''),(23367,1519,'_sli_comments','a:0:{}'),(23366,1519,'_sli_comments_count','0'),(23365,1519,'_sli_likes_count','0'),(23364,1519,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870856973048194-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870856973048194-m.jpg\";}'),(23363,1519,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/13413185_1214718368539297_1761270726_n.jpg?_nc_cat=103&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=prD1rB6uBhQAX96Wmz0&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-nQQLdfYcHWIvS1SgvWzJnMWOhZtfqRdSKwutlwAu22A&oe=6281C837'),(23362,1519,'_sli_product_type',''),(23361,1519,'_sli_video_title',''),(23360,1519,'_sli_shortcode','BHFBt5YAys4'),(23359,1519,'_sli_permalink','https://www.instagram.com/p/BHFBt5YAys4/'),(23358,1519,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}'),(23357,1519,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/13539454_1766913836855567_1027409539_n.mp4?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=i4A87ZIHHPEAX9UDwqb&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfA-dUuVhbpv01udbctgu5YoX3UryEH0-IOUn4Ui84F2Wg&oe=63730985'),(23356,1519,'_sli_media_type','VIDEO'),(438895,12558,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17890408813077883\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/21909520_803790213139587_8999117766967427072_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=vvwGAlo-c0UAX8U27Cw&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB985p1wbd0Q3KylfAk_ZNr2ZqAmtSI7pBsN3yjkRiZ2g&oe=6371F7EF\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BZPdyobgh3H/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890408813077883-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890408813077883-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890408813077883-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17873498734182318\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/21878983_126560594752952_2972762563114172416_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=2gh7orLpxsIAX9NNyAn&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCKZDg_AtnFP0SZGMo5BgVfhImVqaWhnKzhzpGkd1Z99w&oe=6372B8F4\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BZPdzKsg9PR/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873498734182318-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873498734182318-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873498734182318-m.jpg\";}}'),(438894,12558,'_sli_comments','a:0:{}'),(438893,12558,'_sli_comments_count','0'),(438892,12558,'_sli_likes_count','0'),(23355,1519,'_sli_caption','Never say never, three years ago when my yoga journey started I could barely do a headstand against the wall. Now I\'m floating up! Keep at it, whatever you aren\'t quite getting yet, it will come. Be patient, be present and practice. It\'s a yoga practice because we are never done learning and growing. The yoga journey is about more than achieving a press up in an inversion, it\'s about the parts of yourself you recognize along the way, the emotions you flow through, the healing breath , and life changing awareness. ✨⭐️🌙\nwww.madisonrosenberger.com/spiritual-yoga'),(438891,12558,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883912868080827-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883912868080827-m.jpg\";}'),(438890,12558,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883912868080827-m.jpg'),(438889,12558,'_sli_product_type',''),(438888,12558,'_sli_video_title',''),(438887,12558,'_sli_shortcode','BZPdzRzAQgv'),(438886,12558,'_sli_permalink','https://www.instagram.com/p/BZPdzRzAQgv/'),(438883,12558,'_sli_media_type','CAROUSEL_ALBUM');
INSERT INTO `wpwc_postmeta` VALUES (438884,12558,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/21909520_803790213139587_8999117766967427072_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=vvwGAlo-c0UAX8U27Cw&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB985p1wbd0Q3KylfAk_ZNr2ZqAmtSI7pBsN3yjkRiZ2g&oe=6371F7EF'),(438881,12558,'_sli_timestamp','2017-09-19T23:50:07+0000'),(23352,1519,'_sli_media_id','17870856973048194'),(23353,1519,'_sli_media_username','lavendermatyoga'),(23354,1519,'_sli_timestamp','2016-06-25T13:07:13+0000'),(438885,12558,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438882,12558,'_sli_caption','Pink bath ✔️\nGreen Smoothie ✔️\nThe Sophia Code ✔️\nCrystals ✔️\nand \nRoscoe? ✔️😂(swipe right 👉🏻) he still has stitches and hates his cone of shame so I locked him in the bathroom with me so I can keep and eye on him 👀'),(438880,12558,'_sli_media_username','lavendermatyoga'),(438872,12557,'_sli_likes_count','0'),(438878,12557,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438879,12558,'_sli_media_id','17883912868080827'),(438875,12557,'_sli_children','a:0:{}'),(438876,12557,'_sli_is_story',''),(438877,12557,'_sli_last_requested','1668114601'),(446660,1517,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(23330,1517,'_sli_last_requested','1668438729'),(23329,1517,'_sli_is_story',''),(23328,1517,'_sli_children','a:0:{}'),(23327,1517,'_sli_comments','a:0:{}'),(23325,1517,'_sli_likes_count','0'),(23326,1517,'_sli_comments_count','0'),(23324,1517,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849088055117319-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849088055117319-m.jpg\";}'),(23321,1517,'_sli_video_title',''),(23322,1517,'_sli_product_type',''),(23323,1517,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/13525337_1005189609578822_1930912596_n.jpg?_nc_cat=110&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=bA09BK2J94oAX8RWspA&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8Ms2PXb2T7yIX1shd0qCaXkLi7886a-MgZJ0IPWKeF4w&oe=628152C6'),(23320,1517,'_sli_shortcode','BHagbnZgWx7'),(23319,1517,'_sli_permalink','https://www.instagram.com/p/BHagbnZgWx7/'),(23318,1517,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}'),(438874,12557,'_sli_comments','a:0:{}'),(438873,12557,'_sli_comments_count','0'),(23316,1517,'_sli_media_type','VIDEO'),(23317,1517,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/13579106_284177988601904_1683848873_n.mp4?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=X3ntgNG2hpEAX_MilR5&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD3Nsp-CADr7RoxKDmd9DDHvFeeC_XOQmMTs8vZA24-9A&oe=6372FBAF'),(438866,12557,'_sli_permalink','https://www.instagram.com/p/BZ12-zCgk8M/'),(438867,12557,'_sli_shortcode','BZ12-zCgk8M'),(438868,12557,'_sli_video_title',''),(438871,12557,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902818778056763-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902818778056763-m.jpg\";}'),(438869,12557,'_sli_product_type',''),(438870,12557,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902818778056763-m.jpg'),(23315,1517,'_sli_caption','I often talk about my anxiety because that\'s easier to accept but what I rarely explain to people is about my OCD. These past few days have encouraged me to say a bit about this.\nWhen I was in college my anxiety got so bad it escalated to full on Obsessive Compulsive Behavior, for a while I was on heavy medication which made me feel uninterested, lethargic and made me gain weight\nOne day I turned to yoga and it saved my life. (Long story short)\nI weened myself off the medication and started down a spiritual path that has eased my disorder everyday.\nHowever I still battle it..\nI\'ve never admitted to anyone (just told my boyfriend recently) that I often count words on my fingers that I hear over and over to soothe myself. When I notice I\'m doing it I stop myself only to then find myself chattering my teeth to the same count. Idk why I\'m feeling drawn to share this..\nI think it\'s so that if someone else is out there who feels the same they will know this.\nYou aren\'t alone\nYou aren\'t hopeless\nYou can be helped\nThere is a way\nYou aren\'t weird\nYou can do this\nYou will be okay\nYou are safe\n\nLastly, Black Tourmaline is incredible for calming your anxiety and obsessive thoughts. Go get yourself a chunk to carry around with you. I have this necklace to help soothe me when my OCD acts up. It really works!'),(23314,1517,'_sli_timestamp','2016-07-03T21:19:39+0000'),(23312,1517,'_sli_media_id','17849088055117319'),(23313,1517,'_sli_media_username','lavendermatyoga'),(438865,12557,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438864,12557,'_sli_media_url','https://lavendermatyoga.com?sli-img=BZ12-zCgk8M&size=l'),(438862,12557,'_sli_caption','✨✨✨'),(438863,12557,'_sli_media_type','IMAGE'),(438861,12557,'_sli_timestamp','2017-10-04T21:41:17+0000'),(438859,12557,'_sli_media_id','17902818778056763'),(438860,12557,'_sli_media_username','lavendermatyoga'),(438858,12556,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438843,12556,'_sli_media_type','IMAGE'),(438828,12555,'_sli_video_title',''),(438829,12555,'_sli_product_type',''),(438830,12555,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889756625117267-m.jpg'),(438831,12555,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889756625117267-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889756625117267-m.jpg\";}'),(438832,12555,'_sli_likes_count','0'),(438833,12555,'_sli_comments_count','0'),(438834,12555,'_sli_comments','a:0:{}'),(438835,12555,'_sli_children','a:0:{}'),(438836,12555,'_sli_is_story',''),(438837,12555,'_sli_last_requested','1668114600'),(438838,12555,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438839,12556,'_sli_media_id','17888167294121104'),(438840,12556,'_sli_media_username','lavendermatyoga'),(438841,12556,'_sli_timestamp','2017-10-09T19:08:27+0000'),(438842,12556,'_sli_caption','Come join me for FREE yoga tonight at 6pm Blue Cross Blue Shield in Mt. Pleasant Towne Center!\n✨✨✨\nThis is an All Levels, intuitively guided and powerful healing class. Using my gifts as an intuitive I energetically tap into the students as a whole in each individual class and allow the energy to guide me. This results in a different theme, pace, and purpose for each class. This style of yoga is intended to heal you on a deep profound mental, emotional, spiritual, and physical level. It is important to me to make sure that every student is comfortable and safe when practicing yoga, so I enjoy a hands-on teaching approach. 🙏🏻🙏🏻\n✨✨✨\nDM me with questions!'),(438844,12556,'_sli_media_url','https://lavendermatyoga.com?sli-img=BaCddyqA3XW&size=l'),(438845,12556,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438846,12556,'_sli_permalink','https://www.instagram.com/p/BaCddyqA3XW/'),(438847,12556,'_sli_shortcode','BaCddyqA3XW'),(438848,12556,'_sli_video_title',''),(438849,12556,'_sli_product_type',''),(438850,12556,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888167294121104-m.jpg'),(438851,12556,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888167294121104-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888167294121104-m.jpg\";}'),(438852,12556,'_sli_likes_count','0'),(438853,12556,'_sli_comments_count','0'),(438854,12556,'_sli_comments','a:0:{}'),(438855,12556,'_sli_children','a:0:{}'),(438856,12556,'_sli_is_story',''),(438857,12556,'_sli_last_requested','1668114600'),(438824,12555,'_sli_media_url','https://lavendermatyoga.com?sli-img=BaFGzv-Acxg&size=l'),(438825,12555,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438826,12555,'_sli_permalink','https://www.instagram.com/p/BaFGzv-Acxg/'),(438827,12555,'_sli_shortcode','BaFGzv-Acxg'),(438823,12555,'_sli_media_type','IMAGE'),(438821,12555,'_sli_timestamp','2017-10-10T19:48:11+0000'),(438822,12555,'_sli_caption','Jupiter has moved into Scorpio today after a long year of being in Libra and big change is coming!\nCan you feel it? I know I can!\nJupiter in Scorpio will relate to adventure, exploration, finances, unveiling what has been hidden and sex! It\'s no secret Scorpios are the sensual, wild lovers in the Zodiac and with Jupiter being in Scorpio until November 8th, 2018 we are in for a year of tuning into our sexuality.\nThis is the year for starting an intimate relationship with yourself and Yoni Crystals are the perfect tool to use on this sacred sexual journey!\nSex is alchemical, transformational and I\'m excited because I believe that this is the year we as a society will start to shift away from tagging sex with shame, dogma and taboo and instead associate sex with magic, Divinity and purity as it has always been meant to!\n✨✨✨ All of my followers will receive a special 10% off when using the code \'MADISON\' and purchasing via the link in my bio 👆🏻(please note that all prices are listed in AUD so it\'s less than you might think when translated to USD!)'),(438807,12554,'_sli_shortcode','BaXRbqhg-Ni'),(438808,12554,'_sli_video_title',''),(438809,12554,'_sli_product_type',''),(438810,12554,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877635902189062-m.jpg'),(438811,12554,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877635902189062-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877635902189062-m.jpg\";}'),(438812,12554,'_sli_likes_count','0'),(438813,12554,'_sli_comments_count','0'),(438814,12554,'_sli_comments','a:0:{}'),(438815,12554,'_sli_children','a:0:{}'),(438816,12554,'_sli_is_story',''),(438817,12554,'_sli_last_requested','1668114599'),(438818,12554,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438819,12555,'_sli_media_id','17889756625117267'),(438820,12555,'_sli_media_username','lavendermatyoga'),(438806,12554,'_sli_permalink','https://www.instagram.com/p/BaXRbqhg-Ni/'),(438805,12554,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438803,12554,'_sli_media_type','IMAGE'),(438804,12554,'_sli_media_url','https://lavendermatyoga.com?sli-img=BaXRbqhg-Ni&size=l'),(438802,12554,'_sli_caption','👌🏻👌🏻👌🏻@huriyali'),(438801,12554,'_sli_timestamp','2017-10-17T21:07:21+0000'),(438796,12553,'_sli_is_story',''),(438797,12553,'_sli_last_requested','1668114599'),(438798,12553,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438799,12554,'_sli_media_id','17877635902189062'),(438800,12554,'_sli_media_username','lavendermatyoga'),(438795,12553,'_sli_children','a:0:{}'),(438794,12553,'_sli_comments','a:0:{}'),(438793,12553,'_sli_comments_count','0'),(438792,12553,'_sli_likes_count','0'),(438785,12553,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438786,12553,'_sli_permalink','https://www.instagram.com/p/BaeP8kHgXjR/'),(438787,12553,'_sli_shortcode','BaeP8kHgXjR'),(438788,12553,'_sli_video_title',''),(438789,12553,'_sli_product_type',''),(438790,12553,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879783734131091-m.jpg'),(438791,12553,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879783734131091-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879783734131091-m.jpg\";}'),(438784,12553,'_sli_media_url','https://lavendermatyoga.com?sli-img=BaeP8kHgXjR&size=l'),(438783,12553,'_sli_media_type','IMAGE'),(438779,12553,'_sli_media_id','17879783734131091'),(438780,12553,'_sli_media_username','lavendermatyoga'),(438781,12553,'_sli_timestamp','2017-10-20T14:09:03+0000'),(438782,12553,'_sli_caption','For today\'s meditation I was directed by my Guides to chant Om Shanti Shanti Shanti, but with my rosary instead of my mala. This shows that spirituality is void of religion and dogma. There are no rules. Intend with peace and love and that\'s all that matters. 💗💗💗'),(438767,12552,'_sli_shortcode','BamE6TmAV4A'),(438768,12552,'_sli_video_title',''),(438769,12552,'_sli_product_type',''),(438770,12552,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17878466365155092-m.jpg'),(438771,12552,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17878466365155092-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17878466365155092-m.jpg\";}'),(438778,12552,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438777,12552,'_sli_last_requested','1668114599'),(438775,12552,'_sli_children','a:0:{}'),(438776,12552,'_sli_is_story',''),(438772,12552,'_sli_likes_count','0'),(438773,12552,'_sli_comments_count','0'),(438774,12552,'_sli_comments','a:0:{}'),(438766,12552,'_sli_permalink','https://www.instagram.com/p/BamE6TmAV4A/'),(438765,12552,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438764,12552,'_sli_media_url','https://lavendermatyoga.com?sli-img=BamE6TmAV4A&size=l'),(438763,12552,'_sli_media_type','IMAGE'),(438762,12552,'_sli_caption','🌙📿💖'),(438760,12552,'_sli_media_username','lavendermatyoga'),(438761,12552,'_sli_timestamp','2017-10-23T15:06:33+0000'),(438759,12552,'_sli_media_id','17878466365155092'),(438757,12551,'_sli_last_requested','1668114598'),(438758,12551,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438756,12551,'_sli_is_story',''),(438743,12551,'_sli_media_type','IMAGE'),(438744,12551,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bawn1zUFQAO&size=l'),(438745,12551,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438746,12551,'_sli_permalink','https://www.instagram.com/p/Bawn1zUFQAO/'),(438747,12551,'_sli_shortcode','Bawn1zUFQAO'),(438748,12551,'_sli_video_title',''),(438749,12551,'_sli_product_type',''),(438750,12551,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894263177111299-m.jpg'),(438751,12551,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894263177111299-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894263177111299-m.jpg\";}'),(438752,12551,'_sli_likes_count','0'),(438753,12551,'_sli_comments_count','0'),(438754,12551,'_sli_comments','a:0:{}'),(438755,12551,'_sli_children','a:0:{}'),(438742,12551,'_sli_caption','LIMITED TIME OFFER 🙌🏻🔮: Only four days left to purchase a three card Halloween oracle reading! This deck taps into the powerful healing potential of Halloween time and is emailed to you in a PDF format so there\'s no need to schedule an appointment 🎃🙌🏻💀 purchase now in my shop 👆🏻 link in the bio'),(438735,12550,'_sli_children','a:0:{}'),(438736,12550,'_sli_is_story',''),(438737,12550,'_sli_last_requested','1668114598'),(438738,12550,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438739,12551,'_sli_media_id','17894263177111299'),(438740,12551,'_sli_media_username','lavendermatyoga'),(438741,12551,'_sli_timestamp','2017-10-27T17:24:10+0000'),(438731,12550,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889138997091645-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889138997091645-m.jpg\";}'),(438734,12550,'_sli_comments','a:0:{}'),(438733,12550,'_sli_comments_count','0'),(438732,12550,'_sli_likes_count','0'),(438728,12550,'_sli_video_title',''),(438729,12550,'_sli_product_type',''),(438730,12550,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889138997091645-m.jpg'),(438727,12550,'_sli_shortcode','Ba9QPx-lsmH'),(438726,12550,'_sli_permalink','https://www.instagram.com/p/Ba9QPx-lsmH/'),(438725,12550,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438718,12549,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438719,12550,'_sli_media_id','17889138997091645'),(438720,12550,'_sli_media_username','lavendermatyoga'),(438721,12550,'_sli_timestamp','2017-11-01T15:08:08+0000'),(438722,12550,'_sli_caption','And so it begins 😱\nAfter almost 3 years of studying I\'ve finally completed my coursework and am moving on to my dissertation proposal, paper and defense!'),(438724,12550,'_sli_media_url','https://lavendermatyoga.com?sli-img=Ba9QPx-lsmH&size=l'),(438723,12550,'_sli_media_type','IMAGE'),(438714,12549,'_sli_comments','a:0:{}'),(438715,12549,'_sli_children','a:0:{}'),(438716,12549,'_sli_is_story',''),(438717,12549,'_sli_last_requested','1668114597'),(438713,12549,'_sli_comments_count','0'),(438712,12549,'_sli_likes_count','0'),(438706,12549,'_sli_permalink','https://www.instagram.com/p/BbAK4dHFHC3/'),(438707,12549,'_sli_shortcode','BbAK4dHFHC3'),(438708,12549,'_sli_video_title',''),(438709,12549,'_sli_product_type',''),(438710,12549,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907247333007284-m.jpg'),(438711,12549,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907247333007284-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907247333007284-m.jpg\";}'),(438705,12549,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438703,12549,'_sli_media_type','IMAGE'),(438704,12549,'_sli_media_url','https://lavendermatyoga.com?sli-img=BbAK4dHFHC3&size=l'),(438702,12549,'_sli_caption','Enjoying some of my homemade butternut squash soup while I make my lesson plan for Chakras 101 that I\'m teaching for the Durga School\'s Yoga Teacher Training'),(438701,12549,'_sli_timestamp','2017-11-02T18:18:59+0000'),(438700,12549,'_sli_media_username','lavendermatyoga'),(438699,12549,'_sli_media_id','17907247333007284'),(438695,12548,'_sli_children','a:0:{}'),(438696,12548,'_sli_is_story',''),(438697,12548,'_sli_last_requested','1668114597'),(438698,12548,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438692,12548,'_sli_likes_count','0'),(438693,12548,'_sli_comments_count','0'),(438694,12548,'_sli_comments','a:0:{}'),(438688,12548,'_sli_video_title',''),(438689,12548,'_sli_product_type',''),(438690,12548,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882795653191085-m.jpg'),(438691,12548,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882795653191085-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882795653191085-m.jpg\";}'),(438685,12548,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438686,12548,'_sli_permalink','https://www.instagram.com/p/BbP-se2li_x/'),(438687,12548,'_sli_shortcode','BbP-se2li_x'),(438683,12548,'_sli_media_type','IMAGE'),(438684,12548,'_sli_media_url','https://lavendermatyoga.com?sli-img=BbP-se2li_x&size=l'),(438682,12548,'_sli_caption','This one little flower decided to bloom in November 💗😊'),(438674,12547,'_sli_comments','a:0:{}'),(438675,12547,'_sli_children','a:0:{}'),(438676,12547,'_sli_is_story',''),(438677,12547,'_sli_last_requested','1668114596'),(438678,12547,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438679,12548,'_sli_media_id','17882795653191085'),(438680,12548,'_sli_media_username','lavendermatyoga'),(438681,12548,'_sli_timestamp','2017-11-08T21:40:20+0000'),(438673,12547,'_sli_comments_count','0'),(438672,12547,'_sli_likes_count','0'),(438671,12547,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907944407014265-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907944407014265-m.jpg\";}'),(438666,12547,'_sli_permalink','https://www.instagram.com/p/BbXJikuFSvc/'),(438667,12547,'_sli_shortcode','BbXJikuFSvc'),(438668,12547,'_sli_video_title',''),(438669,12547,'_sli_product_type',''),(438670,12547,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907944407014265-m.jpg'),(438664,12547,'_sli_media_url','https://lavendermatyoga.com?sli-img=BbXJikuFSvc&size=l'),(438665,12547,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438663,12547,'_sli_media_type','IMAGE'),(438662,12547,'_sli_caption','Every time I get my mat out... 😂'),(438661,12547,'_sli_timestamp','2017-11-11T16:29:47+0000'),(438656,12546,'_sli_is_story',''),(438657,12546,'_sli_last_requested','1668114596'),(438658,12546,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438660,12547,'_sli_media_username','lavendermatyoga'),(438659,12547,'_sli_media_id','17907944407014265'),(438653,12546,'_sli_comments_count','0'),(438654,12546,'_sli_comments','a:0:{}'),(438655,12546,'_sli_children','a:0:{}'),(438652,12546,'_sli_likes_count','0'),(438651,12546,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17909031730042612-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17909031730042612-m.jpg\";}'),(438650,12546,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17909031730042612-m.jpg'),(438644,12546,'_sli_media_url','https://lavendermatyoga.com?sli-img=BbfhZh9lZxq&size=l'),(438645,12546,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438646,12546,'_sli_permalink','https://www.instagram.com/p/BbfhZh9lZxq/'),(438647,12546,'_sli_shortcode','BbfhZh9lZxq'),(438648,12546,'_sli_video_title',''),(438649,12546,'_sli_product_type',''),(438643,12546,'_sli_media_type','IMAGE'),(438642,12546,'_sli_caption','The view behind my apartment 😍 #nofilter  #charlestonsc #cottoncandy'),(438641,12546,'_sli_timestamp','2017-11-14T22:32:11+0000'),(438640,12546,'_sli_media_username','lavendermatyoga'),(438639,12546,'_sli_media_id','17909031730042612'),(438638,12545,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438637,12545,'_sli_last_requested','1668114596'),(438634,12545,'_sli_comments','a:0:{}'),(438635,12545,'_sli_children','a:0:{}'),(438636,12545,'_sli_is_story',''),(438633,12545,'_sli_comments_count','0'),(438632,12545,'_sli_likes_count','0'),(438631,12545,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896863868106874-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896863868106874-m.jpg\";}'),(438630,12545,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896863868106874-m.jpg'),(438629,12545,'_sli_product_type',''),(4690,696,'_sli_media_id','17845899821250529'),(4691,696,'_sli_media_username','lavendermatyoga'),(4692,696,'_sli_timestamp','2020-07-13T13:14:48+0000'),(4693,696,'_sli_caption','Only a few days left to enter my BETTER BEAUTY GIVEAWAY 🎉 🎉\n﻿\n﻿👉🏻 In the first photo you see the giveaway bundle valued over $80!\n﻿\n﻿ ✨A copy of book Meditate: A Simple and Straightforward Guide\n﻿\n﻿ ✨Deluxe herbal blends for beauty samples by Apothékary, “Haters Say it’s Photoshopped” and “Better than Botox”\n﻿\n﻿ ✨ Fun reusable hot/cold eye cucumber eye covers\n﻿\n﻿ ✨Lastly but most excitedly!! BeautyCounter Cream Pinch Blusher in Caramel, a perfect color for ALL skin tones.\n﻿\n﻿\n﻿👉🏻 In the second photo you can see the guidelines on how to enter (all activity for entry must take place in my Facebook group, BeautyCounter with Madison to enter the giveaway! ) 💄\n﻿'),(4694,696,'_sli_media_type','CAROUSEL_ALBUM'),(4695,696,'_sli_media_url','https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/107368854_2770738039827550_1354012883494527143_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kXO4vNuUI3EAX8WVuSs&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT96LRCkUvdB0IzqtAlpEiHFay4ifzn2WtMRjyP5r0eMLw&oe=62733E1F'),(4696,696,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(4697,696,'_sli_permalink','https://www.instagram.com/p/CClWRqgn-f2/'),(4698,696,'_sli_shortcode','CClWRqgn-f2'),(4699,696,'_sli_video_title',''),(4700,696,'_sli_product_type',''),(4701,696,'_sli_thumbnail_url','http://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845899821250529-m.jpg'),(4702,696,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845899821250529-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845899821250529-m.jpg\";}'),(4703,696,'_sli_likes_count','0'),(4704,696,'_sli_comments_count','0'),(4705,696,'_sli_comments','a:0:{}'),(4706,696,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17890138951560356\";s:9:\"media_url\";s:293:\"https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/107368854_2770738039827550_1354012883494527143_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kXO4vNuUI3EAX8WVuSs&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT96LRCkUvdB0IzqtAlpEiHFay4ifzn2WtMRjyP5r0eMLw&oe=62733E1F\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CClWRoqHLGM/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:85:\"http://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890138951560356-s.jpg\";s:1:\"m\";s:85:\"http://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890138951560356-m.jpg\";}s:13:\"thumbnail_url\";s:85:\"http://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890138951560356-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17877694417738292\";s:9:\"media_url\";s:582:\"https://video-atl3-2.cdninstagram.com/v/t50.2886-16/107769167_1127783360949452_3283817622808715524_n.mp4?_nc_cat=105&vs=17874543292774539_1618956670&_nc_vs=HBkcFQAYJEdFOXRiQWJNN0p5R3RnRUVBQVJocnNLNmRwSXRia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJpb2rqyts8A%2FFQIoAkMzLBdAFqn752yLRBgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=_RIkn7bEuQoAX-ZRxgM&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAqcfHfhfAr3l47ZOuXuvGY7uag-SbzZuSpjCsoVETIfw&oe=6372FC78&_nc_rid=1addc58cd9\";s:10:\"media_type\";s:5:\"VIDEO\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CClVWF1nOvT/\";s:13:\"thumbnail_url\";s:292:\"https://scontent-ort2-2.cdninstagram.com/v/t51.29350-15/107830504_763566044380288_2427620542447869873_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=rzsAt6t1A_cAX9rvcVo&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_nE5eRkFCh50olAjZrrwWedTvvkXLfzUkbpJM-8AKMlw&oe=6273376A\";s:10:\"media_size\";a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:85:\"http://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877694417738292-s.jpg\";s:1:\"m\";s:85:\"http://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877694417738292-m.jpg\";}}}'),(4707,696,'_sli_is_story',''),(4708,696,'_sli_last_requested','1668446797'),(446800,696,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430842,12269,'_sli_media_id','17861296547004354'),(430843,12269,'_sli_media_username','lavendermatyoga'),(430844,12269,'_sli_timestamp','2020-07-12T14:12:08+0000'),(430845,12269,'_sli_caption','💗💗💗'),(430846,12269,'_sli_media_type','IMAGE'),(430847,12269,'_sli_media_url','https://lavendermatyoga.com?sli-img=CCi4CrWHUFD&size=l'),(430848,12269,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430849,12269,'_sli_permalink','https://www.instagram.com/p/CCi4CrWHUFD/'),(430850,12269,'_sli_shortcode','CCi4CrWHUFD'),(430851,12269,'_sli_video_title',''),(430852,12269,'_sli_product_type',''),(430853,12269,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861296547004354-m.jpg'),(430854,12269,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861296547004354-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861296547004354-m.jpg\";}'),(430855,12269,'_sli_likes_count','0'),(430856,12269,'_sli_comments_count','0'),(430857,12269,'_sli_comments','a:0:{}'),(430858,12269,'_sli_children','a:0:{}'),(430859,12269,'_sli_is_story',''),(430860,12269,'_sli_last_requested','1667942260'),(430861,12269,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430862,12270,'_sli_media_id','18061945045225666'),(430863,12270,'_sli_media_username','lavendermatyoga'),(430864,12270,'_sli_timestamp','2020-07-09T21:07:38+0000'),(430865,12270,'_sli_caption','Whatever you’ve been thinking about doing, now is your time 🙌🏻✨'),(430866,12270,'_sli_media_type','IMAGE'),(430867,12270,'_sli_media_url','https://lavendermatyoga.com?sli-img=CCb5NLmHLbG&size=l'),(430868,12270,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430869,12270,'_sli_permalink','https://www.instagram.com/p/CCb5NLmHLbG/'),(430870,12270,'_sli_shortcode','CCb5NLmHLbG'),(430871,12270,'_sli_video_title',''),(430872,12270,'_sli_product_type',''),(430873,12270,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18061945045225666-m.jpg'),(430874,12270,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18061945045225666-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18061945045225666-m.jpg\";}'),(430875,12270,'_sli_likes_count','0'),(430876,12270,'_sli_comments_count','0'),(430877,12270,'_sli_comments','a:0:{}'),(430878,12270,'_sli_children','a:0:{}'),(430879,12270,'_sli_is_story',''),(430880,12270,'_sli_last_requested','1667942260'),(430881,12270,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430882,12271,'_sli_media_id','17947249672359591'),(430883,12271,'_sli_media_username','lavendermatyoga'),(430884,12271,'_sli_timestamp','2020-07-08T14:28:08+0000'),(430885,12271,'_sli_caption',''),(430886,12271,'_sli_media_type','IMAGE'),(438628,12545,'_sli_video_title',''),(432767,12363,'_sli_media_type','IMAGE'),(432768,12363,'_sli_media_url','https://lavendermatyoga.com?sli-img=BYtuodjg8WW&size=l'),(432769,12363,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432770,12363,'_sli_permalink','https://www.instagram.com/p/BYtuodjg8WW/'),(432771,12363,'_sli_shortcode','BYtuodjg8WW'),(432772,12363,'_sli_video_title',''),(432773,12363,'_sli_product_type',''),(432774,12363,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897483680041613-m.jpg'),(432775,12363,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897483680041613-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897483680041613-m.jpg\";}'),(432776,12363,'_sli_likes_count','0'),(432777,12363,'_sli_comments_count','0'),(432778,12363,'_sli_comments','a:0:{}'),(432779,12363,'_sli_children','a:0:{}'),(432780,12363,'_sli_is_story',''),(432781,12363,'_sli_last_requested','1667943138'),(438627,12545,'_sli_shortcode','Bb4eKGLlgPn'),(438626,12545,'_sli_permalink','https://www.instagram.com/p/Bb4eKGLlgPn/'),(438625,12545,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438623,12545,'_sli_media_type','IMAGE'),(438624,12545,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bb4eKGLlgPn&size=l'),(438622,12545,'_sli_caption','FROM NOW UNTIL MONDAY MY ENTIRE SITE (shop + services) IS 25% OFF + 10% OF EVERYTHING WILL GO TO THE FAWNS, USE COUPON CODE \'fuzzyfawn\'\n🦌🦌🦌\n@fuzzyfawn is a NYS Wildlife Rescue and Rehabilitation specializing in Whitetail Deer 🦌'),(438621,12545,'_sli_timestamp','2017-11-24T15:04:53+0000'),(438620,12545,'_sli_media_username','lavendermatyoga'),(438619,12545,'_sli_media_id','17896863868106874'),(438618,12544,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438617,12544,'_sli_last_requested','1668114595'),(438616,12544,'_sli_is_story',''),(432782,12363,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432783,12364,'_sli_media_id','17885286088005263'),(432784,12364,'_sli_media_username','lavendermatyoga'),(432785,12364,'_sli_timestamp','2017-06-23T15:34:58+0000'),(432786,12364,'_sli_caption','A while back I won a giveaway hosted @the_numinous and was gifted a bottle of #higherself by @jivabhaksa\n✨✨✨\nThis little bottle is truly magic and soothes my anxiety beautifully, as soon as I ran out I had to have more! After navigating to their website I found out two awesome things\n1. The packaging changed so that I can now take my little potion with me everywhere!\n2. The product was inspired by my favorite oracle deck! 👌🏻\n\"\nInspiration:\n\nWhat inspired our Higher Self formula? A meditation written by Alana Fairchild in her Isis Oracle Card Deck (see card: Temple of Black Obsidian). In this meditation, you visualize yourself entering into the Temple of Black Obsidian, where you confront the darkest aspects of your self, and free those aspects from judgement and attack. \nAs you stand in the antechamber of the temple, the Egyptian Goddess, Isis, meets you with a golden vial of pure love energy. She invites you to drink out of the vial, before, during, or after your meditation to help you \"love, honour, and accept [yourself], no matter what you see\" inside the deepest pieces of your soul.\n\nThis meditation speaks about how we are all human, made up of light and dark, and communicates that the more light we send to those dark spaces, the brighter we all will be.\n\nOur product, Higher Self, is intended to be used in the same way as the vial of pure love in the meditation: used to surge your cells with pure love energy to erase fear, and embrace the brightest version of yourself.\"'),(432789,12364,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438615,12544,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17897765575113741\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/24327359_130763511035794_8892864794369982464_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=PcnIi-fej5EAX_jKYd4&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDOZ0AKJ0m39MER3sDOXTUEg64UWMJlILGe_MUtpDDC1A&oe=63731757\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BcQPRJNgnLQ/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897765575113741-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897765575113741-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897765575113741-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17852096866212408\";s:9:\"media_url\";s:365:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/24331905_160353601380240_8185103434379165696_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=esNBexKj8r8AX-bXGk5&_nc_oc=AQlSD10T-9E4pq_s0BP5arCpxCsN9yQc0rO2c4psj9MHyX7r9vitwFziyj9lv4vDi90&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfClhMbFA7JdZfAF-joJ1k2kxMbgt5GGlRxDPh9fhroNLw&oe=6371A590\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BcQPQVFga4s/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:600;s:6:\"height\";i:600;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852096866212408-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852096866212408-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852096866212408-m.jpg\";}}'),(438614,12544,'_sli_comments','a:0:{}'),(438613,12544,'_sli_comments_count','0'),(438612,12544,'_sli_likes_count','0'),(438603,12544,'_sli_media_type','CAROUSEL_ALBUM'),(438604,12544,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/24327359_130763511035794_8892864794369982464_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=PcnIi-fej5EAX_jKYd4&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDOZ0AKJ0m39MER3sDOXTUEg64UWMJlILGe_MUtpDDC1A&oe=63731757'),(438611,12544,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897840605105699-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897840605105699-m.jpg\";}'),(438610,12544,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897840605105699-m.jpg'),(438609,12544,'_sli_product_type',''),(438607,12544,'_sli_shortcode','BcQPT2DAXHX'),(438608,12544,'_sli_video_title',''),(438606,12544,'_sli_permalink','https://www.instagram.com/p/BcQPT2DAXHX/'),(438605,12544,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438602,12544,'_sli_caption','I had a great weekend training these stupendous yoga teachers to be! 💗🙏🏻📿'),(438601,12544,'_sli_timestamp','2017-12-03T20:36:55+0000'),(438600,12544,'_sli_media_username','lavendermatyoga'),(438599,12544,'_sli_media_id','17897840605105699'),(438598,12543,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438596,12543,'_sli_is_story',''),(438597,12543,'_sli_last_requested','1668114594'),(438595,12543,'_sli_children','a:0:{}'),(438594,12543,'_sli_comments','a:0:{}'),(438593,12543,'_sli_comments_count','0'),(438592,12543,'_sli_likes_count','0'),(438588,12543,'_sli_video_title',''),(438589,12543,'_sli_product_type',''),(438590,12543,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853262879214102-m.jpg'),(438591,12543,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853262879214102-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853262879214102-m.jpg\";}'),(438587,12543,'_sli_shortcode','Bchx2NuAG7u'),(438586,12543,'_sli_permalink','https://www.instagram.com/p/Bchx2NuAG7u/'),(438585,12543,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438583,12543,'_sli_media_type','IMAGE'),(438584,12543,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bchx2NuAG7u&size=l'),(438580,12543,'_sli_media_username','lavendermatyoga'),(438581,12543,'_sli_timestamp','2017-12-10T16:05:47+0000'),(438582,12543,'_sli_caption','I found the cutest book ever at the holiday book sale! Taoism taught through the teachings of Pooh Bear!! I mean seriously Pooh is a Tao master. 😍'),(438573,12542,'_sli_comments_count','0'),(438574,12542,'_sli_comments','a:0:{}'),(438575,12542,'_sli_children','a:0:{}'),(438576,12542,'_sli_is_story',''),(438577,12542,'_sli_last_requested','1668114593'),(438578,12542,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438579,12543,'_sli_media_id','17853262879214102'),(438572,12542,'_sli_likes_count','0'),(432788,12364,'_sli_media_url','https://lavendermatyoga.com?sli-img=BVr_LtNADYp&size=l'),(432787,12364,'_sli_media_type','IMAGE'),(432655,12359,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855888239256764-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855888239256764-m.jpg\";}'),(438571,12542,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888377807132471-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888377807132471-m.jpg\";}'),(438569,12542,'_sli_product_type',''),(438570,12542,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888377807132471-m.jpg'),(438564,12542,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bcm31cxA7mf&size=l'),(438565,12542,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1075;}'),(438566,12542,'_sli_permalink','https://www.instagram.com/p/Bcm31cxA7mf/'),(438567,12542,'_sli_shortcode','Bcm31cxA7mf'),(438568,12542,'_sli_video_title',''),(438563,12542,'_sli_media_type','IMAGE'),(438562,12542,'_sli_caption','I moved the table so I could do some foam rolling and Pilates.....I guess Roscoe decided he\'s going to sunbathe instead 🙃'),(438548,12541,'_sli_video_title',''),(438549,12541,'_sli_product_type',''),(438550,12541,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872008760199664-m.jpg'),(438551,12541,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872008760199664-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872008760199664-m.jpg\";}'),(438543,12541,'_sli_media_type','IMAGE'),(438544,12541,'_sli_media_url','https://lavendermatyoga.com?sli-img=BcnepXrgm7f&size=l'),(438545,12541,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438546,12541,'_sli_permalink','https://www.instagram.com/p/BcnepXrgm7f/'),(438547,12541,'_sli_shortcode','BcnepXrgm7f'),(138882,4752,'_sli_product_type',''),(138883,4752,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/143508786_834832734033848_6222574251515890151_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=7vPjrsPoV50AX-6XDQ7&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_lGfUDyd1aPk3e9Mc70hMmaFOr-4h3k3N3IXrHuefTCg&oe=62CAD800'),(138879,4752,'_sli_permalink','https://www.instagram.com/reel/CKph0vzha52/'),(138880,4752,'_sli_shortcode',''),(138881,4752,'_sli_video_title',''),(445808,12733,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432795,12364,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885286088005263-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885286088005263-m.jpg\";}'),(432796,12364,'_sli_likes_count','0'),(22905,1496,'_sli_likes_count','0'),(22906,1496,'_sli_comments_count','0'),(22907,1496,'_sli_comments','a:0:{}'),(22908,1496,'_sli_children','a:0:{}'),(22909,1496,'_sli_is_story',''),(22910,1496,'_sli_last_requested','1668441124'),(446705,1496,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(245050,7567,'qode_show-sidebar','default'),(245051,7567,'slide_template','default'),(22904,1496,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842636591143785-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842636591143785-m.jpg\";}'),(22901,1496,'_sli_video_title',''),(22902,1496,'_sli_product_type',''),(22903,1496,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/14369211_1193711987338347_3044631569433100288_n.jpg?_nc_cat=104&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=MzxtfnD0gikAX_ECX_h&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9fNJFohe8XgSgcoUFG5ByNzS25TSsIHTN6iKe61HAKLg&oe=628182A5'),(22900,1496,'_sli_shortcode','BKv__nTAe4L'),(22899,1496,'_sli_permalink','https://www.instagram.com/p/BKv__nTAe4L/'),(22898,1496,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}'),(438552,12541,'_sli_likes_count','0'),(438553,12541,'_sli_comments_count','0'),(438554,12541,'_sli_comments','a:0:{}'),(22897,1496,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/14464157_173375846402279_6380784580953112576_n.mp4?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=q6dTd5_EqRQAX8Zcdj8&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDqdHn2B3fGyJQzd0CsFQSpZJIhSfI8KDKmhEQcnR00-w&oe=6373075C'),(22896,1496,'_sli_media_type','VIDEO'),(438555,12541,'_sli_children','a:0:{}'),(438556,12541,'_sli_is_story',''),(438557,12541,'_sli_last_requested','1668114593'),(438558,12541,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(22894,1496,'_sli_timestamp','2016-09-24T19:13:41+0000'),(22895,1496,'_sli_caption','Enjoying this gorgeous sunny Saturday by the pool finishing preparations for my soon to be announced Intuitive Pet Readings/Healings !!\n✨✨✨\nIn a nut shell this book is the bible to natural food and health for your fur babies, and all first time clients of mine will receive a copy with inserted notes, highlighted sections and fully tabbed in neon colors 😁😁'),(22893,1496,'_sli_media_username','lavendermatyoga'),(22892,1496,'_sli_media_id','17842636591143785'),(438559,12542,'_sli_media_id','17888377807132471'),(438560,12542,'_sli_media_username','lavendermatyoga'),(438561,12542,'_sli_timestamp','2017-12-12T15:34:19+0000'),(438542,12541,'_sli_caption','B.A.\n500hr Registered Yoga Teacher\nSoon to be Ph.D\nReiki Master\nCertified Advanced Akashic Record Reader\nCertified Crystal Healer.....\nThe list goes on, but these titles DO NOT DEFINE ME.....\nThey don\'t tell you that I\'m super sensitive and cry during Disney movies, or that I\'m sad I live away from my Mother.\nThey don\'t tell you about my compassionate heart or my innate stubbornness and inability to give up.\nThese titles don\'t really tell you my gifts, because they don\'t tell you my teaching style or how I truly help heal others.\nMy true self and personality is what makes these jobs unique compared to others who carry the same names.\n✨✨Remember that the titles you carry DONT DEFINE YOU, you don\'t need any of them to make you worthy. ✨✨✨\nYou don\'t need to prove yourself or impress others.\nJust live with an open heart and allow those around you to bathe in the warmth of your true authentic self.\nJust by being YOU and honoring your feelings you are set apart from the rest.\nDon\'t cling to what you \"do\" in an effort to define yourself.\nInstead realize that none of it matters unless you are allowing others to see you as you really are.\nBecause it\'s YOU that makes what you bring to the world special, not the rank or importance of your title.\nYOU are enough.\nNever forget that.'),(438534,12540,'_sli_comments','a:0:{}'),(438535,12540,'_sli_children','a:0:{}'),(438536,12540,'_sli_is_story',''),(438537,12540,'_sli_last_requested','1668114592'),(438538,12540,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438539,12541,'_sli_media_id','17872008760199664'),(438540,12541,'_sli_media_username','lavendermatyoga'),(438541,12541,'_sli_timestamp','2017-12-12T21:13:27+0000'),(438533,12540,'_sli_comments_count','0'),(438532,12540,'_sli_likes_count','0'),(438529,12540,'_sli_product_type',''),(438530,12540,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17913469570054723-m.jpg'),(438531,12540,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17913469570054723-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17913469570054723-m.jpg\";}'),(438527,12540,'_sli_shortcode','Bc31qB2gePX'),(438522,12540,'_sli_caption','Palo santo clearing, this smell is so calming it puts me right to sleep 😴'),(438523,12540,'_sli_media_type','IMAGE'),(438524,12540,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bc31qB2gePX&size=l'),(438528,12540,'_sli_video_title',''),(438525,12540,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438526,12540,'_sli_permalink','https://www.instagram.com/p/Bc31qB2gePX/'),(438521,12540,'_sli_timestamp','2017-12-19T05:42:22+0000'),(438520,12540,'_sli_media_username','lavendermatyoga'),(438519,12540,'_sli_media_id','17913469570054723'),(438518,12539,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438517,12539,'_sli_last_requested','1668114592'),(438516,12539,'_sli_is_story',''),(438515,12539,'_sli_children','a:0:{}'),(438512,12539,'_sli_likes_count','0'),(438513,12539,'_sli_comments_count','0'),(438514,12539,'_sli_comments','a:0:{}'),(438511,12539,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905314889076715-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905314889076715-m.jpg\";}'),(438510,12539,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905314889076715-m.jpg'),(438509,12539,'_sli_product_type',''),(438507,12539,'_sli_shortcode','Bc-LhM7gPxb'),(438508,12539,'_sli_video_title',''),(438504,12539,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bc-LhM7gPxb&size=l'),(438505,12539,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438506,12539,'_sli_permalink','https://www.instagram.com/p/Bc-LhM7gPxb/'),(438503,12539,'_sli_media_type','IMAGE'),(438502,12539,'_sli_caption','If you are looking for a last minute, unique gift for a friend who loves all things holistic and natural wellness I just wanted to share this bad boy!\n🙌🏻\nIt\'s a Himalayan Salt Inhaler, you can get it on Amazon and today is the last day for 2 day prime shipping in time for Xmas! (And no I don\'t get commission hahah I just love it so much and wanted to share!)\n💗💗\nYou\'re not inhaling the salt itself but instead the air that has been steeped in the magic pink salt. This is a porcelain piece that you put coarse pink salt in and then the air circulates through it as you breathe in through your mouth and out through your nose.\nIt helps fight all kinds of respiratory problems, sinus issues, allergies and even headaches.\nThe properties of Himalayan Salt are endless, including spiritual clearing properties which are why I use it so proficiently 🙌🏻🙌🏻'),(438501,12539,'_sli_timestamp','2017-12-21T16:48:51+0000'),(438500,12539,'_sli_media_username','lavendermatyoga'),(438499,12539,'_sli_media_id','17905314889076715'),(438498,12538,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438496,12538,'_sli_is_story',''),(438497,12538,'_sli_last_requested','1668114592'),(438486,12538,'_sli_permalink','https://www.instagram.com/p/BdQWbktFayA/'),(438487,12538,'_sli_shortcode','BdQWbktFayA'),(438488,12538,'_sli_video_title',''),(438489,12538,'_sli_product_type',''),(438490,12538,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888790196157346-m.jpg'),(438491,12538,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888790196157346-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17888790196157346-m.jpg\";}'),(438492,12538,'_sli_likes_count','0'),(438493,12538,'_sli_comments_count','0'),(438494,12538,'_sli_comments','a:0:{}'),(438495,12538,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17887154548166619\";s:9:\"media_url\";s:291:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/26071233_1785818831468883_6643938030337916928_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=3whIFHSjzZwAX_O2oFz&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD4OXfLnkoAiIaT4x3vU2tUkMMpUX-T5A9hMQw3Mqy1DA&oe=63725A46\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BdQWbUflYex/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17887154548166619-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17887154548166619-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17887154548166619-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17890969384134538\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/26351804_509585776108095_8369214616340791296_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=6aotzn5xKzoAX_irKDw&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCEeQNerpgkrSWgGs56yF_c72sqfVTyMIp6vzaTI9v07g&oe=63725124\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BdQWbbAFXnq/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1346;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890969384134538-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890969384134538-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890969384134538-m.jpg\";}}'),(22809,1491,'_sli_is_story',''),(22810,1491,'_sli_last_requested','1668445853'),(446759,1491,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434310,12386,'_sli_media_id','17863549183011108'),(434311,12386,'_sli_media_username','lavendermatyoga'),(434312,12386,'_sli_timestamp','2016-10-15T15:01:45+0000'),(434313,12386,'_sli_caption','For todays gratitude list (check out my last post to join the gratitude challenge!) #1 was super easy...I\'m so incredibly grateful that today I am celebrating 3 years with this amazing man.\nI am so beyond blessed to have a man who supports everything I do. I remember when I first dove into my intuitive gifts and what some consider \"witchy woo woo\" I feared Id never find a man (especially in Charleston, SC) who understood me. So when I met Brad I just laid all my psychic stuff on the table purposefully trying to make him run for the hills..but the opposite happened. He asked me out that night and was prying me open with questions and curiosity on our first date. We have been inseparable since that day. ✨✨✨✨\nI\'m so grateful I have a man who doesn\'t question me when I tell him I speak to spirits or that I can feel the energy of the Universe. A man who jumps on board when I ask him to go to AcroYoga classes with me. A man who not only doesn\'t fear what I do but wants to learn as much as he can about it\n💕💗💕💗\nThank you Brad for taking care of me when I\'m sick, hugging me when I cry for no reason at all, always being up for adventures, and loving me for who I am, flaws and all. Happy Anniversary baby!\n💋💋✨💋💋'),(22807,1491,'_sli_comments','a:0:{}'),(22808,1491,'_sli_children','a:0:{}'),(22806,1491,'_sli_comments_count','0'),(22805,1491,'_sli_likes_count','0'),(22804,1491,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843304997138259-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843304997138259-m.jpg\";}'),(22803,1491,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/14716511_228275434256549_6747428299581947904_n.jpg?_nc_cat=102&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=-xwQaxKMhIkAX8pVNg5&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-bhow0CvMFWgIOv8njpOzxBxYexMi_6XklaZAOJar5yw&oe=62815C5B'),(22802,1491,'_sli_product_type',''),(22801,1491,'_sli_video_title',''),(22800,1491,'_sli_shortcode','BLmRZKPh_og'),(22799,1491,'_sli_permalink','https://www.instagram.com/p/BLmRZKPh_og/'),(22798,1491,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}'),(432008,12327,'_sli_media_size','a:2:{s:5:\"width\";i:1205;s:6:\"height\";i:1205;}'),(432009,12327,'_sli_permalink','https://www.instagram.com/p/BxxGIwdHuKp/'),(432010,12327,'_sli_shortcode','BxxGIwdHuKp'),(22797,1491,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/14656709_583813951802310_5855079870958141440_n.mp4?_nc_cat=106&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=yvSx1kPEmWcAX8USa7J&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDTLLjYiLSZvbx_JvWO-ypmHrkWt1DrTG-bk1PfzL88vg&oe=63731116'),(22796,1491,'_sli_media_type','VIDEO'),(438485,12538,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(22795,1491,'_sli_caption','Yoga on the beach on the day of the Rare Hunters Supermoon for FREE? Could it get any better? 🐬🐬🐬\nWell why yes there could also be Dolphins 😘😂🙏🏻🙌🏻\nCome join me on Sullivan\'s Island for the last beach yoga of the season tomorrow at 2:30pm! Station 13! DM me for details and directions'),(22794,1491,'_sli_timestamp','2016-10-15T21:04:42+0000'),(22793,1491,'_sli_media_username','lavendermatyoga'),(22792,1491,'_sli_media_id','17843304997138259'),(438484,12538,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/26071233_1785818831468883_6643938030337916928_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=3whIFHSjzZwAX_O2oFz&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD4OXfLnkoAiIaT4x3vU2tUkMMpUX-T5A9hMQw3Mqy1DA&oe=63725A46'),(438483,12538,'_sli_media_type','CAROUSEL_ALBUM'),(438463,12537,'_sli_media_type','IMAGE'),(438464,12537,'_sli_media_url','https://lavendermatyoga.com?sli-img=BdfgTnrlfHk&size=l'),(438458,12536,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438459,12537,'_sli_media_id','17843163826235452'),(438460,12537,'_sli_media_username','lavendermatyoga'),(438461,12537,'_sli_timestamp','2018-01-03T15:25:26+0000'),(438462,12537,'_sli_caption','Sacred Sound is a key element to spiritual wellness and I can\'t recommend @sonesence_music highly enough. I just purchased my second Album from her and I\'m ecstatic! Perfect way to spend this snow day ❄️❄️'),(438482,12538,'_sli_caption','Now that she\'s opened her gift I can show off the blessing candle I made for my Mom 💗'),(438481,12538,'_sli_timestamp','2017-12-28T18:10:32+0000'),(438480,12538,'_sli_media_username','lavendermatyoga'),(438479,12538,'_sli_media_id','17888790196157346'),(438478,12537,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438476,12537,'_sli_is_story',''),(438477,12537,'_sli_last_requested','1668114590'),(438475,12537,'_sli_children','a:0:{}'),(438473,12537,'_sli_comments_count','0'),(438474,12537,'_sli_comments','a:0:{}'),(438472,12537,'_sli_likes_count','0'),(438471,12537,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843163826235452-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843163826235452-m.jpg\";}'),(438470,12537,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843163826235452-m.jpg'),(438469,12537,'_sli_product_type',''),(438467,12537,'_sli_shortcode','BdfgTnrlfHk'),(438468,12537,'_sli_video_title',''),(438465,12537,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438466,12537,'_sli_permalink','https://www.instagram.com/p/BdfgTnrlfHk/'),(438457,12536,'_sli_last_requested','1668114590'),(438453,12536,'_sli_comments_count','0'),(438454,12536,'_sli_comments','a:0:{}'),(438455,12536,'_sli_children','a:0:{}'),(438456,12536,'_sli_is_story',''),(438452,12536,'_sli_likes_count','0'),(438438,12535,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438439,12536,'_sli_media_id','17859756367206901'),(438440,12536,'_sli_media_username','lavendermatyoga'),(438441,12536,'_sli_timestamp','2018-01-06T02:40:05+0000'),(438442,12536,'_sli_caption','This freak snow storm seemed like the perfect time to christen my new tea mug! It\'s a bit wonky, but that\'s because I made it myself! 🙌🏻😬☕️ #potterywheel #beginnerpottery'),(438443,12536,'_sli_media_type','IMAGE'),(438444,12536,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bdl3GteFyqp&size=l'),(438445,12536,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438446,12536,'_sli_permalink','https://www.instagram.com/p/Bdl3GteFyqp/'),(438447,12536,'_sli_shortcode','Bdl3GteFyqp'),(438448,12536,'_sli_video_title',''),(438449,12536,'_sli_product_type',''),(438450,12536,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859756367206901-m.jpg'),(438451,12536,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859756367206901-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859756367206901-m.jpg\";}'),(438433,12535,'_sli_comments_count','0'),(438434,12535,'_sli_comments','a:0:{}'),(438435,12535,'_sli_children','a:0:{}'),(438436,12535,'_sli_is_story',''),(438437,12535,'_sli_last_requested','1668114589'),(438412,12534,'_sli_likes_count','0'),(438413,12534,'_sli_comments_count','0'),(438414,12534,'_sli_comments','a:0:{}'),(438415,12534,'_sli_children','a:0:{}'),(438416,12534,'_sli_is_story',''),(438417,12534,'_sli_last_requested','1668114589'),(438418,12534,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438419,12535,'_sli_media_id','17905938643098078'),(438420,12535,'_sli_media_username','lavendermatyoga'),(438421,12535,'_sli_timestamp','2018-01-07T05:45:15+0000'),(438422,12535,'_sli_caption','\"Mother Mary, sustain us in moments of darkness, difficulty, and apparent defeat\" 🙏🏻'),(438423,12535,'_sli_media_type','IMAGE'),(438424,12535,'_sli_media_url','https://lavendermatyoga.com?sli-img=BdoxFsQFp86&size=l'),(438425,12535,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438426,12535,'_sli_permalink','https://www.instagram.com/p/BdoxFsQFp86/'),(438427,12535,'_sli_shortcode','BdoxFsQFp86'),(438428,12535,'_sli_video_title',''),(438429,12535,'_sli_product_type',''),(438430,12535,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905938643098078-m.jpg'),(438431,12535,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905938643098078-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905938643098078-m.jpg\";}'),(438432,12535,'_sli_likes_count','0'),(438411,12534,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894091082141598-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894091082141598-m.jpg\";}'),(438409,12534,'_sli_product_type',''),(438410,12534,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17894091082141598-m.jpg'),(438408,12534,'_sli_video_title',''),(438405,12534,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438406,12534,'_sli_permalink','https://www.instagram.com/p/Bd0tM2elfII/'),(438407,12534,'_sli_shortcode','Bd0tM2elfII'),(438403,12534,'_sli_media_type','IMAGE'),(438404,12534,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bd0tM2elfII&size=l'),(438402,12534,'_sli_caption','My new meditation spot 😍✨🙏🏻💗'),(438400,12534,'_sli_media_username','lavendermatyoga'),(438401,12534,'_sli_timestamp','2018-01-11T21:02:09+0000'),(438398,12533,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438399,12534,'_sli_media_id','17894091082141598'),(438395,12533,'_sli_children','a:0:{}'),(438396,12533,'_sli_is_story',''),(438397,12533,'_sli_last_requested','1668114588'),(438394,12533,'_sli_comments','a:0:{}'),(438393,12533,'_sli_comments_count','0'),(438392,12533,'_sli_likes_count','0'),(438391,12533,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17906472034098122-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17906472034098122-m.jpg\";}'),(438372,12532,'_sli_likes_count','0'),(438373,12532,'_sli_comments_count','0'),(438374,12532,'_sli_comments','a:0:{}'),(438375,12532,'_sli_children','a:0:{}'),(438376,12532,'_sli_is_story',''),(438377,12532,'_sli_last_requested','1668114588'),(438378,12532,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438379,12533,'_sli_media_id','17906472034098122'),(438380,12533,'_sli_media_username','lavendermatyoga'),(438381,12533,'_sli_timestamp','2018-01-14T00:32:39+0000'),(438382,12533,'_sli_caption','#nofilter #nowords'),(438383,12533,'_sli_media_type','IMAGE'),(438384,12533,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bd6O4WDF_Ml&size=l'),(438385,12533,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438386,12533,'_sli_permalink','https://www.instagram.com/p/Bd6O4WDF_Ml/'),(438387,12533,'_sli_shortcode','Bd6O4WDF_Ml'),(438388,12533,'_sli_video_title',''),(438389,12533,'_sli_product_type',''),(438390,12533,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17906472034098122-m.jpg'),(438371,12532,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902121779095590-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902121779095590-m.jpg\";}'),(438368,12532,'_sli_video_title',''),(438369,12532,'_sli_product_type',''),(438370,12532,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902121779095590-m.jpg'),(438340,12531,'_sli_media_username','lavendermatyoga'),(438341,12531,'_sli_timestamp','2018-01-21T17:22:31+0000'),(438342,12531,'_sli_caption','I\'m developing a case study for my Ph.D dissertation , and I need people who have experienced anxiety and have found spiritually and soul work as successful treatment. All you\'d have to do is fill out a survey of questions and I leave your name anonymous. Would you be willing to participate? I\'m looking for both men and women.\nIf you are interested please leave your email in the comments below or message me and I will send you the survey questions once they have been developed.\nThanks! 💗🙏🏻'),(438367,12532,'_sli_shortcode','BeMKiPvF9Sb'),(438366,12532,'_sli_permalink','https://www.instagram.com/p/BeMKiPvF9Sb/'),(438365,12532,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438364,12532,'_sli_media_url','https://lavendermatyoga.com?sli-img=BeMKiPvF9Sb&size=l'),(438363,12532,'_sli_media_type','IMAGE'),(438362,12532,'_sli_caption','Bubble bath plus yoni egg = 😍🦄💗✨💆🏼🌕🌸...basically I\'m having a great night👌🏻\nCurious about yoni eggs? Yoni Eggs are a powerful tool that in one simple constant step helped me heal my Interstitial Cystitis, awaken pleasure in my yoni, strengthen my pelvic floor and clear out my sacral Chakra. They are no joke!Check out my page to learn more or use my affiliate link and persona coupon code to get 10% off! Find it all right here 👉🏻http://www.madisonrosenberger.com/yoni-eggs/ 🙌🏻🙃'),(438361,12532,'_sli_timestamp','2018-01-20T23:41:01+0000'),(438360,12532,'_sli_media_username','lavendermatyoga'),(438359,12532,'_sli_media_id','17902121779095590'),(438358,12531,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438357,12531,'_sli_last_requested','1668114587'),(438353,12531,'_sli_comments_count','0'),(438354,12531,'_sli_comments','a:0:{}'),(438355,12531,'_sli_children','a:0:{}'),(438356,12531,'_sli_is_story',''),(438352,12531,'_sli_likes_count','0'),(438351,12531,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904807172126356-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904807172126356-m.jpg\";}'),(438348,12531,'_sli_video_title',''),(438349,12531,'_sli_product_type',''),(438350,12531,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904807172126356-m.jpg'),(438345,12531,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438346,12531,'_sli_permalink','https://www.instagram.com/p/BeOEA6zlCHv/'),(438347,12531,'_sli_shortcode','BeOEA6zlCHv'),(438344,12531,'_sli_media_url','https://lavendermatyoga.com?sli-img=BeOEA6zlCHv&size=l'),(438343,12531,'_sli_media_type','IMAGE'),(438339,12531,'_sli_media_id','17904807172126356'),(438338,12530,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438337,12530,'_sli_last_requested','1668114587'),(438336,12530,'_sli_is_story',''),(438332,12530,'_sli_likes_count','0'),(438333,12530,'_sli_comments_count','0'),(438334,12530,'_sli_comments','a:0:{}'),(438335,12530,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17907361846113138\";s:9:\"media_url\";s:291:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/26864336_1008805482600101_7078621856365805568_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=x4v1Q1gEufoAX9f286d&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCJs1yHNJYJwffdQvEM_3LQdZjiIhetuw9TYge3e4jEYA&oe=63722FB5\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/Bea-_4PFQBr/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907361846113138-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907361846113138-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907361846113138-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17893079182154912\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/26871627_296954344162963_1338847001013387264_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=PbvM242vYSYAX81E37-&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDBvpVAgiBbrA3aPlxYajWb-mYC3qLZIgnAfh3rUOy81A&oe=6372EEF4\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/Bea_AKKl6tC/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1346;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893079182154912-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893079182154912-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893079182154912-m.jpg\";}}'),(438331,12530,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891927137163121-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891927137163121-m.jpg\";}'),(438330,12530,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891927137163121-m.jpg'),(438328,12530,'_sli_video_title',''),(438329,12530,'_sli_product_type',''),(438327,12530,'_sli_shortcode','Bea_N9kFyRT'),(438326,12530,'_sli_permalink','https://www.instagram.com/p/Bea_N9kFyRT/'),(438325,12530,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438292,12528,'_sli_likes_count','0'),(438293,12528,'_sli_comments_count','0'),(438294,12528,'_sli_comments','a:0:{}'),(438295,12528,'_sli_children','a:0:{}'),(438296,12528,'_sli_is_story',''),(438297,12528,'_sli_last_requested','1668114585'),(438291,12528,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896195228135435-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896195228135435-m.jpg\";}'),(438324,12530,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/26864336_1008805482600101_7078621856365805568_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=x4v1Q1gEufoAX9f286d&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCJs1yHNJYJwffdQvEM_3LQdZjiIhetuw9TYge3e4jEYA&oe=63722FB5'),(438323,12530,'_sli_media_type','CAROUSEL_ALBUM'),(438322,12530,'_sli_caption','🌹🌹🌹'),(438321,12530,'_sli_timestamp','2018-01-26T17:50:44+0000'),(438317,12529,'_sli_last_requested','1668114585'),(438318,12529,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438319,12530,'_sli_media_id','17891927137163121'),(438320,12530,'_sli_media_username','lavendermatyoga'),(438316,12529,'_sli_is_story',''),(438315,12529,'_sli_children','a:0:{}'),(438314,12529,'_sli_comments','a:0:{}'),(438313,12529,'_sli_comments_count','0'),(438312,12529,'_sli_likes_count','0'),(438311,12529,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890923145173963-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890923145173963-m.jpg\";}'),(438304,12529,'_sli_media_url','https://lavendermatyoga.com?sli-img=BejmFGZFWQX&size=l'),(438305,12529,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438306,12529,'_sli_permalink','https://www.instagram.com/p/BejmFGZFWQX/'),(438307,12529,'_sli_shortcode','BejmFGZFWQX'),(438308,12529,'_sli_video_title',''),(438309,12529,'_sli_product_type',''),(438310,12529,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890923145173963-m.jpg'),(438303,12529,'_sli_media_type','IMAGE'),(438302,12529,'_sli_caption','Wonderful night of teaching awesome yoga students, as always!\nCome join us next Monday at 6pm for some free yoga and a great group of people! \nRegistration is required, www.madisonrosenberger.com/workshops-classes/, link in the bio 👌🏻'),(438301,12529,'_sli_timestamp','2018-01-30T02:04:14+0000'),(438300,12529,'_sli_media_username','lavendermatyoga'),(438298,12528,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438299,12529,'_sli_media_id','17890923145173963'),(438285,12528,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438286,12528,'_sli_permalink','https://www.instagram.com/p/Bek5m3clARG/'),(438287,12528,'_sli_shortcode','Bek5m3clARG'),(438288,12528,'_sli_video_title',''),(438289,12528,'_sli_product_type',''),(438290,12528,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896195228135435-m.jpg'),(438279,12528,'_sli_media_id','17896195228135435'),(438280,12528,'_sli_media_username','lavendermatyoga'),(438281,12528,'_sli_timestamp','2018-01-30T14:14:06+0000'),(438282,12528,'_sli_caption','Have you suffered from anxiety and used spiritual practices as treatment? I\'m searching for participants!\n💗💗I have sent an email to everyone who volunteered to participate in my Case Study.\n💗💗If you did not receive the email you can still contribute by navigating to this link and completing the online survey, https://madisonrosenberger.typeform.com/to/N2MbT3, as always you can also find the clickable link in my bio 👆🏻👆🏻🙏🏻 Thanks again everyone!'),(438284,12528,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bek5m3clARG&size=l'),(438283,12528,'_sli_media_type','IMAGE'),(438262,12527,'_sli_caption','I\'ve got something magic planned for the Shift Charlotte expo in March! And it requires charging these gorgeous Moss Agates in the Blood Blue Supermoon! 😁'),(438263,12527,'_sli_media_type','IMAGE'),(438264,12527,'_sli_media_url','https://lavendermatyoga.com?sli-img=BeoIeEulZqU&size=l'),(438265,12527,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438266,12527,'_sli_permalink','https://www.instagram.com/p/BeoIeEulZqU/'),(438267,12527,'_sli_shortcode','BeoIeEulZqU'),(438268,12527,'_sli_video_title',''),(438269,12527,'_sli_product_type',''),(438270,12527,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864130058207988-m.jpg'),(438271,12527,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864130058207988-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864130058207988-m.jpg\";}'),(438272,12527,'_sli_likes_count','0'),(438273,12527,'_sli_comments_count','0'),(438274,12527,'_sli_comments','a:0:{}'),(438275,12527,'_sli_children','a:0:{}'),(438276,12527,'_sli_is_story',''),(438277,12527,'_sli_last_requested','1668114584'),(438278,12527,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438261,12527,'_sli_timestamp','2018-01-31T20:21:42+0000'),(438260,12527,'_sli_media_username','lavendermatyoga'),(438259,12527,'_sli_media_id','17864130058207988'),(438258,12526,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438257,12526,'_sli_last_requested','1668114584'),(438256,12526,'_sli_is_story',''),(438255,12526,'_sli_children','a:0:{}'),(438254,12526,'_sli_comments','a:0:{}'),(438253,12526,'_sli_comments_count','0'),(438252,12526,'_sli_likes_count','0'),(438249,12526,'_sli_product_type',''),(438250,12526,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848486231235072-m.jpg'),(438251,12526,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848486231235072-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848486231235072-m.jpg\";}'),(438247,12526,'_sli_shortcode','BetdtTiFza3'),(438248,12526,'_sli_video_title',''),(438246,12526,'_sli_permalink','https://www.instagram.com/p/BetdtTiFza3/'),(438245,12526,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438243,12526,'_sli_media_type','IMAGE'),(438244,12526,'_sli_media_url','https://lavendermatyoga.com?sli-img=BetdtTiFza3&size=l'),(438234,12525,'_sli_comments','a:0:{}'),(438235,12525,'_sli_children','a:0:{}'),(438236,12525,'_sli_is_story',''),(438237,12525,'_sli_last_requested','1668114584'),(438238,12525,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438239,12526,'_sli_media_id','17848486231235072'),(438240,12526,'_sli_media_username','lavendermatyoga'),(438241,12526,'_sli_timestamp','2018-02-02T22:03:29+0000'),(438242,12526,'_sli_caption','Im so excited for tomorrow, I always have so much fun teaching crystal classes at @cornerstoneminerals ! Crystals are so much more than stone, they are alive and contain so much wisdom, power and healing. \nTomorrow\'s Crystal Healing 101 is sold out but there are upcoming classes with seats still up for grabs!\nHow to Read Crystals - 2/17/18 (Only 4 seats left!)\nCrystal Healing 101 - 3/8/18 (Only 4 seats left!)\nHow to Read Crystals - 3/15/18 (if you purchase both March classes together you will save 20% on ticket pricing!)\n💗💗💗\nPurchase tickets at www.madisonrosenberger.com/workshops-classes/ (clickable link in the bio 👆🏻)\n✨✨✨\nThe opportunity to shop for crystals suitable for your specific needs with my guidance is included in the class time (Standardly a paid service)!\nAnnddd all attending students will receive 20% off all crystals for a year after your class!\n\nPhoto credit: @themaniamania via @goldirocks.co 🙏🏻'),(438233,12525,'_sli_comments_count','0'),(438232,12525,'_sli_likes_count','0'),(438225,12525,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:719;}'),(438226,12525,'_sli_permalink','https://www.instagram.com/p/BhFKOp5nnxT/'),(438227,12525,'_sli_shortcode','BhFKOp5nnxT'),(438228,12525,'_sli_video_title',''),(438229,12525,'_sli_product_type',''),(438230,12525,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845060285256383-m.jpg'),(438223,12525,'_sli_media_type','IMAGE'),(438224,12525,'_sli_media_url','https://lavendermatyoga.com?sli-img=BhFKOp5nnxT&size=l'),(438231,12525,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845060285256383-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845060285256383-m.jpg\";}'),(438211,12524,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860906375240291-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860906375240291-m.jpg\";}'),(438221,12525,'_sli_timestamp','2018-04-02T19:57:50+0000'),(438222,12525,'_sli_caption','Charlestonians! Join me in Mt.Pleasant at 6pm for some free yoga! DM me for details 💋💋'),(438220,12525,'_sli_media_username','lavendermatyoga'),(438207,12524,'_sli_shortcode','BhHGSW2neLg'),(438208,12524,'_sli_video_title',''),(438209,12524,'_sli_product_type',''),(438210,12524,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860906375240291-m.jpg'),(438205,12524,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438219,12525,'_sli_media_id','17845060285256383'),(438218,12524,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438217,12524,'_sli_last_requested','1668114583'),(438216,12524,'_sli_is_story',''),(438215,12524,'_sli_children','a:0:{}'),(438214,12524,'_sli_comments','a:0:{}'),(438212,12524,'_sli_likes_count','0'),(438213,12524,'_sli_comments_count','0'),(438206,12524,'_sli_permalink','https://www.instagram.com/p/BhHGSW2neLg/'),(438194,12523,'_sli_comments','a:0:{}'),(438195,12523,'_sli_children','a:0:{}'),(438196,12523,'_sli_is_story',''),(438197,12523,'_sli_last_requested','1668114583'),(438198,12523,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438199,12524,'_sli_media_id','17860906375240291'),(438200,12524,'_sli_media_username','lavendermatyoga'),(438201,12524,'_sli_timestamp','2018-04-03T14:01:52+0000'),(438202,12524,'_sli_caption','There is still space in tonight\'s Crystal Healing 101 class at 7:30pm @cornerstoneminerals -\nIn this class you will learn:\n– About specific crystal healing properties how to utilize crystals to heal your spirit, body, mind and emotions.\n– How the electromagnetic frequency of a crystal effects us and the Earth.\n– How to use crystals for protection and guidance.\n– How to use crystal tools to clear and balance your energy field.\n– How to program and record information in a crystal.\n– How to use a crystal grid.\n– How to make crystal water.\n– How to use crystals with children and animals.\n-How to use crystals in meditation and spiritual rituals\n– And more!\n-\nClass is $25 or $20 when you purchase it along with the How to Read Crystals Class (April 17)\n.\nHead to www.madisonrosenberger.com/workshops-classes to register! , link in the bio 👆🏻👆🏻\n✨✨✨\nThis gorgeous stone is labradorite , 📷taken by @stoneandviolet'),(438204,12524,'_sli_media_url','https://lavendermatyoga.com?sli-img=BhHGSW2neLg&size=l'),(438203,12524,'_sli_media_type','IMAGE'),(438192,12523,'_sli_likes_count','0'),(438193,12523,'_sli_comments_count','0'),(438184,12523,'_sli_media_url','https://lavendermatyoga.com?sli-img=BhKU3V0H4Od&size=l'),(438185,12523,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(438186,12523,'_sli_permalink','https://www.instagram.com/p/BhKU3V0H4Od/'),(438187,12523,'_sli_shortcode','BhKU3V0H4Od'),(438188,12523,'_sli_video_title',''),(438189,12523,'_sli_product_type',''),(438190,12523,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903580958170609-m.jpg'),(438191,12523,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903580958170609-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903580958170609-m.jpg\";}'),(438183,12523,'_sli_media_type','IMAGE'),(438172,12522,'_sli_likes_count','0'),(438173,12522,'_sli_comments_count','0'),(438174,12522,'_sli_comments','a:0:{}'),(438175,12522,'_sli_children','a:0:{}'),(438176,12522,'_sli_is_story',''),(438177,12522,'_sli_last_requested','1668114582'),(438178,12522,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438179,12523,'_sli_media_id','17903580958170609'),(438180,12523,'_sli_media_username','lavendermatyoga'),(438181,12523,'_sli_timestamp','2018-04-04T20:06:59+0000'),(438182,12523,'_sli_caption','Rocking my #99problemscrystaledition shirt today! They come in Women\'s Tee (what I\'m wearing) and Unisex! Get yours in my shop 🙌🏻 www.madisonrosenberger.com/shop (link in the bio 👆🏻)'),(438168,12522,'_sli_video_title',''),(438169,12522,'_sli_product_type',''),(438170,12522,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17936949262030402-m.jpg'),(438171,12522,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17936949262030402-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17936949262030402-m.jpg\";}'),(438167,12522,'_sli_shortcode','BhXJOMNAbUL'),(438166,12522,'_sli_permalink','https://www.instagram.com/p/BhXJOMNAbUL/'),(438165,12522,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(438164,12522,'_sli_media_url','https://lavendermatyoga.com?sli-img=BhXJOMNAbUL&size=l'),(438163,12522,'_sli_media_type','IMAGE'),(438162,12522,'_sli_caption','Free yoga with me tonight at 6pm 👌🏻🙌🏻 DM for details 💋💗'),(438161,12522,'_sli_timestamp','2018-04-09T19:35:22+0000'),(438160,12522,'_sli_media_username','lavendermatyoga'),(438159,12522,'_sli_media_id','17936949262030402'),(438158,12521,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438156,12521,'_sli_is_story',''),(438157,12521,'_sli_last_requested','1668114582'),(438155,12521,'_sli_children','a:0:{}'),(438153,12521,'_sli_comments_count','0'),(438154,12521,'_sli_comments','a:0:{}'),(438152,12521,'_sli_likes_count','0'),(438151,12521,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912739775191652-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912739775191652-m.jpg\";}'),(438150,12521,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912739775191652-m.jpg'),(438147,12521,'_sli_shortcode','BhzorPbgHln'),(438148,12521,'_sli_video_title',''),(438149,12521,'_sli_product_type',''),(438146,12521,'_sli_permalink','https://www.instagram.com/p/BhzorPbgHln/'),(438141,12521,'_sli_timestamp','2018-04-20T21:08:57+0000'),(438142,12521,'_sli_caption','Totally in love with this custom collage by @rachday_ 🙏🏻💗💋'),(438143,12521,'_sli_media_type','IMAGE'),(438144,12521,'_sli_media_url','https://lavendermatyoga.com?sli-img=BhzorPbgHln&size=l'),(438145,12521,'_sli_media_size','a:2:{s:5:\"width\";i:802;s:6:\"height\";i:419;}'),(438139,12521,'_sli_media_id','17912739775191652'),(438140,12521,'_sli_media_username','lavendermatyoga'),(438136,12520,'_sli_is_story',''),(438137,12520,'_sli_last_requested','1668114582'),(438138,12520,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438133,12520,'_sli_comments_count','0'),(438134,12520,'_sli_comments','a:0:{}'),(438135,12520,'_sli_children','a:0:{}'),(438132,12520,'_sli_likes_count','0'),(438122,12520,'_sli_caption','Escape the rain tonight and come join me at Blue Cross for some free yoga! Starting at 6pm in Mt Pleasant Towne Center. DM me for details 😊😊😊'),(438123,12520,'_sli_media_type','IMAGE'),(438124,12520,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bh7PdscgTVs&size=l'),(438125,12520,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(438126,12520,'_sli_permalink','https://www.instagram.com/p/Bh7PdscgTVs/'),(438127,12520,'_sli_shortcode','Bh7PdscgTVs'),(438128,12520,'_sli_video_title',''),(438129,12520,'_sli_product_type',''),(438130,12520,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926643668115245-m.jpg'),(438131,12520,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926643668115245-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926643668115245-m.jpg\";}'),(438120,12520,'_sli_media_username','lavendermatyoga'),(438121,12520,'_sli_timestamp','2018-04-23T20:02:34+0000'),(438119,12520,'_sli_media_id','17926643668115245'),(438118,12519,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438117,12519,'_sli_last_requested','1668114581'),(438116,12519,'_sli_is_story',''),(438112,12519,'_sli_likes_count','0'),(438110,12519,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849133286262738-m.jpg'),(438111,12519,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849133286262738-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849133286262738-m.jpg\";}'),(438114,12519,'_sli_comments','a:0:{}'),(438115,12519,'_sli_children','a:0:{}'),(438113,12519,'_sli_comments_count','0'),(438106,12519,'_sli_permalink','https://www.instagram.com/p/Bh9QlZZgWSC/'),(438107,12519,'_sli_shortcode','Bh9QlZZgWSC'),(438108,12519,'_sli_video_title',''),(438109,12519,'_sli_product_type',''),(438104,12519,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bh9QlZZgWSC&size=l'),(438105,12519,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438103,12519,'_sli_media_type','IMAGE'),(438092,12518,'_sli_likes_count','0'),(438093,12518,'_sli_comments_count','0'),(438094,12518,'_sli_comments','a:0:{}'),(438095,12518,'_sli_children','a:0:{}'),(438096,12518,'_sli_is_story',''),(438097,12518,'_sli_last_requested','1668114581'),(438098,12518,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438099,12519,'_sli_media_id','17849133286262738'),(438100,12519,'_sli_media_username','lavendermatyoga'),(438101,12519,'_sli_timestamp','2018-04-24T14:50:50+0000'),(438102,12519,'_sli_caption','Did you know the Solar Plexus has more receptors sites than the brain?!\nThis is the part of your body that takes on the most emotional information. This make sense why a lot of Empathic people struggle with added weight in this region. Added weight is a means of trying to block out unwanted emotion collection. It’s hard carrying around the imprint of other peoples “stuff”! ✨✨✨\nQuick Tip 👉🏻👉🏻 You can create boundaries in front of you Solar Plexus with crystals. If you can get a necklace that allows the crystal to sit low enough it will filter energy that passes through it to the Solar Plexus!\n🌞🌞🌞\nSidenote:You may subconsciously be creating boundaries for your SP when you cross your arms!\n🙌🏻🙌🏻'),(438091,12518,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850863710249712-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850863710249712-m.jpg\";}'),(438090,12518,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850863710249712-m.jpg'),(438088,12518,'_sli_video_title',''),(438089,12518,'_sli_product_type',''),(438074,12517,'_sli_comments','a:0:{}'),(438075,12517,'_sli_children','a:0:{}'),(438076,12517,'_sli_is_story',''),(438077,12517,'_sli_last_requested','1668114580'),(438078,12517,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438079,12518,'_sli_media_id','17850863710249712'),(438080,12518,'_sli_media_username','lavendermatyoga'),(438081,12518,'_sli_timestamp','2018-04-26T15:55:37+0000'),(438082,12518,'_sli_caption','A beautiful emailed card reading I did for a lovely lady! You can purchase yours in my shop 💗💋 madisonrosenberger.com/shop'),(438083,12518,'_sli_media_type','IMAGE'),(438084,12518,'_sli_media_url','https://lavendermatyoga.com?sli-img=BiChlkFA3cu&size=l'),(438085,12518,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(438086,12518,'_sli_permalink','https://www.instagram.com/p/BiChlkFA3cu/'),(438087,12518,'_sli_shortcode','BiChlkFA3cu'),(438073,12517,'_sli_comments_count','0'),(438072,12517,'_sli_likes_count','0'),(438071,12517,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923791646091104-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923791646091104-m.jpg\";}'),(438070,12517,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923791646091104-m.jpg'),(438069,12517,'_sli_product_type',''),(438068,12517,'_sli_video_title',''),(438067,12517,'_sli_shortcode','BiM6LTNgq8s'),(438066,12517,'_sli_permalink','https://www.instagram.com/p/BiM6LTNgq8s/'),(438065,12517,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:604;}'),(438064,12517,'_sli_media_url','https://lavendermatyoga.com?sli-img=BiM6LTNgq8s&size=l'),(438063,12517,'_sli_media_type','IMAGE'),(438062,12517,'_sli_caption','I originally posted that our last class at Blue Cross would be June 25th but due to a scheduling conflict our last class will now be June 18th which means we only have 7 classes left!\n✨✨✨\nCome join us tonight! Class starts at 6pm at the Blue Cross Blue Shield building in Mt. Pleasant Towne Center. (Next to Fed Ex and Five Guys) It is free to join and water and yoga and are provided! 💋💋💋'),(438061,12517,'_sli_timestamp','2018-04-30T16:42:53+0000'),(438060,12517,'_sli_media_username','lavendermatyoga'),(438058,12516,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438059,12517,'_sli_media_id','17923791646091104'),(438057,12516,'_sli_last_requested','1668114580'),(438054,12516,'_sli_comments','a:0:{}'),(438055,12516,'_sli_children','a:0:{}'),(438056,12516,'_sli_is_story',''),(438053,12516,'_sli_comments_count','0'),(438049,12516,'_sli_product_type',''),(438050,12516,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923494094084506-m.jpg'),(438051,12516,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923494094084506-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923494094084506-m.jpg\";}'),(438052,12516,'_sli_likes_count','0'),(438048,12516,'_sli_video_title',''),(438047,12516,'_sli_shortcode','BiPQ2ZNA9X6'),(438046,12516,'_sli_permalink','https://www.instagram.com/p/BiPQ2ZNA9X6/'),(438045,12516,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438043,12516,'_sli_media_type','IMAGE'),(438044,12516,'_sli_media_url','https://lavendermatyoga.com?sli-img=BiPQ2ZNA9X6&size=l'),(438032,12515,'_sli_likes_count','0'),(438027,12515,'_sli_shortcode','BiQVwUfAL2w'),(438028,12515,'_sli_video_title',''),(438029,12515,'_sli_product_type',''),(438030,12515,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852726284253803-m.jpg'),(438031,12515,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852726284253803-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852726284253803-m.jpg\";}'),(438033,12515,'_sli_comments_count','0'),(438034,12515,'_sli_comments','a:0:{}'),(438035,12515,'_sli_children','a:0:{}'),(438036,12515,'_sli_is_story',''),(438037,12515,'_sli_last_requested','1668114579'),(438038,12515,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438039,12516,'_sli_media_id','17923494094084506'),(438040,12516,'_sli_media_username','lavendermatyoga'),(438041,12516,'_sli_timestamp','2018-05-01T14:39:29+0000'),(438042,12516,'_sli_caption','A big gorgeous gemmy Amethyst courtesy of @crystals_of_australia 😍😍 This guy mines his own crystals and I’m living my dreams vicariously through him. Anyone know of any decent do-it-yourself crystal mines in the Carolinas? ✨✨And I mean real ⛏ mining, like dig it out of the earth, not just panning through gravel that’s been salted haha.'),(438026,12515,'_sli_permalink','https://www.instagram.com/p/BiQVwUfAL2w/'),(438025,12515,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(438023,12515,'_sli_media_type','IMAGE'),(438024,12515,'_sli_media_url','https://lavendermatyoga.com?sli-img=BiQVwUfAL2w&size=l'),(444423,12721,'_sli_media_username','lavendermatyoga'),(444413,12720,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844659665039047-m.jpg'),(444424,12721,'_sli_timestamp','2015-10-14T21:03:26+0000'),(444414,12720,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844659665039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844659665039047-m.jpg\";}'),(438022,12515,'_sli_caption','I’m contemplating potentially adding these beautiful quartz combs to my Shop, would you be interested in purchasing one? I use mine after my shower to comb essential oils through my hair. The Quartz is used to amplify the oils calming effect at the end of a long day and this stone clears away all foreign energy. ✨✨✨✨\nInterested? Let me know! I may take pre-orders if we get enough participants 🤔\n✨✨✨\nDon’t forget to vote in mt Story’s poll! 👆🏻👆🏻🙏🏻'),(438021,12515,'_sli_timestamp','2018-05-02T00:41:36+0000'),(438019,12515,'_sli_media_id','17852726284253803'),(438020,12515,'_sli_media_username','lavendermatyoga'),(438015,12514,'_sli_children','a:0:{}'),(438016,12514,'_sli_is_story',''),(438017,12514,'_sli_last_requested','1668114579'),(438018,12514,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(438014,12514,'_sli_comments','a:0:{}'),(438013,12514,'_sli_comments_count','0'),(438012,12514,'_sli_likes_count','0'),(444422,12721,'_sli_media_id','17844388759039047'),(444421,12720,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444420,12720,'_sli_last_requested','1668286093'),(444419,12720,'_sli_is_story',''),(444418,12720,'_sli_children','a:0:{}'),(444417,12720,'_sli_comments','a:0:{}'),(444415,12720,'_sli_likes_count','0'),(444416,12720,'_sli_comments_count','0'),(444406,12720,'_sli_media_type','IMAGE'),(444407,12720,'_sli_media_url','https://lavendermatyoga.com?sli-img=9HQkvOPzz8&size=l'),(444412,12720,'_sli_product_type',''),(444411,12720,'_sli_video_title',''),(444408,12720,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444409,12720,'_sli_permalink','https://www.instagram.com/p/9HQkvOPzz8/'),(444410,12720,'_sli_shortcode','9HQkvOPzz8'),(444404,12720,'_sli_timestamp','2015-10-21T20:41:34+0000'),(444405,12720,'_sli_caption','#dreambig'),(444403,12720,'_sli_media_username','lavendermatyoga'),(444402,12720,'_sli_media_id','17844659665039047'),(444400,12719,'_sli_last_requested','1668286092'),(444401,12719,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444398,12719,'_sli_children','a:0:{}'),(444399,12719,'_sli_is_story',''),(444395,12719,'_sli_likes_count','0'),(444396,12719,'_sli_comments_count','0'),(444397,12719,'_sli_comments','a:0:{}'),(444394,12719,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844834724039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844834724039047-m.jpg\";}'),(444393,12719,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844834724039047-m.jpg'),(444391,12719,'_sli_video_title',''),(444392,12719,'_sli_product_type',''),(444390,12719,'_sli_shortcode','9fLITyvz0E'),(444389,12719,'_sli_permalink','https://www.instagram.com/p/9fLITyvz0E/'),(444386,12719,'_sli_media_type','IMAGE'),(444387,12719,'_sli_media_url','https://lavendermatyoga.com?sli-img=9fLITyvz0E&size=l'),(444388,12719,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444375,12718,'_sli_likes_count','0'),(444376,12718,'_sli_comments_count','0'),(444377,12718,'_sli_comments','a:0:{}'),(444378,12718,'_sli_children','a:0:{}'),(444379,12718,'_sli_is_story',''),(444380,12718,'_sli_last_requested','1668286092'),(444381,12718,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444382,12719,'_sli_media_id','17844834724039047'),(444383,12719,'_sli_media_username','lavendermatyoga'),(444384,12719,'_sli_timestamp','2015-10-31T03:35:46+0000'),(444385,12719,'_sli_caption','This little bottle is amazing to use after a long day of yoga.\n\nAromaTouch: #Cypress, #Peppermint , #Marjoram, #Basil , #Grapefruit , #Lavender\n\nIf you have any questions about oils and how they can help your family, please don\'t hesitate to #giftoftheearth #essentialoils'),(444369,12718,'_sli_permalink','https://www.instagram.com/p/9mCOnSPz6x/'),(444370,12718,'_sli_shortcode','9mCOnSPz6x'),(444371,12718,'_sli_video_title',''),(444372,12718,'_sli_product_type',''),(444373,12718,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844889384039047-m.jpg'),(444374,12718,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844889384039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844889384039047-m.jpg\";}'),(444367,12718,'_sli_media_url','https://lavendermatyoga.com?sli-img=9mCOnSPz6x&size=l'),(444368,12718,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444366,12718,'_sli_media_type','IMAGE'),(444355,12717,'_sli_likes_count','0'),(444356,12717,'_sli_comments_count','0'),(444357,12717,'_sli_comments','a:0:{}'),(444358,12717,'_sli_children','a:0:{}'),(444359,12717,'_sli_is_story',''),(444360,12717,'_sli_last_requested','1668286091'),(444361,12717,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444362,12718,'_sli_media_id','17844889384039047'),(444363,12718,'_sli_media_username','lavendermatyoga'),(444364,12718,'_sli_timestamp','2015-11-02T19:32:40+0000'),(444365,12718,'_sli_caption','Why do we love?\n\nBecause our hearts tell us to\n\nBecause by loving we are taught our purpose, our place and our worth\n\nBecause we want to feel emotions greater than ourselves\n\nBecause love is like air; necessary, invisible, life giving, and all around you\n\n#love #whydowelove #poweroflove #flowers #iris #lovelovelove'),(444347,12717,'_sli_media_url','https://lavendermatyoga.com?sli-img=9wCijfvz6z&size=l'),(444348,12717,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444349,12717,'_sli_permalink','https://www.instagram.com/p/9wCijfvz6z/'),(444350,12717,'_sli_shortcode','9wCijfvz6z'),(444351,12717,'_sli_video_title',''),(444352,12717,'_sli_product_type',''),(444353,12717,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841854926104861-m.jpg'),(444354,12717,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841854926104861-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841854926104861-m.jpg\";}'),(444346,12717,'_sli_media_type','IMAGE'),(444335,12716,'_sli_likes_count','0'),(444336,12716,'_sli_comments_count','0'),(444337,12716,'_sli_comments','a:0:{}'),(444338,12716,'_sli_children','a:0:{}'),(444339,12716,'_sli_is_story',''),(444340,12716,'_sli_last_requested','1668286091'),(444341,12716,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444342,12717,'_sli_media_id','17841854926104861'),(444343,12717,'_sli_media_username','lavendermatyoga'),(444344,12717,'_sli_timestamp','2015-11-06T16:47:48+0000'),(444345,12717,'_sli_caption','Holy cow is this so true for me today. What a wonderful reminder. I\'m sitting, worrying.  Worrying that I won\'t be financially stable if I don\'t figure how to up my success. Worrying that my publicity and marketing aren\'t enough. My Instagram feed isn\'t perfect enough. (Yea you heard me!) I\'m a chronic #worrier and the only thing that brings me back down to earth is to remember\n\nTo chill the f**** out! And remind myself I\'m a #manifestingmaniac !! We cannot control the outcome of our lives. We can stay motivated and disciplined sure, but really we just need to set our intention, manifest what we want, and let it happen. When we cling to what we want, we suffocate it, we squash it by smothering it with our desperation\n\nLet your dreams breathe. Take a breath yourself. Have faith.\n\nPhoto credit : @magickmoods \n#manifest #breathe #relax #love #spiritual #chill #letitgo #flashesofdelight #magick #faith #worry'),(444334,12716,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841938902094329-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841938902094329-m.jpg\";}'),(444333,12716,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841938902094329-m.jpg'),(444332,12716,'_sli_product_type',''),(444331,12716,'_sli_video_title',''),(444330,12716,'_sli_shortcode','9zhmBavz94'),(444329,12716,'_sli_permalink','https://www.instagram.com/p/9zhmBavz94/'),(444328,12716,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444324,12716,'_sli_timestamp','2015-11-08T01:16:53+0000'),(444325,12716,'_sli_caption','Peonies O Peonies. How you light up my light 🌟 \nPeonies are linked to the heart chakra and help send love and healing to loved ones separated by distance. Sending healing through time, peonies help you support your future self. They will help support your energy if you know you have a mountain to face in the future\n#pink #peonies 😊💐🌷 Photo credit: @emmakateco #flowertherapy #flowers #spiritual #healing #plantmedicine #flashesofdelight #love #beautiful'),(444326,12716,'_sli_media_type','IMAGE'),(444327,12716,'_sli_media_url','https://lavendermatyoga.com?sli-img=9zhmBavz94&size=l'),(444310,12715,'_sli_shortcode','9_5HDBPz8j'),(444311,12715,'_sli_video_title',''),(444312,12715,'_sli_product_type',''),(444313,12715,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842204084095649-m.jpg'),(444314,12715,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842204084095649-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842204084095649-m.jpg\";}'),(444320,12715,'_sli_last_requested','1668286091'),(444321,12715,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444322,12716,'_sli_media_id','17841938902094329'),(444323,12716,'_sli_media_username','lavendermatyoga'),(444319,12715,'_sli_is_story',''),(444318,12715,'_sli_children','a:0:{}'),(444317,12715,'_sli_comments','a:0:{}'),(444316,12715,'_sli_comments_count','0'),(444315,12715,'_sli_likes_count','0'),(444309,12715,'_sli_permalink','https://www.instagram.com/p/9_5HDBPz8j/'),(444308,12715,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444305,12715,'_sli_caption','Tonight I am drawing cards for a group of ladies at a wonderful Spa Night\n\nTo say I\'m nervous would be an understatement\n\nI just drew one for myself before I leave.......... \"Endings\": I have gotten this card before and just as last time I instantly heard them tell me, \"This is the End of pretending to be something you aren\'t\"\n\nDo you have something you have been keeping on the down low out of fear you will be ridiculed?\n\nI\'m ready to flaunt my weirdness 😝\n\n#oracle #intuitive Deck made by @innerhue and @colour_cult #weird #authentic #spiritual #flowers #magic #love #photooftheday #spirit #spiritguides'),(444306,12715,'_sli_media_type','IMAGE'),(444307,12715,'_sli_media_url','https://lavendermatyoga.com?sli-img=9_5HDBPz8j&size=l'),(444295,12714,'_sli_likes_count','0'),(444296,12714,'_sli_comments_count','0'),(444297,12714,'_sli_comments','a:0:{}'),(444298,12714,'_sli_children','a:0:{}'),(444299,12714,'_sli_is_story',''),(444300,12714,'_sli_last_requested','1668286090'),(444301,12714,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444302,12715,'_sli_media_id','17842204084095649'),(444303,12715,'_sli_media_username','lavendermatyoga'),(444304,12715,'_sli_timestamp','2015-11-12T20:33:15+0000'),(444294,12714,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842342771115474-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842342771115474-m.jpg\";}'),(444293,12714,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842342771115474-m.jpg'),(444292,12714,'_sli_product_type',''),(444291,12714,'_sli_video_title',''),(444289,12714,'_sli_permalink','https://www.instagram.com/p/-FND5sPz4f/'),(444290,12714,'_sli_shortcode','-FND5sPz4f'),(444286,12714,'_sli_media_type','IMAGE'),(444287,12714,'_sli_media_url','https://lavendermatyoga.com?sli-img=-FND5sPz4f&size=l'),(444288,12714,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444285,12714,'_sli_caption','Decided to show you guys my collection after having a conversation with @modernmystic_tarot on if it is possible to have to many decks?\n\nNah!\n\nSo here it is, minus a couple decks I couldn\'t fit in the photo 🙈\n\n#tarot #angelcards #connectedandfree #doreenvirtue #spiritual #spiritguides #intuitive #passion #oracle'),(444283,12714,'_sli_media_username','lavendermatyoga'),(444284,12714,'_sli_timestamp','2015-11-14T22:03:47+0000'),(444281,12713,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444282,12714,'_sli_media_id','17842342771115474'),(444274,12713,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847745351004056-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847745351004056-m.jpg\";}'),(444275,12713,'_sli_likes_count','0'),(444276,12713,'_sli_comments_count','0'),(444277,12713,'_sli_comments','a:0:{}'),(444273,12713,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847745351004056-m.jpg'),(444280,12713,'_sli_last_requested','1668286090'),(444279,12713,'_sli_is_story',''),(444278,12713,'_sli_children','a:0:{}'),(444272,12713,'_sli_product_type',''),(444271,12713,'_sli_video_title',''),(444270,12713,'_sli_shortcode','-Y69K2vz7y'),(444269,12713,'_sli_permalink','https://www.instagram.com/p/-Y69K2vz7y/'),(444266,12713,'_sli_media_type','IMAGE'),(444267,12713,'_sli_media_url','https://lavendermatyoga.com?sli-img=-Y69K2vz7y&size=l'),(444268,12713,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444252,12712,'_sli_product_type',''),(444253,12712,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848614022058629-m.jpg'),(444265,12713,'_sli_caption','C E L E B R A T E // In April 2014 I got my toes sandy and started teaching on the beach. Today I hit 1000 members on Meetup!\n\nThank you to all my wonderful students who are a part of my Charleston Beach Yoga/Spiritual Group and my supportive friends who keep believing in me 🦄\n\nI could not be more grateful\n\nTo keep up with my group offerings (including guided meditations and aerial yoga during the winter season!) you can join for free ➡️\nwww.meetup.com/madisonrosenberger\n\n#charlestonsc #charlestonbeachyoga #beachyoga #sullivansisland #meditation #spiritual #yoga #meetupgroup #charlestonmeetup #community #aerialyoga'),(444264,12713,'_sli_timestamp','2015-11-22T13:50:23+0000'),(444263,12713,'_sli_media_username','lavendermatyoga'),(444262,12713,'_sli_media_id','17847745351004056'),(444261,12712,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444260,12712,'_sli_last_requested','1668286089'),(444254,12712,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848614022058629-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848614022058629-m.jpg\";}'),(444255,12712,'_sli_likes_count','0'),(444256,12712,'_sli_comments_count','0'),(444257,12712,'_sli_comments','a:0:{}'),(444258,12712,'_sli_children','a:0:{}'),(444259,12712,'_sli_is_story',''),(444242,12712,'_sli_media_id','17848614022058629'),(444243,12712,'_sli_media_username','lavendermatyoga'),(444244,12712,'_sli_timestamp','2015-11-23T13:46:28+0000'),(444245,12712,'_sli_caption','M E D I T A T I O N // tomorrow I am hosting a free guided meditation to lead us into a calm and happy Thanksgiving weekend\n\nClass starts at 6:00pm\n\nLove donations accepted if desired\n\nDM me for details ☺️ #meditation #meditationgroup #guided #spiritual #explore #expand #calm #charlestonsc #yoga'),(444249,12712,'_sli_permalink','https://www.instagram.com/p/-bfTUgPz3w/'),(444250,12712,'_sli_shortcode','-bfTUgPz3w'),(444251,12712,'_sli_video_title',''),(444247,12712,'_sli_media_url','https://lavendermatyoga.com?sli-img=-bfTUgPz3w&size=l'),(444248,12712,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444246,12712,'_sli_media_type','IMAGE'),(444234,12711,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844797254065518-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844797254065518-m.jpg\";}'),(444233,12711,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844797254065518-m.jpg'),(444241,12711,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444239,12711,'_sli_is_story',''),(444240,12711,'_sli_last_requested','1668286089'),(444238,12711,'_sli_children','a:0:{}'),(444237,12711,'_sli_comments','a:0:{}'),(444236,12711,'_sli_comments_count','0'),(444235,12711,'_sli_likes_count','0'),(444232,12711,'_sli_product_type',''),(444231,12711,'_sli_video_title',''),(444230,12711,'_sli_shortcode','-cUKLVPz_s'),(444209,12710,'_sli_permalink','https://www.instagram.com/p/-eDaEYPz4K/'),(444210,12710,'_sli_shortcode','-eDaEYPz4K'),(444211,12710,'_sli_video_title',''),(444212,12710,'_sli_product_type',''),(444213,12710,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842968850122606-m.jpg'),(444214,12710,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842968850122606-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842968850122606-m.jpg\";}'),(444215,12710,'_sli_likes_count','0'),(444216,12710,'_sli_comments_count','0'),(444217,12710,'_sli_comments','a:0:{}'),(444218,12710,'_sli_children','a:0:{}'),(444219,12710,'_sli_is_story',''),(444220,12710,'_sli_last_requested','1668286088'),(444221,12710,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444222,12711,'_sli_media_id','17844797254065518'),(444223,12711,'_sli_media_username','lavendermatyoga'),(444224,12711,'_sli_timestamp','2015-11-23T21:28:21+0000'),(444225,12711,'_sli_caption','H E A R T  O F  S T A R S // my new tarot deck came today!! This is my first reading with the deck\n\nSo many good vibes today, it is almost overwhelming\n\nAnd I still have one more client to read ✨💫🌟☺️ #tarot #heartofstars @heart_of_stars_tarot thank you for an awesome deck! #intuitive #tarotreading #tarotspread #movie #popculture #spiritguides'),(444226,12711,'_sli_media_type','IMAGE'),(444227,12711,'_sli_media_url','https://lavendermatyoga.com?sli-img=-cUKLVPz_s&size=l'),(444228,12711,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444229,12711,'_sli_permalink','https://www.instagram.com/p/-cUKLVPz_s/'),(444208,12710,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444207,12710,'_sli_media_url','https://lavendermatyoga.com?sli-img=-eDaEYPz4K&size=l'),(444206,12710,'_sli_media_type','IMAGE'),(444205,12710,'_sli_caption','N E W  O N  T H E  B L O G // \"If our society and surroundings differ vastly to that of the great sages in the past shouldn\'t our view of what a yogi \"should do\" shift too?\" Yoga is simple\n\nLink in the bio 😊\n#yoga #blogger #newontheblog #blog #sages #ancient #beliefs #yogapractice #yogaeverydamnday #honoryourSelf'),(444203,12710,'_sli_media_username','lavendermatyoga'),(444204,12710,'_sli_timestamp','2015-11-24T13:40:27+0000'),(444202,12710,'_sli_media_id','17842968850122606'),(443674,12683,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844733861080924-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844733861080924-m.jpg\";}'),(444195,12709,'_sli_likes_count','0'),(444196,12709,'_sli_comments_count','0'),(444197,12709,'_sli_comments','a:0:{}'),(444198,12709,'_sli_children','a:0:{}'),(444199,12709,'_sli_is_story',''),(444200,12709,'_sli_last_requested','1668286088'),(444201,12709,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444193,12709,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848790983056980-m.jpg'),(444194,12709,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848790983056980-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848790983056980-m.jpg\";}'),(444192,12709,'_sli_product_type',''),(444191,12709,'_sli_video_title',''),(444187,12709,'_sli_media_url','https://lavendermatyoga.com?sli-img=-iAPmtvz8T&size=l'),(444188,12709,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444189,12709,'_sli_permalink','https://www.instagram.com/p/-iAPmtvz8T/'),(444190,12709,'_sli_shortcode','-iAPmtvz8T'),(444186,12709,'_sli_media_type','IMAGE'),(444184,12709,'_sli_timestamp','2015-11-26T02:29:46+0000'),(444185,12709,'_sli_caption','A I R P L A N E // reading for Brad earlier today during our flight\n\nSome of my favorite peeps, #johnsnow #hermoniegranger\n\nHappy Full  Moon everyone! Let it all go and set beautiful intentions\n\n#newmoon #heartofstars @heart_of_stars_tarot #airplane #travel #tarot #intuitivereading #gameofthrones'),(444183,12709,'_sli_media_username','lavendermatyoga'),(444182,12709,'_sli_media_id','17848790983056980'),(444173,12708,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843238469124942-m.jpg'),(444174,12708,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843238469124942-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843238469124942-m.jpg\";}'),(444175,12708,'_sli_likes_count','0'),(444176,12708,'_sli_comments_count','0'),(444177,12708,'_sli_comments','a:0:{}'),(444178,12708,'_sli_children','a:0:{}'),(444179,12708,'_sli_is_story',''),(444180,12708,'_sli_last_requested','1668286087'),(444181,12708,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444172,12708,'_sli_product_type',''),(444171,12708,'_sli_video_title',''),(444167,12708,'_sli_media_url','https://lavendermatyoga.com?sli-img=-pAl-hPz5D&size=l'),(444168,12708,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444169,12708,'_sli_permalink','https://www.instagram.com/p/-pAl-hPz5D/'),(444170,12708,'_sli_shortcode','-pAl-hPz5D'),(444166,12708,'_sli_media_type','IMAGE'),(444165,12708,'_sli_caption','H O L I D A Y  J O Y// It\'s beginning to smell a lot like Christmas ⛄️🎅🏻 This awesome blend is selling out fast\n\nH O L I D A Y  J O Y: Siberian Fir, Wild Orange, Clove Bud, Cinnamon Bark, Cassia, Douglas Fir, Nutmeg essential oils and Vanilla Absolute \n#essentialoils #holidayjoy #diffuser #christmas #doterra #natural #yummy #spice #cinnamon #firtree photo via @doterra'),(444164,12708,'_sli_timestamp','2015-11-28T19:47:30+0000'),(444163,12708,'_sli_media_username','lavendermatyoga'),(444155,12707,'_sli_likes_count','0'),(444156,12707,'_sli_comments_count','0'),(444157,12707,'_sli_comments','a:0:{}'),(444158,12707,'_sli_children','a:0:{}'),(444159,12707,'_sli_is_story',''),(444160,12707,'_sli_last_requested','1668286087'),(444161,12707,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444162,12708,'_sli_media_id','17843238469124942'),(444154,12707,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843291803089563-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843291803089563-m.jpg\";}'),(444153,12707,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843291803089563-m.jpg'),(444152,12707,'_sli_product_type',''),(444151,12707,'_sli_video_title',''),(444150,12707,'_sli_shortcode','-rfrETvz1d'),(444147,12707,'_sli_media_url','https://lavendermatyoga.com?sli-img=-rfrETvz1d&size=l'),(444148,12707,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444149,12707,'_sli_permalink','https://www.instagram.com/p/-rfrETvz1d/'),(444146,12707,'_sli_media_type','IMAGE'),(444136,12706,'_sli_comments_count','0'),(444137,12706,'_sli_comments','a:0:{}'),(444138,12706,'_sli_children','a:0:{}'),(444139,12706,'_sli_is_story',''),(444140,12706,'_sli_last_requested','1668286087'),(444141,12706,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444142,12707,'_sli_media_id','17843291803089563'),(444143,12707,'_sli_media_username','lavendermatyoga'),(444144,12707,'_sli_timestamp','2015-11-29T18:57:34+0000'),(444145,12707,'_sli_caption','L E A R N  T O  F L Y // Look at the article I found in the airplane magazine\n\nExcited to get back and teach Aerial on Wednesday! ( Aerial Fit in West Ashley, DM me for details!) \"All the gravity - bound workouts we do can take a toll on our bodies since they are compression based. Suspension allows for decompression as people stretch and float, relieves back and neck pain, and is said to make you taller\" - Peg Moline\n\n#unnatayoga #americanairlines #aerialyoga #charlestonsc #aerial #yoga #antigravityyoga #westashleysc #hammock #pigeonpose #neckpain #backpain #decompression'),(444135,12706,'_sli_likes_count','0'),(444134,12706,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843917276086774-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843917276086774-m.jpg\";}'),(444133,12706,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843917276086774-m.jpg'),(444132,12706,'_sli_product_type',''),(444127,12706,'_sli_media_url','https://lavendermatyoga.com?sli-img=BAUw4qivzwy&size=l'),(444128,12706,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444129,12706,'_sli_permalink','https://www.instagram.com/p/BAUw4qivzwy/'),(444130,12706,'_sli_shortcode','BAUw4qivzwy'),(444131,12706,'_sli_video_title',''),(444126,12706,'_sli_media_type','IMAGE'),(444115,12705,'_sli_likes_count','0'),(444116,12705,'_sli_comments_count','0'),(444117,12705,'_sli_comments','a:0:{}'),(444118,12705,'_sli_children','a:0:{}'),(444119,12705,'_sli_is_story',''),(444120,12705,'_sli_last_requested','1668286086'),(444121,12705,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444122,12706,'_sli_media_id','17843917276086774'),(444123,12706,'_sli_media_username','lavendermatyoga'),(444124,12706,'_sli_timestamp','2016-01-09T16:08:13+0000'),(444125,12706,'_sli_caption','Aren\'t these socks pretty? Like princess Pilates glitter socks\n\nThese socks actually have a message (shocker 😉) I bought a pair of these for myself and my mom for Christmas. I then proceeded to lose my pair before I even got to wear them\n\nEveryday at Pilates ( @breathe_studio_spa ) this week I would pout, huff and puff about how bummed I was\n\nUntil finally this morning my bf said \"You are obviously heartbroken about these socks, just buy another pair!\" So the moral of the story\n\nDon\'t torture yourself over the \"sock\" like issues of life. Sometimes we are too hard on ourselves when we can actually just suck it up and spend the $18 bucks on a second pair of socks\n\nLife is short\nBuy the damn socks and quit stressing about it! 🙈🙌🏻😁💕✨\n#Pilates #sashi #sashisocks #breathe #dontstress #dontworry #moralofthestory #saturdaymorning #pilateslovers #fitness #workout #exercise #mybodyismytemple #glitter #princess'),(444114,12705,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852431144043927-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852431144043927-m.jpg\";}'),(444108,12705,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444109,12705,'_sli_permalink','https://www.instagram.com/p/BAr7D24Pzxa/'),(444110,12705,'_sli_shortcode','BAr7D24Pzxa'),(444111,12705,'_sli_video_title',''),(444112,12705,'_sli_product_type',''),(444113,12705,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852431144043927-m.jpg'),(444107,12705,'_sli_media_url','https://lavendermatyoga.com?sli-img=BAr7D24Pzxa&size=l'),(444106,12705,'_sli_media_type','IMAGE'),(444105,12705,'_sli_caption','Yesterday we sat in the second row in a sea of hundreds of yogis and practiced with @yoga_girl 💕✨ She hugged every single one of us afterwards. She is truly authentic, kind, caring, and has a healing power just by being present with her students\n\nThank you Rachel for the inspiration and magic of last night! \n#thegratitudetour #yogagirl #yoga #yogaeverydamnday #yogatour #yogi #yogini #magic #gratitude #love #happiness @alexuh'),(444102,12705,'_sli_media_id','17852431144043927'),(444103,12705,'_sli_media_username','lavendermatyoga'),(444104,12705,'_sli_timestamp','2016-01-18T15:59:40+0000'),(444101,12704,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444100,12704,'_sli_last_requested','1668286086'),(444099,12704,'_sli_is_story',''),(444098,12704,'_sli_children','a:0:{}'),(444097,12704,'_sli_comments','a:0:{}'),(444096,12704,'_sli_comments_count','0'),(444095,12704,'_sli_likes_count','0'),(444094,12704,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853192541062356-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853192541062356-m.jpg\";}'),(444093,12704,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853192541062356-m.jpg'),(444092,12704,'_sli_product_type',''),(444090,12704,'_sli_shortcode','BAyFjS3Pz1T'),(444091,12704,'_sli_video_title',''),(444089,12704,'_sli_permalink','https://www.instagram.com/p/BAyFjS3Pz1T/'),(444088,12704,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444086,12704,'_sli_media_type','IMAGE'),(444087,12704,'_sli_media_url','https://lavendermatyoga.com?sli-img=BAyFjS3Pz1T&size=l'),(444085,12704,'_sli_caption','Thank the world for essential oils 🙌🏻\nDM me to purchase yours!\n📷 @oilmagicbymichelle #essentialoils #natural #emotions #potent #pure #powerful #magic #emotionalhealth #crystalhealing #blacktourmaline #smokeyquartz'),(444084,12704,'_sli_timestamp','2016-01-21T01:26:47+0000'),(444083,12704,'_sli_media_username','lavendermatyoga'),(444082,12704,'_sli_media_id','17853192541062356'),(444081,12703,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444080,12703,'_sli_last_requested','1668286086'),(444079,12703,'_sli_is_story',''),(444078,12703,'_sli_children','a:0:{}'),(444077,12703,'_sli_comments','a:0:{}'),(444071,12703,'_sli_video_title',''),(444072,12703,'_sli_product_type',''),(444073,12703,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852974339006514-m.jpg'),(444074,12703,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852974339006514-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852974339006514-m.jpg\";}'),(444075,12703,'_sli_likes_count','0'),(444076,12703,'_sli_comments_count','0'),(444070,12703,'_sli_shortcode','BAzlZa9vz6n'),(444069,12703,'_sli_permalink','https://www.instagram.com/p/BAzlZa9vz6n/'),(444068,12703,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444067,12703,'_sli_media_url','https://lavendermatyoga.com?sli-img=BAzlZa9vz6n&size=l'),(444066,12703,'_sli_media_type','IMAGE'),(444065,12703,'_sli_caption','Winter is great when it snows ❄️\nBut alas no snow in Charleston, ever\nSo I can sometimes find myself a bit depressed when it\'s too cold to walk barefoot on the grass, but not cold enough for a snow day\nWinter blues are easily thawed by warm memories and hot dreams for the future\nMemories serve as a direct link to past emotions\nThe first time I practiced yoga on the paddle board the mermaid in me was so at home and so delighted there was no room to be blue 🐠\nNow I hold on to the dream of getting back on the board this summer and it keeps me toasty warm 🐚\n\n#yogi #mermaidyogis #paddleboard #charlestonsc #wintersucks #magic #spirituality #yogapractice #supyoga #ocean #sea #love #beauty #memory #warm #dream #depression #depressionremedy '),(444064,12703,'_sli_timestamp','2016-01-21T15:24:18+0000'),(444063,12703,'_sli_media_username','lavendermatyoga'),(444062,12703,'_sli_media_id','17852974339006514'),(444055,12702,'_sli_likes_count','0'),(444056,12702,'_sli_comments_count','0'),(444057,12702,'_sli_comments','a:0:{}'),(444058,12702,'_sli_children','a:0:{}'),(444059,12702,'_sli_is_story',''),(444060,12702,'_sli_last_requested','1668286085'),(444061,12702,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444054,12702,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852856667013943-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852856667013943-m.jpg\";}'),(444053,12702,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852856667013943-m.jpg'),(444040,12701,'_sli_last_requested','1668286085'),(444041,12701,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444042,12702,'_sli_media_id','17852856667013943'),(444043,12702,'_sli_media_username','lavendermatyoga'),(444044,12702,'_sli_timestamp','2016-01-21T16:09:46+0000'),(444045,12702,'_sli_caption','Turmeric is magic ✨✨\nPineapple is key to enhancing intuition 🍍\nSo it\'s settled\nI MUST try this recipe by @foodmatters\n\n\"Pineapple & Turmeric Anti-Inflammatory Smoothie: 1 cup diced pineapple, 1 tsp turmeric powder or freshly grated,1 tbsp chia seeds, 1 tbsp shredded coconut, 1/2 lime, peeled, 1 cup water or coconut water, Optional: maca powder, A dash of black pepper (it sounds weird but necessary to help with the absorption of curcumin in turmeric). Blend and enjoy! \nTurmeric would have to be one of Mother Nature\'s best gifts! With uses from detoxing the body, lower inflammation and support healthy immune system. \nPineapples contain the digestive enzyme bromelain, a natural enzyme that supports the digestive system in breaking down and absorbing nutrients from the food we eat.\"\n\n#yum #turmeric #pineapple #smoothie #foodmatters #inflammation #intuition #detox #digestivesystem #mothernature #spiritualhealth #intuitiveeating #naturalhealth #natural #yum '),(432656,12359,'_sli_likes_count','0'),(432657,12359,'_sli_comments_count','0'),(432658,12359,'_sli_comments','a:0:{}'),(432659,12359,'_sli_children','a:0:{}'),(432660,12359,'_sli_is_story',''),(432661,12359,'_sli_last_requested','1667942580'),(432662,12359,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432663,12360,'_sli_media_id','17927083288090057'),(432664,12360,'_sli_media_username','lavendermatyoga'),(432665,12360,'_sli_timestamp','2018-05-21T16:09:30+0000'),(432666,12360,'_sli_caption','I adore arranging flowers! It’s the little things that scatter joy throughout your day. What is one of your little things? 💕💕'),(432667,12360,'_sli_media_type','IMAGE'),(432668,12360,'_sli_media_url','https://lavendermatyoga.com?sli-img=BjC7DGeApJJ&size=l'),(432669,12360,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432670,12360,'_sli_permalink','https://www.instagram.com/p/BjC7DGeApJJ/'),(432671,12360,'_sli_shortcode','BjC7DGeApJJ'),(432672,12360,'_sli_video_title',''),(432673,12360,'_sli_product_type',''),(432674,12360,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17927083288090057-m.jpg'),(432675,12360,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17927083288090057-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17927083288090057-m.jpg\";}'),(444051,12702,'_sli_video_title',''),(444052,12702,'_sli_product_type',''),(444050,12702,'_sli_shortcode','BAzqmhkvz1D'),(432719,12362,'_sli_children','a:0:{}'),(432720,12362,'_sli_is_story',''),(432721,12362,'_sli_last_requested','1667942582'),(432716,12362,'_sli_likes_count','0'),(432717,12362,'_sli_comments_count','0'),(432718,12362,'_sli_comments','a:0:{}'),(444049,12702,'_sli_permalink','https://www.instagram.com/p/BAzqmhkvz1D/'),(444048,12702,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444046,12702,'_sli_media_type','IMAGE'),(444047,12702,'_sli_media_url','https://lavendermatyoga.com?sli-img=BAzqmhkvz1D&size=l'),(444039,12701,'_sli_is_story',''),(444038,12701,'_sli_children','a:0:{}'),(444037,12701,'_sli_comments','a:0:{}'),(444036,12701,'_sli_comments_count','0'),(444035,12701,'_sli_likes_count','0'),(444034,12701,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844787471072366-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844787471072366-m.jpg\";}'),(444031,12701,'_sli_video_title',''),(444032,12701,'_sli_product_type',''),(444033,12701,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844787471072366-m.jpg'),(444030,12701,'_sli_shortcode','BA2KAvcPz3n'),(444029,12701,'_sli_permalink','https://www.instagram.com/p/BA2KAvcPz3n/'),(444028,12701,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444027,12701,'_sli_media_url','https://lavendermatyoga.com?sli-img=BA2KAvcPz3n&size=l'),(444026,12701,'_sli_media_type','IMAGE'),(443986,12699,'_sli_media_type','IMAGE'),(443987,12699,'_sli_media_url','https://lavendermatyoga.com?sli-img=BA5rFAePz0f&size=l'),(444023,12701,'_sli_media_username','lavendermatyoga'),(444024,12701,'_sli_timestamp','2016-01-22T15:22:43+0000'),(444025,12701,'_sli_caption','Well it\'s a wonder I can\'t get through a book in a month 🙈\nI picked up this habit from my Mom of reading multiple books at once\nWhen I was little I remember sitting by her night stand and reading all the titles of her current stack\nWell this my current stack o reads\nIf you have any questions about any or would like a good book rec I\'m your girl 🙌🏻 What are you reading now? Tag me in your book stack🙏🏻\n#bookhoardersanonymous  @modernmystic_tarot @ethony ?? 🙊🙈\n#bookclub #booklist #book #booklover #mariannewilliamson #soniachoquette #jamesvanpraagh #doreenvirtue @doreenvirtue #brenebrown #sanayaroman #creatingmoney #spiritguides #weightloss #womancode #channeler #intuitive #goddesstribe #mermaidtribe #starseed #akashicrecords #lindahowe #discoveryofwitches #angels #bookworm #psychic #soulsister'),(444022,12701,'_sli_media_id','17844787471072366'),(444021,12700,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(444019,12700,'_sli_is_story',''),(444020,12700,'_sli_last_requested','1668286084'),(444017,12700,'_sli_comments','a:0:{}'),(444018,12700,'_sli_children','a:0:{}'),(444016,12700,'_sli_comments_count','0'),(444012,12700,'_sli_product_type',''),(444013,12700,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844068452124001-m.jpg'),(444014,12700,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844068452124001-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844068452124001-m.jpg\";}'),(444015,12700,'_sli_likes_count','0'),(444011,12700,'_sli_video_title',''),(444010,12700,'_sli_shortcode','BA5i50EvzzV'),(444009,12700,'_sli_permalink','https://www.instagram.com/p/BA5i50EvzzV/'),(444008,12700,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(444007,12700,'_sli_media_url','https://lavendermatyoga.com?sli-img=BA5i50EvzzV&size=l'),(444006,12700,'_sli_media_type','IMAGE'),(444002,12700,'_sli_media_id','17844068452124001'),(444003,12700,'_sli_media_username','lavendermatyoga'),(444004,12700,'_sli_timestamp','2016-01-23T22:57:57+0000'),(444005,12700,'_sli_caption','Got my juicer out today and dusted off the cob webs (literally 🙈) Pictured are the ingredients I started with but changed it up a tad at the end:\n↠ Pineapple🍍\n↠ Coconut Water\n↠ Lime\n↠ Cucumber\n↠ Aloe Vera gel (fresh from Mary, my aloe plant) 🙏🏻\n↠ Tad of celery\n↠ A touch of Apple 🍎\n\n#greenjuice #yum #fruit #veggie #aloe #refreshing #coconutwater #plantmedicine #intuitiveeating'),(444000,12699,'_sli_last_requested','1668286084'),(443999,12699,'_sli_is_story',''),(444001,12699,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443974,12698,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852592364046156-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852592364046156-m.jpg\";}'),(443975,12698,'_sli_likes_count','0'),(443976,12698,'_sli_comments_count','0'),(443977,12698,'_sli_comments','a:0:{}'),(443978,12698,'_sli_children','a:0:{}'),(443979,12698,'_sli_is_story',''),(443980,12698,'_sli_last_requested','1668286083'),(443981,12698,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443982,12699,'_sli_media_id','17852791087016131'),(443983,12699,'_sli_media_username','lavendermatyoga'),(443984,12699,'_sli_timestamp','2016-01-24T00:09:23+0000'),(443985,12699,'_sli_caption','Today my sickness relapsed 🤒I got cocky when I started to feel better and dove back into work head first. \nThe hard thing about running your own business is that you are literally never not working. The cyber world never sleeps and is constantly streaming, I check my Instagram or email more times than I can count. \nSocial media is magic for connecting me to new people (shout out to @soulstarmedicine, my latest seastar), but it also haunts me.\nI have the ability to track how many people follow me or unfollow me at my finger tips every second. It is instant, and sucks you in. It is how I wake up and go to bed every night. \nI am not perfect and this fine balance between the two worlds is something I am still working on. I have been on this train before, where I get lost in work, and the cyber world and all of a sudden realize I  need to come back to the physical world in front of me.\n\nIn some weird way I want to thank the Universe for giving me a fever tonight, for giving me the slap across the face that I needed to wake up again. Just because I am laying in bed all day does not mean I am RESTING if my mind is racing about a million online strategies and marketing.\n\nAll I can think about is the time I turned my phone off for an entire weekend in Edisto during my anniversary, and by the end I felt like a new woman! This stuff effects us bigger than we realize... So that being said, it is time for a... CYBER DETOX-- from now on this will be the photo I will post when I am taking a 24 hour hiatus, a weekend break, or (even better) a week getaway (baby steps my friends)\n\nCell phone down, computer shut, head up.\nI am going to enjoy the wonderful meal my love is making me, gonna snuggle up with my pup, and watch a feel good rom-com with John Cusack and Kate Beckinsale! 💕\nI am going to actually have a Sunday without doing ANY work! holla! 🙏🏻 I will probably be back Monday 🙈 but for now, it is time to power down.\n\nGoodnight my wonderful people!\n\n#cyberdetox #goodnight #selfcareisaspiritualact #rest #disconnect #cellphoneoff'),(443842,12692,'_sli_media_id','17853229171061641'),(443843,12692,'_sli_media_username','lavendermatyoga'),(443844,12692,'_sli_timestamp','2016-02-02T15:49:34+0000'),(443845,12692,'_sli_caption','Come hang out (literally 🙈) with me tomorrow night at six for AERIAL YOGA\n\nOur three Rs are Relax, Realign, and Rebuild\n\nIn this way we will release tension from your tightest \"fear\" muscles, realign your proper body structure with antigravity poses, and finally rebuild those muscles in their safest most effective position\n\nDM me for location and class details ✨See profile for full view of what Savasana looks like I\'m a hammock (heaven)🙏🏻 #aerialyoga #unnatayoga #antigravityyoga #aerial #yogateacher #spiritualyoga #relax #realign #rebuild #savasana #floating #love #yoga #yogi #yogini #yogaclass #charlestonsc #flying #flyingyogi #namaste #spiritualentrepreneur'),(443998,12699,'_sli_children','a:0:{}'),(443997,12699,'_sli_comments','a:0:{}'),(443996,12699,'_sli_comments_count','0'),(443995,12699,'_sli_likes_count','0'),(443988,12699,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443989,12699,'_sli_permalink','https://www.instagram.com/p/BA5rFAePz0f/'),(443990,12699,'_sli_shortcode','BA5rFAePz0f'),(443991,12699,'_sli_video_title',''),(443992,12699,'_sli_product_type',''),(443993,12699,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852791087016131-m.jpg'),(443994,12699,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852791087016131-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852791087016131-m.jpg\";}'),(443972,12698,'_sli_product_type',''),(443973,12698,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852592364046156-m.jpg'),(443970,12698,'_sli_shortcode','BA-OzCwPzxL'),(443971,12698,'_sli_video_title',''),(443969,12698,'_sli_permalink','https://www.instagram.com/p/BA-OzCwPzxL/'),(443968,12698,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443966,12698,'_sli_media_type','IMAGE'),(443967,12698,'_sli_media_url','https://lavendermatyoga.com?sli-img=BA-OzCwPzxL&size=l'),(443965,12698,'_sli_caption','✨ Look what happened during my cyber detox! ✨\nLast year I made a digital vision board and this year I went old school 😉💕 ( @colour_cult @innerhue Do you recognize some of the artwork! I used bits and pieces of past SSM books as inspiration )🙏🏻\nGuys, these things WoRk! What we surround ourselves with, we attract 🌻\n\nAll you need is\n↠ A stack of old magazines\n↠ Scissors and glue\n↠ Construction board\n\nAnd then just intuitively create something that makes you happy and embodies what you want to manifest 😇💗\n\nWhat words on my board popped out at you first?!🙌🏻\n\n#spiritual #visionboard #spirituality #spiritualentrepreneur #manifest #lawofattraction #chakra #uniquespirit #goddesstribe #MagicTribe #mermaidtribe #play #travel #magic #crafts #selfcareisaspiritualact #energy #attractingabundance'),(443964,12698,'_sli_timestamp','2016-01-25T18:38:28+0000'),(443963,12698,'_sli_media_username','lavendermatyoga'),(443962,12698,'_sli_media_id','17852592364046156'),(443961,12697,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443956,12697,'_sli_comments_count','0'),(443957,12697,'_sli_comments','a:0:{}'),(443958,12697,'_sli_children','a:0:{}'),(443959,12697,'_sli_is_story',''),(443960,12697,'_sli_last_requested','1668286083'),(443955,12697,'_sli_likes_count','0'),(443954,12697,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844856234073667-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844856234073667-m.jpg\";}'),(443953,12697,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844856234073667-m.jpg'),(443951,12697,'_sli_video_title',''),(443952,12697,'_sli_product_type',''),(443950,12697,'_sli_shortcode','BBDyT0uPz1h'),(443947,12697,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBDyT0uPz1h&size=l'),(443948,12697,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443949,12697,'_sli_permalink','https://www.instagram.com/p/BBDyT0uPz1h/'),(443946,12697,'_sli_media_type','IMAGE'),(443945,12697,'_sli_caption','💕✨Lets play a game✨💕\n∞ Let your intuition be your guide\n∞ Pick - 1. Carnelian 2. Agate or 3. Goldstone\n∞ Check back tomorrow to see which Goddess Guidance card and intuitively channeled message is meant for you 😊\n\nShare which you choose in the comments if you\'d like and I will tag you when the results are in ↡🙏🏻\n#oracle #goddess #guidance #intuitive #oraclecards #intuitivereading #crystals #doreenvirtue #spiritual #spirituality #love #metaphysical #magictribe #goddesstribe #channeled #message'),(443944,12697,'_sli_timestamp','2016-01-27T22:24:58+0000'),(443943,12697,'_sli_media_username','lavendermatyoga'),(443942,12697,'_sli_media_id','17844856234073667'),(443941,12696,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443939,12696,'_sli_is_story',''),(443940,12696,'_sli_last_requested','1668286082'),(443938,12696,'_sli_children','a:0:{}'),(443937,12696,'_sli_comments','a:0:{}'),(443935,12696,'_sli_likes_count','0'),(443936,12696,'_sli_comments_count','0'),(443934,12696,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844118546112884-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844118546112884-m.jpg\";}'),(443928,12696,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443929,12696,'_sli_permalink','https://www.instagram.com/p/BBFuc9lPz_C/'),(443930,12696,'_sli_shortcode','BBFuc9lPz_C'),(443931,12696,'_sli_video_title',''),(443932,12696,'_sli_product_type',''),(443933,12696,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844118546112884-m.jpg'),(443911,12695,'_sli_video_title',''),(443912,12695,'_sli_product_type',''),(443913,12695,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844947791077401-m.jpg'),(443914,12695,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844947791077401-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844947791077401-m.jpg\";}'),(443915,12695,'_sli_likes_count','0'),(443916,12695,'_sli_comments_count','0'),(443917,12695,'_sli_comments','a:0:{}'),(443918,12695,'_sli_children','a:0:{}'),(443919,12695,'_sli_is_story',''),(443920,12695,'_sli_last_requested','1668286081'),(443921,12695,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443922,12696,'_sli_media_id','17844118546112884'),(443923,12696,'_sli_media_username','lavendermatyoga'),(443924,12696,'_sli_timestamp','2016-01-28T16:29:45+0000'),(443925,12696,'_sli_caption','Good Afternoon my seastars! How is your day so far? These messages were so long they didn\'t fit! 🙈 So the post is continued in the first two comments of the photo!\n\nI hope these bits of channeled goddess guidance can bring you a little comfort today, a little direction, or just a good smile 😊\nThese  are all things I talk about in depth in my free eBook about Self Care! Coming Soon so keep an eye out if you need to capitalize on taking care of yourself more! \nHave a wonderful Day 😊\nIf you have not picked a stone yet quickly view one post back and intuitively select your card! \nIf you chose:\n→Carnelian: Your message is from the goddess Sige: Quite Time, “Take some time alone to rest, meditate, and contemplate” \nSige is considered the goddess of great silence from which all of creation sprang. \nWe all have cycles and seasons, phases where we are taking action and manifesting the heck out of what we want but we must also acknowledge and honor the phases where we need to rest, and recover. Take the time today to be still, be silent, and just allow the world to slow down for a bit. Soak in the energy of the current moment and put the future on hold, put the past back on the back burner. Retreat to a comfy bath in the dark, lay in bed and stare at the ceiling and just take a pause, wherever you are and whatever you are doing, stop drop and roll. Just stop. Just wait. Soon it will be time to jump into action again and for now you need to honor the stillness. @ania.ananda @lilymimssen @phoenixnlotus @jivanmukticollective\n→Agate: Your message is from the Egyptian goddess Hathor: Receptivity, “Allow yourself to receive this will increase you intuition, energy, and ability to give to others”🙏🏻\n\"Let me love you gosh darnit!” This is what I told my boyfriend this morning while I was trying to take care of him (he woke up extremely sick) and he kept saying “It’s okay, its okay I can do it myself, I can take care of myself” \nHathor is here to tell you to take a break! Cont. in comments↓ #magic #spiritual #spirituality #oracle #oraclecards #goddess #intuitive #spiritualmentor #magictribe #goddesstribe #love #message #channeledmessage'),(446659,1439,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21770,1439,'_sli_last_requested','1668438433'),(21769,1439,'_sli_is_story',''),(21768,1439,'_sli_children','a:0:{}'),(21767,1439,'_sli_comments','a:0:{}'),(21766,1439,'_sli_comments_count','0'),(21765,1439,'_sli_likes_count','0'),(21764,1439,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879339449016604-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879339449016604-m.jpg\";}'),(21763,1439,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18299721_1706166076077338_3562589386786734080_n.jpg?_nc_cat=100&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=07KcbhI8_CcAX-g9KYf&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_K0Cmsm_mivq2K43r3jRE7FMK4Ot-Tl1lIdsDD-hVLPQ&oe=6280E843'),(21762,1439,'_sli_product_type',''),(21760,1439,'_sli_shortcode','BTptif5lDSN'),(21761,1439,'_sli_video_title',''),(21758,1439,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:405;}'),(21759,1439,'_sli_permalink','https://www.instagram.com/p/BTptif5lDSN/'),(443906,12695,'_sli_media_type','IMAGE'),(443907,12695,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBN2rKnPz7C&size=l'),(443908,12695,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(21752,1439,'_sli_media_id','17879339449016604'),(21753,1439,'_sli_media_username','lavendermatyoga'),(21754,1439,'_sli_timestamp','2017-05-04T01:19:31+0000'),(21755,1439,'_sli_caption','What a powerful night for the Ascension Recalibration series. I can\'t believe that next week is the LAST workshop of the series!\n✨✨✨\nWednesday May 10th will be your last chance to experience this glorious combo of Sacred Flames, Essential Oils, Ascended Masters, Acupuncture, Yin Yoga, and Guided Meditation.\n💜💜💜💜💜\nThe last workshops theme is the Violet Flame of Transmutation, you can read details about the two hour long workshop and the violet flame at www.madisonrosenberger.com/workshops-classes and you can sign up for the class in the link in my bio 👆🏻👆🏻🙏🏻\nSweet Dreams lovely people, sleep tight! 🌙🌟'),(438010,12514,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17943605950002094-m.jpg'),(438009,12514,'_sli_product_type',''),(438008,12514,'_sli_video_title',''),(438007,12514,'_sli_shortcode','BiheTTXA7_r'),(21756,1439,'_sli_media_type','VIDEO'),(21757,1439,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/18320364_1828781334041401_2557533491533185024_n.mp4?_nc_cat=109&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=6ote1Q2sdDsAX-6W66-&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDS425iS3hNQkzRbFl45DFlFg1px3XeKTcr3OfjGklXgQ&oe=6372FAF6'),(443909,12695,'_sli_permalink','https://www.instagram.com/p/BBN2rKnPz7C/'),(443910,12695,'_sli_shortcode','BBN2rKnPz7C'),(443905,12695,'_sli_caption','There are no words for this card just SOOO many feels\nFeel into it\nFeel into you\nFeel into the world\nFeel your way through life like an octopus dancing on the ocean floor 🐬🦀🐚🐳🐠\nConnected and Free created by @innerhue \n#octopus #feel #clairsentient #psychic #intuitive #innerhue #intuition #intuitivereader #oracle #oraclecard #oracledeck #magic #magictribe #spiritual #spirituality #spiritualmentor #spiritualentrepreneur'),(443904,12695,'_sli_timestamp','2016-01-31T20:15:31+0000'),(443903,12695,'_sli_media_username','lavendermatyoga'),(443902,12695,'_sli_media_id','17844947791077401'),(443901,12694,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443895,12694,'_sli_likes_count','0'),(443896,12694,'_sli_comments_count','0'),(443897,12694,'_sli_comments','a:0:{}'),(443898,12694,'_sli_children','a:0:{}'),(443899,12694,'_sli_is_story',''),(443900,12694,'_sli_last_requested','1668286081'),(443888,12694,'_sli_media_size','a:2:{s:5:\"width\";i:616;s:6:\"height\";i:616;}'),(443889,12694,'_sli_permalink','https://www.instagram.com/p/BBShvzyvz7k/'),(443890,12694,'_sli_shortcode','BBShvzyvz7k'),(443891,12694,'_sli_video_title',''),(443892,12694,'_sli_product_type',''),(443893,12694,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844185434111584-m.jpg'),(443894,12694,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844185434111584-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844185434111584-m.jpg\";}'),(443887,12694,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBShvzyvz7k&size=l'),(443886,12694,'_sli_media_type','IMAGE'),(443882,12694,'_sli_media_id','17844185434111584'),(443883,12694,'_sli_media_username','lavendermatyoga'),(438003,12514,'_sli_media_type','IMAGE'),(438004,12514,'_sli_media_url','https://lavendermatyoga.com?sli-img=BiheTTXA7_r&size=l'),(443926,12696,'_sli_media_type','IMAGE'),(443927,12696,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBFuc9lPz_C&size=l'),(443884,12694,'_sli_timestamp','2016-02-02T15:48:51+0000'),(443885,12694,'_sli_caption','Come hang out (literally 🙈) with me tomorrow night at six for AERIAL YOGA\n\nOur three Rs are Relax, Realign, and Rebuild\n\nIn this way we will release tension from your tightest \"fear\" muscles, realign your proper body structure with antigravity poses, and finally rebuild those muscles in their safest most effective position\n\nDM me for location and class details ✨See profile for full view of what Savasana looks like I\'m a hammock (heaven)🙏🏻 #aerialyoga #unnatayoga #antigravityyoga #aerial #yogateacher #spiritualyoga #relax #realign #rebuild #savasana #floating #love #yoga #yogi #yogini #yogaclass #charlestonsc #flying #flyingyogi #namaste #spiritualentrepreneur'),(443881,12693,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443880,12693,'_sli_last_requested','1668286080'),(443867,12693,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBShzDMvz7r&size=l'),(443879,12693,'_sli_is_story',''),(443878,12693,'_sli_children','a:0:{}'),(443877,12693,'_sli_comments','a:0:{}'),(443876,12693,'_sli_comments_count','0'),(443875,12693,'_sli_likes_count','0'),(443868,12693,'_sli_media_size','a:2:{s:5:\"width\";i:616;s:6:\"height\";i:616;}'),(443869,12693,'_sli_permalink','https://www.instagram.com/p/BBShzDMvz7r/'),(443870,12693,'_sli_shortcode','BBShzDMvz7r'),(443871,12693,'_sli_video_title',''),(443872,12693,'_sli_product_type',''),(443873,12693,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854161286048388-m.jpg'),(443874,12693,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854161286048388-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854161286048388-m.jpg\";}'),(443866,12693,'_sli_media_type','IMAGE'),(443826,12691,'_sli_media_type','IMAGE'),(443827,12691,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBS2b5dPzzw&size=l'),(443828,12691,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443829,12691,'_sli_permalink','https://www.instagram.com/p/BBS2b5dPzzw/'),(443830,12691,'_sli_shortcode','BBS2b5dPzzw'),(443831,12691,'_sli_video_title',''),(443832,12691,'_sli_product_type',''),(443833,12691,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853280519059828-m.jpg'),(443834,12691,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853280519059828-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853280519059828-m.jpg\";}'),(438005,12514,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(438006,12514,'_sli_permalink','https://www.instagram.com/p/BiheTTXA7_r/'),(443862,12693,'_sli_media_id','17854161286048388'),(443863,12693,'_sli_media_username','lavendermatyoga'),(443864,12693,'_sli_timestamp','2016-02-02T15:49:18+0000'),(443865,12693,'_sli_caption','Come hang out (literally 🙈) with me tomorrow night at six for AERIAL YOGA\n\nOur three Rs are Relax, Realign, and Rebuild\n\nIn this way we will release tension from your tightest \"fear\" muscles, realign your proper body structure with antigravity poses, and finally rebuild those muscles in their safest most effective position\n\nDM me for location and class details ✨See profile for full view of what Savasana looks like I\'m a hammock (heaven)🙏🏻 #aerialyoga #unnatayoga #antigravityyoga #aerial #yogateacher #spiritualyoga #relax #realign #rebuild #savasana #floating #love #yoga #yogi #yogini #yogaclass #charlestonsc #flying #flyingyogi #namaste #spiritualentrepreneur'),(443860,12692,'_sli_last_requested','1668286080'),(443861,12692,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443859,12692,'_sli_is_story',''),(443858,12692,'_sli_children','a:0:{}'),(443857,12692,'_sli_comments','a:0:{}'),(443856,12692,'_sli_comments_count','0'),(443855,12692,'_sli_likes_count','0'),(443854,12692,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853229171061641-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853229171061641-m.jpg\";}'),(443848,12692,'_sli_media_size','a:2:{s:5:\"width\";i:616;s:6:\"height\";i:616;}'),(443849,12692,'_sli_permalink','https://www.instagram.com/p/BBSh1Dgvz7v/'),(443850,12692,'_sli_shortcode','BBSh1Dgvz7v'),(443851,12692,'_sli_video_title',''),(443852,12692,'_sli_product_type',''),(443853,12692,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853229171061641-m.jpg'),(443846,12692,'_sli_media_type','IMAGE'),(443847,12692,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBSh1Dgvz7v&size=l'),(446758,1434,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21665,1434,'_sli_likes_count','0'),(21666,1434,'_sli_comments_count','0'),(21667,1434,'_sli_comments','a:0:{}'),(21668,1434,'_sli_children','a:0:{}'),(21669,1434,'_sli_is_story',''),(21670,1434,'_sli_last_requested','1668445691'),(21664,1434,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881564603016899-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881564603016899-m.jpg\";}'),(21663,1434,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18381849_125455134682075_5987826585544163328_n.jpg?_nc_cat=111&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=fkggWa06o3gAX8snGx4&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-4w8fYmT6_83VyMlRq1fbDi7KdBo8MRngIJkv_3IWN7A&oe=62803B42'),(21662,1434,'_sli_product_type',''),(21659,1434,'_sli_permalink','https://www.instagram.com/p/BT9KM0igls5/'),(21660,1434,'_sli_shortcode','BT9KM0igls5'),(21661,1434,'_sli_video_title',''),(21658,1434,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:900;}'),(21657,1434,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/18470242_1364823806944756_4301231020469911552_n.mp4?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=Vm7CNYONKHIAX9Qob7b&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfC3XyxyIiLoj9N8HTYS2nn4J0V_1nikUxaWLwlrXH7Thw&oe=63731746'),(21656,1434,'_sli_media_type','VIDEO'),(21655,1434,'_sli_caption','My Yoni Crystals are so happy after sitting out in the juicy Flower Full Moonlight, all charged up and ready to provide some powerful healing.\n✨🌸✨🌹✨🌻\nI\'m officially selling gorgeous Yoni crystals on my site through @rosie.rees , keep an eye out for an epic blog post I\'m in the midst of channeling to share more on these gorgeous stones and their incredible healing potential. Stay tuned my friends!\n✨🌙✨🌙✨🌙'),(21654,1434,'_sli_timestamp','2017-05-11T14:35:32+0000'),(21653,1434,'_sli_media_username','lavendermatyoga'),(21652,1434,'_sli_media_id','17881564603016899'),(443835,12691,'_sli_likes_count','0'),(443836,12691,'_sli_comments_count','0'),(443837,12691,'_sli_comments','a:0:{}'),(443838,12691,'_sli_children','a:0:{}'),(443839,12691,'_sli_is_story',''),(443840,12691,'_sli_last_requested','1668286080'),(443841,12691,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443825,12691,'_sli_caption','Intuitive Tip of the Day\nPlace crystals in your kitchen next to food and drinks you\'d like to enhance with positive high vibrating energy\nI nestled this little guy in my fruit bowl to clear my fruit of any stuff it may have picked up at the store🍎🍐🍊🍇🍍🍑🍌 #Crystal #crystalhealing #fruit #intuitiveeating #intuitivehealer #intuition #intuitive #spirituality #spiritual #sweet #spiritualmentor #spiritualentrepreneur #entrepreneur #soulprenuer #magic #yum #magictribe'),(443824,12691,'_sli_timestamp','2016-02-02T18:49:38+0000'),(443823,12691,'_sli_media_username','lavendermatyoga'),(443822,12691,'_sli_media_id','17853280519059828'),(443821,12690,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443820,12690,'_sli_last_requested','1668286079'),(443819,12690,'_sli_is_story',''),(443818,12690,'_sli_children','a:0:{}'),(443810,12690,'_sli_shortcode','BBfNuvUvz2b'),(443811,12690,'_sli_video_title',''),(443812,12690,'_sli_product_type',''),(443813,12690,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854828606034065-m.jpg'),(443816,12690,'_sli_comments_count','0'),(443817,12690,'_sli_comments','a:0:{}'),(443815,12690,'_sli_likes_count','0'),(443814,12690,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854828606034065-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854828606034065-m.jpg\";}'),(443809,12690,'_sli_permalink','https://www.instagram.com/p/BBfNuvUvz2b/'),(443806,12690,'_sli_media_type','IMAGE'),(443807,12690,'_sli_media_url','https://lavendermatyoga.com?sli-img=BBfNuvUvz2b&size=l'),(443808,12690,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443804,12690,'_sli_timestamp','2016-02-07T14:04:04+0000'),(443805,12690,'_sli_caption','Back in October for our anniversary in Edisto I found this beautiful chakra windchime with corresponding crystals at a little farmers market\n\nI have intended to hang it for months now, and this morning I woke up to a text from my boyfriend that he had taken it upon himself to hang it for me while I was out of town\n\nI\'m so grateful to have him, and when you\'re full of gratitude there isn\'t room for anything else but love 😍\n\n#love #gratitude #windchime #crystal #chakrawindchime #chakra #chakrahealing #chakrabalancing #beauty #music #song #crystalhealing #edistoisland #gratitude #love #romance #bluesky #gorgeous'),(443803,12690,'_sli_media_username','lavendermatyoga'),(443802,12690,'_sli_media_id','17854828606034065'),(443800,12689,'_sli_last_requested','1668286079'),(443801,12689,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443797,12689,'_sli_comments','a:0:{}'),(443798,12689,'_sli_children','a:0:{}'),(443799,12689,'_sli_is_story',''),(443796,12689,'_sli_comments_count','0'),(443795,12689,'_sli_likes_count','0'),(443794,12689,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853283489063274-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853283489063274-m.jpg\";}'),(443793,12689,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853283489063274-m.jpg'),(443790,12689,'_sli_shortcode','BCDcMk4vzyQ'),(443791,12689,'_sli_video_title',''),(443792,12689,'_sli_product_type',''),(443789,12689,'_sli_permalink','https://www.instagram.com/p/BCDcMk4vzyQ/'),(443784,12689,'_sli_timestamp','2016-02-21T15:43:08+0000'),(443785,12689,'_sli_caption','Journaling is my doorway\nWhen I turn the knob I\'m in wonderland\nI can hear my guides crisp and clear\nMy authentic Self shines bright\nMy world is still\nAnd I can see the stars on a cloudy night\n\n#spiritualentrepreneur #spiritualmentor #intutivereader #intuitive #yogateacher #magic #magictribe #love #spirit #spiritual #tarot #tarotreader #oracle #oraclereader #medium #pyschic #intuitivereading #medium #channeler #yogi #spirit #spiritguide #mystic #modernmystic #Soulprenuer #entrepreneur #journal #meditation #practice #writing'),(443786,12689,'_sli_media_type','IMAGE'),(443787,12689,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCDcMk4vzyQ&size=l'),(443788,12689,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443769,12688,'_sli_permalink','https://www.instagram.com/p/BCEHSMKvz_C/'),(443783,12689,'_sli_media_username','lavendermatyoga'),(443781,12688,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443782,12689,'_sli_media_id','17853283489063274'),(443777,12688,'_sli_comments','a:0:{}'),(443778,12688,'_sli_children','a:0:{}'),(443779,12688,'_sli_is_story',''),(443780,12688,'_sli_last_requested','1668286078'),(443776,12688,'_sli_comments_count','0'),(443775,12688,'_sli_likes_count','0'),(443774,12688,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844588490129498-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844588490129498-m.jpg\";}'),(443773,12688,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844588490129498-m.jpg'),(443771,12688,'_sli_video_title',''),(443772,12688,'_sli_product_type',''),(443770,12688,'_sli_shortcode','BCEHSMKvz_C'),(443768,12688,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(446658,1429,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21570,1429,'_sli_last_requested','1668438432'),(21569,1429,'_sli_is_story',''),(21568,1429,'_sli_children','a:0:{}'),(21567,1429,'_sli_comments','a:0:{}'),(21566,1429,'_sli_comments_count','0'),(21565,1429,'_sli_likes_count','0'),(21564,1429,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881393735031086-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881393735031086-m.jpg\";}'),(21563,1429,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18579881_1480881741955120_8422661923811622912_n.jpg?_nc_cat=105&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=lzRBd0diWokAX-jCFGi&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-6r3uXu4jjrMBN4ajsVNn2B5SJFPn68xRxZnybugzJVQ&oe=6280BC8C'),(21560,1429,'_sli_shortcode','BUUmDUDAO5A'),(21561,1429,'_sli_video_title',''),(21562,1429,'_sli_product_type',''),(21559,1429,'_sli_permalink','https://www.instagram.com/p/BUUmDUDAO5A/'),(21558,1429,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}'),(21555,1429,'_sli_caption','My first time out on the board since my training in August! #supyoga'),(21556,1429,'_sli_media_type','VIDEO'),(21557,1429,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/18600162_297452944012086_168310547035455488_n.mp4?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=eKJzEA7-Pr4AX_SFBSM&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBNeBnrLgPxk9t11hj6AaQFY-wryNTREbO8j4dg-uReJw&oe=6372F934'),(21554,1429,'_sli_timestamp','2017-05-20T17:01:26+0000'),(21553,1429,'_sli_media_username','lavendermatyoga'),(21552,1429,'_sli_media_id','17881393735031086'),(443766,12688,'_sli_media_type','IMAGE'),(443767,12688,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCEHSMKvz_C&size=l'),(443750,12687,'_sli_shortcode','BCGvYuTvz-S'),(443751,12687,'_sli_video_title',''),(443752,12687,'_sli_product_type',''),(443753,12687,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844558934112433-m.jpg'),(443754,12687,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844558934112433-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844558934112433-m.jpg\";}'),(443755,12687,'_sli_likes_count','0'),(443756,12687,'_sli_comments_count','0'),(443757,12687,'_sli_comments','a:0:{}'),(443758,12687,'_sli_children','a:0:{}'),(443759,12687,'_sli_is_story',''),(443760,12687,'_sli_last_requested','1668286078'),(443761,12687,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443762,12688,'_sli_media_id','17844588490129498'),(443763,12688,'_sli_media_username','lavendermatyoga'),(443764,12688,'_sli_timestamp','2016-02-21T21:59:39+0000'),(443765,12688,'_sli_caption','CHARLESTON PEEPS\nJoin me tomorrow night at Blue Cross Blue Shield in Mt.Pleasant Towne Center to salute the full moon 🌙🌝\nClass is 6:00pm-7:00pm (and it\'s free 😉) DM me or email me at madison@madisonrosenberger.com with any questions\n\nP.S if this is your badass full moon pic please let me know so I can give you 📷 credit\n\n#spiritualentrepreneur #spiritualmentor #intutivereader #intuitive #yogateacher #magic #magictribe #love #spirit #spiritual #tarot #tarotreader #oracle #oraclereader #medium #pyschic #intuitivereading #medium #channeler #yogi #spirit #spiritguide #mystic #modernmystic #Soulprenuer #entrepreneur #yogi #yoga #fullmoon #fullmoonyoga #charlestonsc #mtpleasantsc #bcbs #'),(443746,12687,'_sli_media_type','IMAGE'),(443747,12687,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCGvYuTvz-S&size=l'),(443748,12687,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443749,12687,'_sli_permalink','https://www.instagram.com/p/BCGvYuTvz-S/'),(443722,12686,'_sli_media_id','17854135804063806'),(443723,12686,'_sli_media_username','lavendermatyoga'),(443724,12686,'_sli_timestamp','2016-02-23T16:57:09+0000'),(443725,12686,'_sli_caption','“The universe buries strange jewels deep within us all, and then stands back to see if we can find them.” - Big Magic\n\n#bigmagic'),(443726,12686,'_sli_media_type','IMAGE'),(443727,12686,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCIuQZnPz96&size=l'),(443728,12686,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443729,12686,'_sli_permalink','https://www.instagram.com/p/BCIuQZnPz96/'),(443730,12686,'_sli_shortcode','BCIuQZnPz96'),(443731,12686,'_sli_video_title',''),(443732,12686,'_sli_product_type',''),(443733,12686,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854135804063806-m.jpg'),(443734,12686,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854135804063806-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854135804063806-m.jpg\";}'),(443735,12686,'_sli_likes_count','0'),(443736,12686,'_sli_comments_count','0'),(443737,12686,'_sli_comments','a:0:{}'),(443738,12686,'_sli_children','a:0:{}'),(443739,12686,'_sli_is_story',''),(443740,12686,'_sli_last_requested','1668286078'),(443741,12686,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443742,12687,'_sli_media_id','17844558934112433'),(443743,12687,'_sli_media_username','lavendermatyoga'),(443744,12687,'_sli_timestamp','2016-02-22T22:28:33+0000'),(443745,12687,'_sli_caption','A full moon spread I did while rolled out on my yoga mat! Now off to teach tonight\'s free full moon yoga class 🌙 (DM me if you would like to learn more about my partnership with Blue Cross Blue Shield in Charleston, Sc to offer free yoga twice a month!) 😉\n\nHappy Full Moon! \n#spiritualentrepreneur #spiritualmentor #intutivereader #intuitive #yogateacher #magic #magictribe #love #spirit #spiritual #tarot #tarotreader #oracle #oraclereader #medium #pyschic #intuitivereading #medium #channeler #yogi #spirit #spiritguide #mystic #modernmystic #Soulprenuer #entrepreneur #yoga #fullmoon #lumina by @innerhue'),(443721,12685,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443715,12685,'_sli_likes_count','0'),(443716,12685,'_sli_comments_count','0'),(443717,12685,'_sli_comments','a:0:{}'),(443718,12685,'_sli_children','a:0:{}'),(443719,12685,'_sli_is_story',''),(443720,12685,'_sli_last_requested','1668286077'),(443710,12685,'_sli_shortcode','BCLwKzDvz54'),(443711,12685,'_sli_video_title',''),(443712,12685,'_sli_product_type',''),(443713,12685,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844684721107186-m.jpg'),(443714,12685,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844684721107186-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844684721107186-m.jpg\";}'),(443708,12685,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443709,12685,'_sli_permalink','https://www.instagram.com/p/BCLwKzDvz54/'),(443707,12685,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCLwKzDvz54&size=l'),(443706,12685,'_sli_media_type','IMAGE'),(443705,12685,'_sli_caption','Aerial anyone? Teaching at 6:00pm in West Ashley and it\'s not too late to come! DM for details 😊\n\n#spiritualentrepreneur #spiritualmentor #intutivereader #intuitive #yogateacher #magic #magictribe #love #spirit #spiritual #tarot #tarotreader #oracle #oraclereader #medium #pyschic #intuitivereading #medium #channeler #yogi #spirit #spiritguide #mystic #modernmystic #Soulprenuer #entrepreneur #aerialyoga #antigravity #charlestonsc'),(443704,12685,'_sli_timestamp','2016-02-24T21:11:35+0000'),(443703,12685,'_sli_media_username','lavendermatyoga'),(443682,12684,'_sli_media_id','17844889015117544'),(443683,12684,'_sli_media_username','lavendermatyoga'),(443684,12684,'_sli_timestamp','2016-02-26T15:45:32+0000'),(443685,12684,'_sli_caption','Who would like a reading?😘\nClose your eyes take three deep breaths and when you flutter your eyes open which column catches your eye first? Comment below with your column number and I will notify you when the results are in! 🙌🏻\n(Animal Kin Oracle Cards by @thefifthelementlife , Spirit Animal Readings by me are now available!)'),(443686,12684,'_sli_media_type','IMAGE'),(443687,12684,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCQUcfLPz3S&size=l'),(443688,12684,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443689,12684,'_sli_permalink','https://www.instagram.com/p/BCQUcfLPz3S/'),(443690,12684,'_sli_shortcode','BCQUcfLPz3S'),(443691,12684,'_sli_video_title',''),(443692,12684,'_sli_product_type',''),(443693,12684,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844889015117544-m.jpg'),(443694,12684,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844889015117544-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844889015117544-m.jpg\";}'),(443695,12684,'_sli_likes_count','0'),(443696,12684,'_sli_comments_count','0'),(443697,12684,'_sli_comments','a:0:{}'),(443698,12684,'_sli_children','a:0:{}'),(443699,12684,'_sli_is_story',''),(443700,12684,'_sli_last_requested','1668286077'),(443701,12684,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443702,12685,'_sli_media_id','17844684721107186'),(443677,12683,'_sli_comments','a:0:{}'),(443678,12683,'_sli_children','a:0:{}'),(443679,12683,'_sli_is_story',''),(443680,12683,'_sli_last_requested','1668286076'),(443681,12683,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443676,12683,'_sli_comments_count','0'),(443675,12683,'_sli_likes_count','0'),(443665,12683,'_sli_caption','My relationship with my body got a little off track for a while but for the past month I have finally been getting back in touch. Every morning I start my day with meditation, yoga and  this green protein packed drink (it is yummy) ✨\nOur connection with our body has to begin with the spiritual\nLosing weight is not about white knuckling it through exercise or willpower not to have a cookie\nA relationship with our body starts with the spiritual respect for our temple\nIt starts with the connection to our intuition and the divine nature that can motivate our actions to ones of love\nWhen we start to love ourselves and heal emotional blocks we will be more capable of listening to what our body wants\nEventually you will get to a place of loving spinach drinks and love going to Pilates\nI value my spiritual practice over going to the gym anyday\nBe kind to yourself on your journey\nAll in due time\nJust set the intention and let the chips fall where they may\nMy new ebook coming soon will include my recipe for this yummy drink, and it is free to my subscribers! This ebook is all about Self-Care to hold you over until my massive Self Help book is finished (it has been two years in the making)\n😘💗 P.S the reading from yesterday\'s column section will be posted shortly! So it\'s not too late to go intuitively chose a reading for yourself, a couple posts back! #selfcareasaspiritualact'),(443673,12683,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844733861080924-m.jpg'),(443668,12683,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443669,12683,'_sli_permalink','https://www.instagram.com/p/BCTG9SUPz-D/'),(443670,12683,'_sli_shortcode','BCTG9SUPz-D'),(443671,12683,'_sli_video_title',''),(443672,12683,'_sli_product_type',''),(443643,12682,'_sli_media_username','lavendermatyoga'),(443644,12682,'_sli_timestamp','2016-02-27T18:13:58+0000'),(443645,12682,'_sli_caption','The results are in! Based on the Column you chose from a few posts back here is your personal reading from your current Spirit Animals\n\nDeck by @thefifthelementlife \nReadings are in the comments 👇🏻'),(443661,12682,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443652,12682,'_sli_product_type',''),(443653,12682,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844748792117211-m.jpg'),(443654,12682,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844748792117211-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844748792117211-m.jpg\";}'),(443664,12683,'_sli_timestamp','2016-02-27T17:45:24+0000'),(443663,12683,'_sli_media_username','lavendermatyoga'),(443662,12683,'_sli_media_id','17844733861080924'),(437989,12513,'_sli_product_type',''),(437990,12513,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17943836650038457-m.jpg'),(437991,12513,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17943836650038457-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17943836650038457-m.jpg\";}'),(437992,12513,'_sli_likes_count','0'),(437993,12513,'_sli_comments_count','0'),(437994,12513,'_sli_comments','a:0:{}'),(437995,12513,'_sli_children','a:0:{}'),(437996,12513,'_sli_is_story',''),(437997,12513,'_sli_last_requested','1668114578'),(437998,12513,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437999,12514,'_sli_media_id','17943605950002094'),(438000,12514,'_sli_media_username','lavendermatyoga'),(438001,12514,'_sli_timestamp','2018-05-08T16:23:22+0000'),(438002,12514,'_sli_caption','QUARTZ CRYSTAL HAIR COMB\n$111.00 + shipping ($4.88 in the US + $14.87 anywhere else in the world)\n✨✨Do you want to stimulate hair growth?\n✨✨Do you want to increase your psychic abilities?\n✨✨Do you want to effectively clear negative energy that collects in your hair?\n🙌🏻🙌🏻🙌🏻\nI AM NOW TAKING ORDERS FOR QUARTZ CRYSTAL HAIR COMBS. I WILL ONLY BE OFFERING PRE-ORDERS FOR THIS AS A ONE TIME BULK PURCHASE, I WILL NOT BE KEEPING THE COMB IN STOCK. SO IF YOU THINK YOU MIGHT WANT ONE, DON’T MISS OUT!\n💇🏼‍♀️\nTHE DEADLINE TO PLACE YOUR PRE-ORDER IS FRIDAY MAY 18TH, 2018\n————-\n1. I didn’t originally plan on selling these combs but they have become such a big part of my self-care routine I really wanted to share them with you.\n...\n2.There is only one other seller currently offering these combs and they are retailing at $170. I wanted to make them a little more affordable. I am selling them for 35% cheaper.\n...\n3. The other combs I have seen have a slightly smaller handle, these combs are bigger making them easier to hold\n✨✨✨\nLow vibrations tend to linger in your hair, stunting its health and ability to connect you to your Crown Chakra. “Native American tribes even believe that the hair is connected to the nervous system. That long hair reaches out like tentacles, and pulls energy and information from the world around us similar to a cat’s whiskers.” Each hair individually connected to your scalp serves as a big connection to you and how you connect with the world around you, seen and unseen. Quartz is known as the “Master Healer” and will transmute all foreign energy that collects in your hair.\n✨✨✨\nYour hair is a sacred part of your Self and taking care of it with respect and love will deeply shift your energy. Not only will using the crystal comb release negative energy, by once it is released it makes room for physical healing.\n👇🏻👇🏻\nKeep reading in comments'),(443593,12681,'_sli_likes_count','0'),(443594,12681,'_sli_comments_count','0'),(443595,12681,'_sli_comments','a:0:{}'),(432708,12362,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bi67LVbg0On&size=l'),(443666,12683,'_sli_media_type','IMAGE'),(443667,12683,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCTG9SUPz-D&size=l'),(443660,12682,'_sli_last_requested','1668286076'),(443659,12682,'_sli_is_story',''),(443658,12682,'_sli_children','a:0:{}'),(443657,12682,'_sli_comments','a:0:{}'),(443655,12682,'_sli_likes_count','0'),(443656,12682,'_sli_comments_count','0'),(443646,12682,'_sli_media_type','IMAGE'),(443647,12682,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCTKOevvz15&size=l'),(432715,12362,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846578876268045-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846578876268045-m.jpg\";}'),(432714,12362,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846578876268045-m.jpg'),(432713,12362,'_sli_product_type',''),(432712,12362,'_sli_video_title',''),(432711,12362,'_sli_shortcode','Bi67LVbg0On'),(432710,12362,'_sli_permalink','https://www.instagram.com/p/Bi67LVbg0On/'),(443651,12682,'_sli_video_title',''),(443648,12682,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(443650,12682,'_sli_shortcode','BCTKOevvz15'),(443649,12682,'_sli_permalink','https://www.instagram.com/p/BCTKOevvz15/'),(437986,12513,'_sli_permalink','https://www.instagram.com/p/BikwWFMAPsD/'),(437988,12513,'_sli_video_title',''),(437987,12513,'_sli_shortcode','BikwWFMAPsD'),(437985,12513,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(437984,12513,'_sli_media_url','https://lavendermatyoga.com?sli-img=BikwWFMAPsD&size=l'),(437983,12513,'_sli_media_type','IMAGE'),(437981,12513,'_sli_timestamp','2018-05-09T22:58:45+0000'),(437982,12513,'_sli_caption','Your hair is a sacred part of your Self and taking care of it with respect and love will deeply shift your energy. Not only will using this crystal comb release negative energy, by once it is released it makes room for physical healing. Keeping up with your hair’s spiritual hygiene will stimulate and promote physical growth. After daily use over a period of time you will find the Quartz comb has become elemental in your hair health, making it strong, full, and luxurious.\n✨✨✨\nI AM TAKING ORDERS FOR QUARTZ CRYSTAL HAIR COMBS. I WILL ONLY BE OFFERING PRE-ORDERS FOR THIS AS A ONE TIME BULK PURCHASE, I WILL NOT BE KEEPING THE COMB IN STOCK. SO IF YOU THINK YOU MIGHT WANT ONE, DON’T MISS OUT!\n💋💋💋\nTHE DEADLINE TO PLACE YOUR PRE-ORDER IS FRIDAY MAY 18TH, 2018\n👆🏻👆🏻👆🏻\nPURCHASE LINK IN THE BIO'),(437979,12513,'_sli_media_id','17943836650038457'),(437980,12513,'_sli_media_username','lavendermatyoga'),(437967,12512,'_sli_shortcode','BinBJ4wAfRn'),(437968,12512,'_sli_video_title',''),(437969,12512,'_sli_product_type',''),(437970,12512,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883812887211315-m.jpg'),(437971,12512,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883812887211315-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883812887211315-m.jpg\";}'),(437972,12512,'_sli_likes_count','0'),(437973,12512,'_sli_comments_count','0'),(437974,12512,'_sli_comments','a:0:{}'),(437975,12512,'_sli_children','a:0:{}'),(446757,1419,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21370,1419,'_sli_last_requested','1668445081'),(21369,1419,'_sli_is_story',''),(21368,1419,'_sli_children','a:0:{}'),(21367,1419,'_sli_comments','a:0:{}'),(21355,1419,'_sli_caption','Hey everyone! I\'m diving into Salt and it\'s ritualistic/protective/healing properties. I\'m trying to get my hands on as much research as possible. I\'m having a hard time finding anything going beyond the basics like salt baths and using salt in the corners of a room. Does anyone know a good book or tips on using salt as magic? 🙏🏻🙌🏻💜 #Himalayansalt #seasalt #deadseasalt #celticsalt'),(21356,1419,'_sli_media_type','VIDEO'),(21357,1419,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/18929395_997003503770435_1018138069284421632_n.mp4?_nc_cat=110&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=aUEe5x-Aww8AX9XRSoJ&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCxpogCM5VAexitO22IHcaMEVOOQVVHEGuIkHBZBClOYw&oe=63730F58'),(21358,1419,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:899;}'),(21359,1419,'_sli_permalink','https://www.instagram.com/p/BUzPsM0AoA9/'),(21360,1419,'_sli_shortcode','BUzPsM0AoA9'),(21361,1419,'_sli_video_title',''),(21362,1419,'_sli_product_type',''),(21363,1419,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18723248_211176046058395_799015099904819200_n.jpg?_nc_cat=107&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=a5VIAitthW4AX9IVdjn&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8H9A4dVYmKEVI96gDiaqZa5_OTcvECv2pgUiTZeTBqiQ&oe=6281D85B'),(21364,1419,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857684075161355-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857684075161355-m.jpg\";}'),(21365,1419,'_sli_likes_count','0'),(21366,1419,'_sli_comments_count','0'),(21354,1419,'_sli_timestamp','2017-06-01T14:42:30+0000'),(21353,1419,'_sli_media_username','lavendermatyoga'),(21352,1419,'_sli_media_id','17857684075161355'),(437976,12512,'_sli_is_story',''),(437977,12512,'_sli_last_requested','1668114578'),(437978,12512,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437966,12512,'_sli_permalink','https://www.instagram.com/p/BinBJ4wAfRn/'),(437965,12512,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437964,12512,'_sli_media_url','https://lavendermatyoga.com?sli-img=BinBJ4wAfRn&size=l'),(437961,12512,'_sli_timestamp','2018-05-10T20:04:07+0000'),(437962,12512,'_sli_caption','Repeat after me: “I am enough”\n.\n.\n.\n.\nGorgeous gemmy rose Quartz by @energymuse'),(437963,12512,'_sli_media_type','IMAGE'),(437938,12510,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437939,12511,'_sli_media_id','17919774814136387'),(437940,12511,'_sli_media_username','lavendermatyoga'),(437941,12511,'_sli_timestamp','2018-05-11T13:31:26+0000'),(437942,12511,'_sli_caption','- Do you want to stimulate hair growth?\n- Do you want to increase your psychic abilities?\n- Do you want to effectively clear negative energy that collects in your hair? ✨✨✨\nPRE-ORDERS ONLY, I WILL NOT BE KEEPING THE COMB IN STOCK. SO IF YOU THINK YOU MIGHT WANT ONE, DON’T MISS OUT!\n✨✨✨\n1. I didn’t originally plan on selling these combs but they have become such a big part of my self-care routine I really wanted to share them with you.\n\n2.There is only one other seller currently offering these combs and they are retailing at $170. I wanted to make them a little more affordable. I am selling them for 35% cheaper.\n\n3. The other combs I have seen have a slightly smaller handle, these combs are bigger making them easier to hold.\n- PURCHASE DEADLINE IS MAY 18\n- VISIT MY SHOP TO BUY 😊\nLINK IN THE BIO 👆🏻\n**Due to overseas manufacturing, the combs will be ready for me to ship to you approximately one month after I place the order. **Because these are handmade to order no refunds or exchanges are available, with the exception of receiving a damaged comb upon arrival. You have 7 days upon the day of arrival to notify me that you received a damaged comb. Please make sure to email a photo of your comb, so that I can submit'),(437960,12512,'_sli_media_username','lavendermatyoga'),(437959,12512,'_sli_media_id','17883812887211315'),(437957,12511,'_sli_last_requested','1668114578'),(437958,12511,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(446756,1417,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21330,1417,'_sli_last_requested','1668445081'),(21329,1417,'_sli_is_story',''),(21328,1417,'_sli_children','a:0:{}'),(21327,1417,'_sli_comments','a:0:{}'),(21326,1417,'_sli_comments_count','0'),(21325,1417,'_sli_likes_count','0'),(21324,1417,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876491459070546-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876491459070546-m.jpg\";}'),(21323,1417,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18879687_117634395489222_2679313831762591744_n.jpg?_nc_cat=106&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=LXmja32ipfIAX_MK-hz&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9WF5y3Z5_65CoqfZBNRcPb1eBaFliziTBFO4fF3VogCQ&oe=6281FB25'),(21322,1417,'_sli_product_type',''),(21321,1417,'_sli_video_title',''),(21320,1417,'_sli_shortcode','BU7E7zKAM-n'),(21319,1417,'_sli_permalink','https://www.instagram.com/p/BU7E7zKAM-n/'),(21318,1417,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:899;}'),(21317,1417,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/18954282_461078050895653_1150361321846341632_n.mp4?_nc_cat=109&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=uRr9nTUtKhIAX_9EUT-&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfD0XQLpgYYVtUccx10AZ6QfbP-_So0m7QZA-_ddBzEE8g&oe=6372F11F'),(21316,1417,'_sli_media_type','VIDEO'),(21315,1417,'_sli_caption','Charging up my pineapple juice with some beautiful Agate I got from @charmedonshemcreek 🙌🏻'),(21314,1417,'_sli_timestamp','2017-06-04T15:42:26+0000'),(437953,12511,'_sli_comments_count','0'),(437954,12511,'_sli_comments','a:0:{}'),(437955,12511,'_sli_children','a:0:{}'),(437956,12511,'_sli_is_story',''),(21312,1417,'_sli_media_id','17876491459070546'),(21313,1417,'_sli_media_username','lavendermatyoga'),(437943,12511,'_sli_media_type','IMAGE'),(437944,12511,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bio5ArtgfYp&size=l'),(437945,12511,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(437946,12511,'_sli_permalink','https://www.instagram.com/p/Bio5ArtgfYp/'),(437947,12511,'_sli_shortcode','Bio5ArtgfYp'),(437948,12511,'_sli_video_title',''),(437949,12511,'_sli_product_type',''),(437950,12511,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919774814136387-m.jpg'),(437951,12511,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919774814136387-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17919774814136387-m.jpg\";}'),(437952,12511,'_sli_likes_count','0'),(437937,12510,'_sli_last_requested','1668114577'),(437935,12510,'_sli_children','a:0:{}'),(437936,12510,'_sli_is_story',''),(437932,12510,'_sli_likes_count','0'),(437933,12510,'_sli_comments_count','0'),(437934,12510,'_sli_comments','a:0:{}'),(437931,12510,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917324096159440-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917324096159440-m.jpg\";}'),(446803,1415,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21287,1415,'_sli_comments','a:0:{}'),(21288,1415,'_sli_children','a:0:{}'),(21289,1415,'_sli_is_story',''),(21290,1415,'_sli_last_requested','1668447845'),(21286,1415,'_sli_comments_count','0'),(21285,1415,'_sli_likes_count','0'),(21284,1415,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857693243175392-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857693243175392-m.jpg\";}'),(21278,1415,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:899;}'),(21279,1415,'_sli_permalink','https://www.instagram.com/p/BVD_VCYARka/'),(21280,1415,'_sli_shortcode','BVD_VCYARka'),(21281,1415,'_sli_video_title',''),(21282,1415,'_sli_product_type',''),(21283,1415,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18949757_1343136665755181_5121890444854165504_n.jpg?_nc_cat=107&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=-e1E4v0zj-sAX9QEgr1&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_Dm4LCKnll11-KVHUZDaLTwH3MKeUcWDouOSB6lJoLJw&oe=6280714E'),(21277,1415,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/19052764_298143120596894_1930348874816290816_n.mp4?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=l3cZjPSkm30AX9vDgki&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBkyZbJBiT1CUGGAQftGrh1kZ5zWDmp9NLOx5R1huRRPg&oe=6373213F'),(21276,1415,'_sli_media_type','VIDEO'),(21275,1415,'_sli_caption','One of my favorite ways to clear my energy at the end of every day. Salt lamp for my feetsies! And I can do this while I meditate or watch Netflix 😉(because I\'m human too)'),(21272,1415,'_sli_media_id','17857693243175392'),(21273,1415,'_sli_media_username','lavendermatyoga'),(21274,1415,'_sli_timestamp','2017-06-08T02:46:37+0000'),(446802,1414,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21270,1414,'_sli_last_requested','1668447844'),(21269,1414,'_sli_is_story',''),(21268,1414,'_sli_children','a:0:{}'),(21267,1414,'_sli_comments','a:0:{}'),(21266,1414,'_sli_comments_count','0'),(21265,1414,'_sli_likes_count','0'),(21264,1414,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874260191076786-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874260191076786-m.jpg\";}'),(21263,1414,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/18947908_1696941020601250_772622663309852672_n.jpg?_nc_cat=110&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=DhN5Vwy4YREAX-JpPCk&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-j31aRkMg_35BOxWCv7cVR8-OP7xP0HVDXeupBNLP-Eg&oe=62806451'),(21261,1414,'_sli_video_title',''),(21262,1414,'_sli_product_type',''),(21258,1414,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:899;}'),(21259,1414,'_sli_permalink','https://www.instagram.com/p/BVGlYIHAHnL/'),(21260,1414,'_sli_shortcode','BVGlYIHAHnL'),(21257,1414,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/19052571_747902045381661_5581118510035107840_n.mp4?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=Jhf06_oEDGEAX_Fq22l&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDc-0QTRG3HRSzxYxCD0d-yWidbVWLDCI7JucdFvH4ueA&oe=637323DB'),(21256,1414,'_sli_media_type','VIDEO'),(21255,1414,'_sli_caption','Bath Prep 🙏🏻💕🙌🏻👌🏻💗 Check story 👆🏻for final product 😊'),(21254,1414,'_sli_timestamp','2017-06-09T02:57:34+0000'),(21253,1414,'_sli_media_username','lavendermatyoga'),(21252,1414,'_sli_media_id','17874260191076786'),(446755,1413,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(21250,1413,'_sli_last_requested','1668445080'),(21248,1413,'_sli_children','a:0:{}'),(21249,1413,'_sli_is_story',''),(21245,1413,'_sli_likes_count','0'),(21246,1413,'_sli_comments_count','0'),(21247,1413,'_sli_comments','a:0:{}'),(21244,1413,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871481561106041-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871481561106041-m.jpg\";}'),(21243,1413,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/19050314_325604224535133_2285680942372618240_n.jpg?_nc_cat=101&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=pd3oR12LXnUAX9PMGmf&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9G6bN54pBlBtlg-bXTNo60A_U30iwLFaq3QidmDCCjzA&oe=6281F6FD'),(21241,1413,'_sli_video_title',''),(21242,1413,'_sli_product_type',''),(21240,1413,'_sli_shortcode','BVHt90DAucw'),(21239,1413,'_sli_permalink','https://www.instagram.com/p/BVHt90DAucw/'),(21238,1413,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:899;}'),(21237,1413,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/19090636_661040974100510_1503696259674800128_n.mp4?_nc_cat=109&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=FsnTInzpDi0AX9UKsiM&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBDepred_g5Waj6ds-2-baCT7oMMlpaE5TQAI9SOxTKgA&oe=637313E4'),(21236,1413,'_sli_media_type','VIDEO'),(21235,1413,'_sli_caption','Good morning! 🌞\nMy next course in the Ph.D program is Ayurveda (yay!) so I\'m whipping out the copper tongue scrapper!\n✨✨✨\n\"The tongue scraper (or tongue cleaner) dates back to ancient times in India, but its benefits – especially the promotion of fresh breath and oral hygiene – have recently gained a lot of attention in the West. Using a tongue scraper stands to reward anyone willing to give it a try, and it is worth understanding the advantages a tongue scraper has to offer your overall health and wellbeing....\nAmazingly, the benefits of using a tongue scraper reach far beyond the bounds of oral hygiene and fresh breath. In Ayurveda, proper digestion is the cornerstone of health; it is literally the process by which our daily intake of food nourishes our tissues and ultimately, our state of consciousness. Healthy digestion also protects the body against the accumulation of toxins and ensures the proper elimination of wastes.5 Cleansing the tongue enhances the sense of taste, and because digestion begins with taste, this alone supports the entire digestive process. Additionally, different parts of the tongue are related to the lungs, the heart, the stomach, the liver, the spleen, the kidneys, and the intestines. A coating on the tongue indicates the presence of toxins, which are an impediment to proper digestion. A tongue scraper gently removes these toxins from the tongue itself and simultaneously stimulates, massages, and cleanses the associated organs and deep tissues.\" - banyanbotanicals.com'),(21234,1413,'_sli_timestamp','2017-06-09T13:31:52+0000'),(21233,1413,'_sli_media_username','lavendermatyoga'),(21232,1413,'_sli_media_id','17871481561106041'),(437930,12510,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917324096159440-m.jpg'),(437929,12510,'_sli_product_type',''),(437928,12510,'_sli_video_title',''),(437927,12510,'_sli_shortcode','Bixy68ugz7k'),(437926,12510,'_sli_permalink','https://www.instagram.com/p/Bixy68ugz7k/'),(437924,12510,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bixy68ugz7k&size=l'),(437925,12510,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(437923,12510,'_sli_media_type','IMAGE'),(437920,12510,'_sli_media_username','lavendermatyoga'),(437919,12510,'_sli_media_id','17917324096159440'),(437918,12509,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437917,12509,'_sli_last_requested','1668114577'),(437916,12509,'_sli_is_story',''),(437912,12509,'_sli_likes_count','0'),(437913,12509,'_sli_comments_count','0'),(437914,12509,'_sli_comments','a:0:{}'),(437915,12509,'_sli_children','a:0:{}'),(437911,12509,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883842689222937-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883842689222937-m.jpg\";}'),(437907,12509,'_sli_shortcode','Bi2NFD_gf6B'),(437908,12509,'_sli_video_title',''),(437909,12509,'_sli_product_type',''),(437910,12509,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883842689222937-m.jpg'),(21185,1410,'_sli_likes_count','0'),(21186,1410,'_sli_comments_count','0'),(21187,1410,'_sli_comments','a:0:{}'),(21188,1410,'_sli_children','a:0:{}'),(21189,1410,'_sli_is_story',''),(21190,1410,'_sli_last_requested','1668445080'),(446754,1410,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437906,12509,'_sli_permalink','https://www.instagram.com/p/Bi2NFD_gf6B/'),(437905,12509,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(437904,12509,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bi2NFD_gf6B&size=l'),(21184,1410,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884826221035193-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884826221035193-m.jpg\";}'),(21182,1410,'_sli_product_type',''),(21183,1410,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/19228813_230884720755895_1690929191370883072_n.jpg?_nc_cat=105&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=mTpSsYN3LM0AX8hLow2&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8V6lMzTe50OTuiuZJcmAhUvKii6_lg8tHWC1ihAAkWbw&oe=6280276F'),(21179,1410,'_sli_permalink','https://www.instagram.com/p/BVlNLpjg_nn/'),(21180,1410,'_sli_shortcode','BVlNLpjg_nn'),(21181,1410,'_sli_video_title',''),(21178,1410,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:405;}'),(21177,1410,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/19416131_1987766371459301_5592655762854772736_n.mp4?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=vAN_HxlfZvwAX9Xpv-p&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAuzk_Lo3pyGagGyyJD03k0O8JHc97kgGt9t-4H1BUB3A&oe=637314BB'),(21175,1410,'_sli_caption','🙌🏻🙏🏻 #soundhealing'),(21176,1410,'_sli_media_type','VIDEO'),(21174,1410,'_sli_timestamp','2017-06-21T00:22:36+0000'),(21173,1410,'_sli_media_username','lavendermatyoga'),(21172,1410,'_sli_media_id','17884826221035193'),(437903,12509,'_sli_media_type','IMAGE'),(444639,12731,'_sli_is_story',''),(442251,12668,'_sli_likes_count','0'),(437921,12510,'_sli_timestamp','2018-05-15T00:31:23+0000'),(437922,12510,'_sli_caption','Low vibrations tend to linger in your hair, stunting its health and ability to connect you to your Crown Chakra. “Native American tribes even believe that the hair is connected to the nervous system. That long hair reaches out like tentacles, and pulls energy and information from the world around us similar to a cat’s whiskers.” Each hair individually connected to your scalp serves as a big connection to you and how you connect with the world around you, seen and unseen. Quartz is known as the “Master Healer” and will transmute all foreign energy that collects in your hair.\n😊😊😊\n“Cultural beliefs about our hair and how it can affect us go back as far as recorded history. Many ancient cultures believed there is power in uncut hair.” Read more about its power here, https://blog.thelonghairs.us/long-hair-native-american-culture/\n✨✨✨\n- ONE TIME ☝🏻 PRE-ORDER ONLY\n I WILL NOT BE KEEPING THE COMB IN STOCK. SO IF YOU THINK YOU MIGHT WANT ONE, DON’T MISS OUT!\n- PURCHASE DEADLINE IS MAY 18\n- VISIT MY SHOP TO BUY 😊\nLINK IN THE BIO 👆🏻\n**Due to overseas manufacturing, the combs will be ready for me to ship to you approximately one month after I place the order. **Because these are handmade to order no refunds or exchanges are available, with the exception of receiving a damaged comb upon arrival. You have 7 days upon the day of arrival to notify me that you received a damaged comb. Please make sure to email a photo of your comb, so that I can submit an insurance claim to the mail carrier.'),(442250,12668,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859891733031128-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859891733031128-m.jpg\";}'),(442244,12668,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(442245,12668,'_sli_permalink','https://www.instagram.com/p/BINPUG4gN0a/'),(442246,12668,'_sli_shortcode','BINPUG4gN0a'),(442247,12668,'_sli_video_title',''),(442248,12668,'_sli_product_type',''),(442249,12668,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859891733031128-m.jpg'),(442243,12668,'_sli_media_url','https://lavendermatyoga.com?sli-img=BINPUG4gN0a&size=l'),(442242,12668,'_sli_media_type','IMAGE'),(442205,12667,'_sli_last_requested','1668198677'),(442206,12667,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442239,12668,'_sli_media_username','lavendermatyoga'),(442240,12668,'_sli_timestamp','2016-07-23T14:11:21+0000'),(442241,12668,'_sli_caption','Prepping for today\'s workshop at @holycowyogacenter !! My last required course for my 500RYT certification!!!\n🌺🍃🍄\n✔️Cuppa Ginko Clairty\n✔️Lemon Goodness\n✔️ @mymonq Vibrant Blend (more on these awesome guys later! Stick around for a 10% off code!)\nHave a sunshiny day my friends!'),(442238,12668,'_sli_media_id','17859891733031128'),(437872,12507,'_sli_likes_count','0'),(437873,12507,'_sli_comments_count','0'),(437874,12507,'_sli_comments','a:0:{}'),(437875,12507,'_sli_children','a:0:{}'),(442204,12667,'_sli_is_story',''),(437901,12509,'_sli_timestamp','2018-05-16T17:36:55+0000'),(432709,12362,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(432707,12362,'_sli_media_type','IMAGE'),(432705,12362,'_sli_timestamp','2018-05-18T13:36:42+0000'),(432706,12362,'_sli_caption','Today is your last chance to order a quartz crystal comb! This comb will not be kept in stock, so your only opportunity to snag one is through pre-ordering! ✨✨✨\nCheck out all the amazing benefits from my past posts 👈🏻👈🏻\nAnd order yours at the link in my bio 👆🏻👆🏻\n💋💋💋'),(437888,12508,'_sli_video_title',''),(437889,12508,'_sli_product_type',''),(437890,12508,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843029945039047-m.jpg'),(437891,12508,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843029945039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843029945039047-m.jpg\";}'),(432702,12361,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432703,12362,'_sli_media_id','17846578876268045'),(432704,12362,'_sli_media_username','lavendermatyoga'),(432701,12361,'_sli_last_requested','1667942581'),(432699,12361,'_sli_children','a:0:{}'),(432700,12361,'_sli_is_story',''),(432698,12361,'_sli_comments','a:0:{}'),(432697,12361,'_sli_comments_count','0'),(432696,12361,'_sli_likes_count','0'),(437892,12508,'_sli_likes_count','0'),(437893,12508,'_sli_comments_count','0'),(437894,12508,'_sli_comments','a:0:{}'),(437895,12508,'_sli_children','a:0:{}'),(437896,12508,'_sli_is_story',''),(437897,12508,'_sli_last_requested','1668114575'),(437898,12508,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437899,12509,'_sli_media_id','17883842689222937'),(437900,12509,'_sli_media_username','lavendermatyoga'),(437883,12508,'_sli_media_type','IMAGE'),(437884,12508,'_sli_media_url','https://lavendermatyoga.com?sli-img=pciiyjvz9f&size=l'),(437885,12508,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437886,12508,'_sli_permalink','https://www.instagram.com/p/pciiyjvz9f/'),(437887,12508,'_sli_shortcode','pciiyjvz9f'),(437882,12508,'_sli_caption','Sometimes life is hard. Sometimes life is stressful. Sometimes life hurts. But then the sun comes out, and waves crash down and bring a sense of calm with them. Take a breath, be present. Sometimes life is hard. But life is beautiful. #ocean #beach #yoga #meditation #namaste #breathe #breath #yogaevrydamnday #yogiintuition #life #beauty'),(432695,12361,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947689355028710-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947689355028710-m.jpg\";}'),(432693,12361,'_sli_product_type',''),(432694,12361,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947689355028710-m.jpg'),(432692,12361,'_sli_video_title',''),(432691,12361,'_sli_shortcode','Bi-B97ng7SW'),(443642,12682,'_sli_media_id','17844748792117211'),(437881,12508,'_sli_timestamp','2014-06-20T00:34:46+0000'),(432690,12361,'_sli_permalink','https://www.instagram.com/p/Bi-B97ng7SW/'),(437902,12509,'_sli_caption','I use mine after my shower to comb essential oils through my hair at the end of a long day. Clear Quartz is an amplifying crystal and so it is used to enhance the oils calming effect.\n✨✨✨\nWith every order, I will include an essential oil recipe that promotes relaxation and enhances hair growth.\n✨✨✨\nThe ritual of combing the hair adds an extra element of self-love and self-care to your daily hygiene. You will feel like a queen when using the gorgeous crystal comb. Like a mermaid pampering her locks!\n-ONE TIME ☝🏻 PRE-ORDERS ONLY\nI WILL NOT BE KEEPING THE COMB IN STOCK. SO IF YOU THINK YOU MIGHT WANT ONE, DON’T MISS OUT!\n- PURCHASE DEADLINE IS MAY 18\n- VISIT MY SHOP TO BUY 😊\nLINK IN THE BIO 👆🏻\n**Due to overseas manufacturing, the combs will be ready for me to ship to you approximately one month after I place the order. **Because these are handmade to order no refunds or exchanges are available, with the exception of receiving a damaged comb upon arrival. You have 7 days upon the day of arrival to notify me that you received a damaged comb. Please make sure to email a photo of your comb, so that I can submit'),(437878,12507,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437879,12508,'_sli_media_id','17843029945039047'),(437880,12508,'_sli_media_username','lavendermatyoga'),(437876,12507,'_sli_is_story',''),(437877,12507,'_sli_last_requested','1668114575'),(437853,12506,'_sli_comments_count','0'),(437854,12506,'_sli_comments','a:0:{}'),(437855,12506,'_sli_children','a:0:{}'),(437856,12506,'_sli_is_story',''),(437857,12506,'_sli_last_requested','1668114574'),(437858,12506,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437859,12507,'_sli_media_id','17843032702039047'),(437860,12507,'_sli_media_username','lavendermatyoga'),(437861,12507,'_sli_timestamp','2014-06-26T20:37:55+0000'),(437862,12507,'_sli_caption','A great way to enjoy hydrating! Infused #water! Today\'s concoction  six #stawberries, half a #lemon, handful of #fresh #basil from the #garden ! Let it sit overnight and enjoy in the summer sun the next morning! #yogiintuition'),(437863,12507,'_sli_media_type','IMAGE'),(437864,12507,'_sli_media_url','https://lavendermatyoga.com?sli-img=puJALmvzyi&size=l'),(437865,12507,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437866,12507,'_sli_permalink','https://www.instagram.com/p/puJALmvzyi/'),(437867,12507,'_sli_shortcode','puJALmvzyi'),(437868,12507,'_sli_video_title',''),(437869,12507,'_sli_product_type',''),(437870,12507,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843032702039047-m.jpg'),(437871,12507,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843032702039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843032702039047-m.jpg\";}'),(437832,12505,'_sli_likes_count','0'),(437833,12505,'_sli_comments_count','0'),(437834,12505,'_sli_comments','a:0:{}'),(437835,12505,'_sli_children','a:0:{}'),(437836,12505,'_sli_is_story',''),(437837,12505,'_sli_last_requested','1668114574'),(437838,12505,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437839,12506,'_sli_media_id','17843034427039047'),(437840,12506,'_sli_media_username','lavendermatyoga'),(437841,12506,'_sli_timestamp','2014-06-30T23:39:36+0000'),(437842,12506,'_sli_caption','www.madisonrosenberger.com'),(437843,12506,'_sli_media_type','IMAGE'),(437844,12506,'_sli_media_url','https://lavendermatyoga.com?sli-img=p4w-XvvzxO&size=l'),(437845,12506,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437846,12506,'_sli_permalink','https://www.instagram.com/p/p4w-XvvzxO/'),(437847,12506,'_sli_shortcode','p4w-XvvzxO'),(437848,12506,'_sli_video_title',''),(437849,12506,'_sli_product_type',''),(437850,12506,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843034427039047-m.jpg'),(437851,12506,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843034427039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843034427039047-m.jpg\";}'),(437852,12506,'_sli_likes_count','0'),(437831,12505,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843039902039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843039902039047-m.jpg\";}'),(437821,12505,'_sli_timestamp','2014-07-16T23:28:37+0000'),(437822,12505,'_sli_caption','Brad and I were at the #gym when I was tagged to #strikeapose by @fullam7291!! So we decided to try out some of our #poses I\'ve learned from the #book Partner Yoga! 😊now it\'s your turn @naturallykinky101 and @eilujvoss! #yogiintuition #yogaeverydamnday #couplesyoga'),(437812,12504,'_sli_likes_count','0'),(437813,12504,'_sli_comments_count','0'),(437814,12504,'_sli_comments','a:0:{}'),(437815,12504,'_sli_children','a:0:{}'),(437816,12504,'_sli_is_story',''),(437817,12504,'_sli_last_requested','1668114573'),(437818,12504,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437819,12505,'_sli_media_id','17843039902039047'),(437820,12505,'_sli_media_username','lavendermatyoga'),(437805,12504,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437830,12505,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843039902039047-m.jpg'),(437829,12505,'_sli_product_type',''),(437828,12505,'_sli_video_title',''),(437827,12505,'_sli_shortcode','qh8cAdvz4O'),(437826,12505,'_sli_permalink','https://www.instagram.com/p/qh8cAdvz4O/'),(437825,12505,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437824,12505,'_sli_media_url','https://lavendermatyoga.com?sli-img=qh8cAdvz4O&size=l'),(437823,12505,'_sli_media_type','IMAGE'),(437800,12504,'_sli_media_username','lavendermatyoga'),(437801,12504,'_sli_timestamp','2014-07-19T03:55:45+0000'),(437802,12504,'_sli_caption','#kindness \n#yogamindset #yoga #yogiintuition'),(437811,12504,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842033264039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842033264039047-m.jpg\";}'),(437810,12504,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842033264039047-m.jpg'),(437806,12504,'_sli_permalink','https://www.instagram.com/p/qnkmMbPz6a/'),(437807,12504,'_sli_shortcode','qnkmMbPz6a'),(437808,12504,'_sli_video_title',''),(437809,12504,'_sli_product_type',''),(437803,12504,'_sli_media_type','IMAGE'),(437804,12504,'_sli_media_url','https://lavendermatyoga.com?sli-img=qnkmMbPz6a&size=l'),(437790,12503,'_sli_likes_count','0'),(437791,12503,'_sli_comments_count','0'),(437792,12503,'_sli_comments','a:0:{}'),(437793,12503,'_sli_children','a:0:{}'),(437794,12503,'_sli_is_story',''),(437795,12503,'_sli_last_requested','1668113920'),(437796,12503,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437799,12504,'_sli_media_id','17842033264039047'),(437775,12502,'_sli_last_requested','1668113919'),(437776,12502,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437777,12503,'_sli_media_id','17843042293039047'),(437778,12503,'_sli_media_username','lavendermatyoga'),(437779,12503,'_sli_timestamp','2014-07-23T17:42:30+0000'),(437780,12503,'_sli_caption','This pose shows me how far I\'ve come in my practice. Today this pose is a cake walk for me, but it wasn\'t always..exactly a year ago I was in teacher training and this pose was challenging me. I could barely hold myself up let alone have a strong integrity filled posture. A year later and this pose is one of the easiest in my repertoire. This shows the beauty and transformation yoga has had on my self esteem and my life. \n#yoga #yogaeverydamnday #inspiration #updog #strength #beauty #transformation #encouragement #selfesteem #yogi #yogiintuition'),(437789,12503,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042293039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042293039047-m.jpg\";}'),(437784,12503,'_sli_permalink','https://www.instagram.com/p/qzWZBnPz-W/'),(437785,12503,'_sli_shortcode','qzWZBnPz-W'),(437786,12503,'_sli_video_title',''),(437787,12503,'_sli_product_type',''),(437788,12503,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042293039047-m.jpg'),(437783,12503,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437782,12503,'_sli_media_url','https://lavendermatyoga.com?sli-img=qzWZBnPz-W&size=l'),(437781,12503,'_sli_media_type','IMAGE'),(437770,12502,'_sli_likes_count','0'),(437771,12502,'_sli_comments_count','0'),(437772,12502,'_sli_comments','a:0:{}'),(437773,12502,'_sli_children','a:0:{}'),(437774,12502,'_sli_is_story',''),(437763,12502,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437764,12502,'_sli_permalink','https://www.instagram.com/p/qzWrEzPz-y/'),(437769,12502,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042296039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042296039047-m.jpg\";}'),(437768,12502,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042296039047-m.jpg'),(437765,12502,'_sli_shortcode','qzWrEzPz-y'),(437766,12502,'_sli_video_title',''),(437767,12502,'_sli_product_type',''),(437761,12502,'_sli_media_type','IMAGE'),(437762,12502,'_sli_media_url','https://lavendermatyoga.com?sli-img=qzWrEzPz-y&size=l'),(437760,12502,'_sli_caption','This is the asana that brings me back down to earth. By bringing my third eye to the mat, I am grounded. I feel rooted, safe and secure. This pose calms me and helps me find my feet. \n#yoga #yogi  #yogaeverydamnday #grounded #earth #firstchakra #root #secure #safe #childspose #balasana'),(437730,12500,'_sli_likes_count','0'),(437759,12502,'_sli_timestamp','2014-07-23T17:44:58+0000'),(437758,12502,'_sli_media_username','lavendermatyoga'),(437757,12502,'_sli_media_id','17843042296039047'),(437756,12501,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437754,12501,'_sli_is_story',''),(437755,12501,'_sli_last_requested','1668113919'),(437753,12501,'_sli_children','a:0:{}'),(437751,12501,'_sli_comments_count','0'),(437752,12501,'_sli_comments','a:0:{}'),(437750,12501,'_sli_likes_count','0'),(437749,12501,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042677039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042677039047-m.jpg\";}'),(437748,12501,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843042677039047-m.jpg'),(437745,12501,'_sli_shortcode','q16fruvz7I'),(437746,12501,'_sli_video_title',''),(437747,12501,'_sli_product_type',''),(437741,12501,'_sli_media_type','IMAGE'),(437742,12501,'_sli_media_url','https://lavendermatyoga.com?sli-img=q16fruvz7I&size=l'),(437743,12501,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437744,12501,'_sli_permalink','https://www.instagram.com/p/q16fruvz7I/'),(437740,12501,'_sli_caption','No matter how much I advance in this pose it always poses a challenge for me! I have so much more room to grow in this asana despite how far I\'ve come. And that\'s what yogas all about, it\'s called a practice for a reason. No one has fully mastered it. \n#yoga #yogiintuiton #yogaeverydamnday #grow #asana #pose #strength #smile #fun'),(437739,12501,'_sli_timestamp','2014-07-24T17:36:28+0000'),(437738,12501,'_sli_media_username','lavendermatyoga'),(437737,12501,'_sli_media_id','17843042677039047'),(437736,12500,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437735,12500,'_sli_last_requested','1668113919'),(437734,12500,'_sli_is_story',''),(437733,12500,'_sli_children','a:0:{}'),(437732,12500,'_sli_comments','a:0:{}'),(437731,12500,'_sli_comments_count','0'),(437727,12500,'_sli_product_type',''),(437728,12500,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843044633039047-m.jpg'),(437729,12500,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843044633039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843044633039047-m.jpg\";}'),(437725,12500,'_sli_shortcode','rDgxOgPz-4'),(437726,12500,'_sli_video_title',''),(437724,12500,'_sli_permalink','https://www.instagram.com/p/rDgxOgPz-4/'),(437723,12500,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437722,12500,'_sli_media_url','https://lavendermatyoga.com?sli-img=rDgxOgPz-4&size=l'),(437721,12500,'_sli_media_type','IMAGE'),(437720,12500,'_sli_caption','The sunset tonight was absolutely gorgeous!!!'),(437716,12499,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437717,12500,'_sli_media_id','17843044633039047'),(437718,12500,'_sli_media_username','lavendermatyoga'),(437719,12500,'_sli_timestamp','2014-07-30T00:21:02+0000'),(437711,12499,'_sli_comments_count','0'),(437712,12499,'_sli_comments','a:0:{}'),(437713,12499,'_sli_children','a:0:{}'),(437714,12499,'_sli_is_story',''),(437715,12499,'_sli_last_requested','1668113918'),(437710,12499,'_sli_likes_count','0'),(437709,12499,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843047909039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843047909039047-m.jpg\";}'),(437707,12499,'_sli_product_type',''),(437708,12499,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843047909039047-m.jpg'),(437703,12499,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437706,12499,'_sli_video_title',''),(437704,12499,'_sli_permalink','https://www.instagram.com/p/raqR7rvz6_/'),(437705,12499,'_sli_shortcode','raqR7rvz6_'),(437701,12499,'_sli_media_type','IMAGE'),(437702,12499,'_sli_media_url','https://lavendermatyoga.com?sli-img=raqR7rvz6_&size=l'),(437700,12499,'_sli_caption','Roscoe and Brad came to observe class tonight, of course @roscoe_thegreatdane was a rockstar and everyone loved his example of Presence! \n#yoga #yogiintuiton #beach #greatdane #hightide #yogainthefield #bridgepose'),(437698,12499,'_sli_media_username','lavendermatyoga'),(437699,12499,'_sli_timestamp','2014-08-08T00:06:40+0000'),(437697,12499,'_sli_media_id','17843047909039047'),(437696,12498,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437694,12498,'_sli_is_story',''),(437695,12498,'_sli_last_requested','1668113918'),(437693,12498,'_sli_children','a:0:{}'),(437691,12498,'_sli_comments_count','0'),(437692,12498,'_sli_comments','a:0:{}'),(437690,12498,'_sli_likes_count','0'),(437689,12498,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843050183039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843050183039047-m.jpg\";}'),(437685,12498,'_sli_shortcode','rnXAACPz6b'),(437686,12498,'_sli_video_title',''),(437687,12498,'_sli_product_type',''),(437688,12498,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843050183039047-m.jpg'),(437683,12498,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437684,12498,'_sli_permalink','https://www.instagram.com/p/rnXAACPz6b/'),(437681,12498,'_sli_media_type','IMAGE'),(437682,12498,'_sli_media_url','https://lavendermatyoga.com?sli-img=rnXAACPz6b&size=l'),(437678,12498,'_sli_media_username','lavendermatyoga'),(437679,12498,'_sli_timestamp','2014-08-12T22:28:20+0000'),(437680,12498,'_sli_caption','#regram #meditateeverydamnday #yogiintuition'),(437677,12498,'_sli_media_id','17843050183039047'),(437676,12497,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437674,12497,'_sli_is_story',''),(437675,12497,'_sli_last_requested','1668113917'),(437673,12497,'_sli_children','a:0:{}'),(437672,12497,'_sli_comments','a:0:{}'),(437671,12497,'_sli_comments_count','0'),(437670,12497,'_sli_likes_count','0'),(437668,12497,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843055835039047-m.jpg'),(437669,12497,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843055835039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843055835039047-m.jpg\";}'),(437666,12497,'_sli_video_title',''),(437667,12497,'_sli_product_type',''),(437665,12497,'_sli_shortcode','sQ2r31Pz-p'),(437664,12497,'_sli_permalink','https://www.instagram.com/p/sQ2r31Pz-p/'),(437655,12496,'_sli_last_requested','1668113917'),(437656,12496,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437657,12497,'_sli_media_id','17843055835039047'),(437658,12497,'_sli_media_username','lavendermatyoga'),(437659,12497,'_sli_timestamp','2014-08-29T01:14:04+0000'),(437660,12497,'_sli_caption','#yogiintuition'),(437661,12497,'_sli_media_type','IMAGE'),(437662,12497,'_sli_media_url','https://lavendermatyoga.com?sli-img=sQ2r31Pz-p&size=l'),(437663,12497,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437646,12496,'_sli_video_title',''),(437647,12496,'_sli_product_type',''),(437648,12496,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843059192039047-m.jpg'),(437654,12496,'_sli_is_story',''),(437653,12496,'_sli_children','a:0:{}'),(437652,12496,'_sli_comments','a:0:{}'),(437651,12496,'_sli_comments_count','0'),(437650,12496,'_sli_likes_count','0'),(437649,12496,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843059192039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843059192039047-m.jpg\";}'),(437645,12496,'_sli_shortcode','sqTjS3vz5C'),(437644,12496,'_sli_permalink','https://www.instagram.com/p/sqTjS3vz5C/'),(437642,12496,'_sli_media_url','https://lavendermatyoga.com?sli-img=sqTjS3vz5C&size=l'),(437643,12496,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437641,12496,'_sli_media_type','IMAGE'),(437640,12496,'_sli_caption','So close to reaching me head! Working with gravity does wonders for the advancement of your yoga asanas! #aerial #aerialyoga #charleston #love #teachertraining #unnata'),(437630,12495,'_sli_likes_count','0'),(437631,12495,'_sli_comments_count','0'),(437632,12495,'_sli_comments','a:0:{}'),(437633,12495,'_sli_children','a:0:{}'),(437634,12495,'_sli_is_story',''),(437635,12495,'_sli_last_requested','1668113917'),(437636,12495,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437637,12496,'_sli_media_id','17843059192039047'),(437638,12496,'_sli_media_username','lavendermatyoga'),(437639,12496,'_sli_timestamp','2014-09-07T22:27:18+0000'),(437629,12495,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843060860039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843060860039047-m.jpg\";}'),(437628,12495,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843060860039047-m.jpg'),(437627,12495,'_sli_product_type',''),(437625,12495,'_sli_shortcode','s2lSk3vz9X'),(437626,12495,'_sli_video_title',''),(437622,12495,'_sli_media_url','https://lavendermatyoga.com?sli-img=s2lSk3vz9X&size=l'),(437623,12495,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437624,12495,'_sli_permalink','https://www.instagram.com/p/s2lSk3vz9X/'),(437621,12495,'_sli_media_type','IMAGE'),(437618,12495,'_sli_media_username','lavendermatyoga'),(437619,12495,'_sli_timestamp','2014-09-12T16:53:12+0000'),(437620,12495,'_sli_caption','Thinking of my WINGS kids today! I have missed them while I\'ve been away training. \nMy heart aches when I think about the life some of these sweet kids live in the projects. \nJustin is on the orange mat experiencing his first Savasana , afterwards he sat up with a huge grin on his face and said \"Man that felt good!\" 😌 If you\'re reading this please say a prayer, thought, wish or give some positive energy to these sweet kids for me. I hope to make a difference in these kids lives and your positive love being sent in their direction can only help me! \n#love #yogiintuition #savasana #kidsyoga #adorable #heart #difference #smile #kids'),(437617,12495,'_sli_media_id','17843060860039047'),(437615,12494,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437614,12494,'_sli_last_requested','1668113916'),(437613,12494,'_sli_is_story',''),(437612,12494,'_sli_children','a:0:{}'),(437611,12494,'_sli_comments','a:0:{}'),(437610,12494,'_sli_comments_count','0'),(437609,12494,'_sli_likes_count','0'),(437604,12494,'_sli_shortcode','vOe1ZHPz1Z'),(437605,12494,'_sli_video_title',''),(437606,12494,'_sli_product_type',''),(437607,12494,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843082487039047-m.jpg'),(437608,12494,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843082487039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843082487039047-m.jpg\";}'),(437603,12494,'_sli_permalink','https://www.instagram.com/p/vOe1ZHPz1Z/'),(437602,12494,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437600,12494,'_sli_media_type','IMAGE'),(437601,12494,'_sli_media_url','https://lavendermatyoga.com?sli-img=vOe1ZHPz1Z&size=l'),(437599,12494,'_sli_caption','#beauty #love #yogiintuiton #life'),(437597,12494,'_sli_media_username','lavendermatyoga'),(437598,12494,'_sli_timestamp','2014-11-10T16:41:21+0000'),(437589,12493,'_sli_likes_count','0'),(437590,12493,'_sli_comments_count','0'),(437596,12494,'_sli_media_id','17843082487039047'),(437595,12493,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437594,12493,'_sli_last_requested','1668113916'),(437593,12493,'_sli_is_story',''),(437592,12493,'_sli_children','a:0:{}'),(437591,12493,'_sli_comments','a:0:{}'),(437585,12493,'_sli_video_title',''),(437586,12493,'_sli_product_type',''),(437587,12493,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843090899039047-m.jpg'),(437588,12493,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843090899039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843090899039047-m.jpg\";}'),(437584,12493,'_sli_shortcode','wM_nuxPz2X'),(437583,12493,'_sli_permalink','https://www.instagram.com/p/wM_nuxPz2X/'),(437582,12493,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437581,12493,'_sli_media_url','https://lavendermatyoga.com?sli-img=wM_nuxPz2X&size=l'),(437564,12492,'_sli_shortcode','yu-s2Zvz85'),(437565,12492,'_sli_video_title',''),(437566,12492,'_sli_product_type',''),(437567,12492,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843112151039047-m.jpg'),(437568,12492,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843112151039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843112151039047-m.jpg\";}'),(437569,12492,'_sli_likes_count','0'),(437570,12492,'_sli_comments_count','0'),(437571,12492,'_sli_comments','a:0:{}'),(437572,12492,'_sli_children','a:0:{}'),(437573,12492,'_sli_is_story',''),(437574,12492,'_sli_last_requested','1668113915'),(437575,12492,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437576,12493,'_sli_media_id','17843090899039047'),(437577,12493,'_sli_media_username','lavendermatyoga'),(437578,12493,'_sli_timestamp','2014-12-04T23:20:45+0000'),(437579,12493,'_sli_caption','What a wonderful field trip we had to the waterfront park today! #charlestonSC #wingskids #yogiintuition'),(437580,12493,'_sli_media_type','IMAGE'),(437563,12492,'_sli_permalink','https://www.instagram.com/p/yu-s2Zvz85/'),(437562,12492,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437560,12492,'_sli_media_type','IMAGE'),(437561,12492,'_sli_media_url','https://lavendermatyoga.com?sli-img=yu-s2Zvz85&size=l'),(437557,12492,'_sli_media_username','lavendermatyoga'),(437558,12492,'_sli_timestamp','2015-02-05T21:09:41+0000'),(437559,12492,'_sli_caption','Had a wonderful essential oils wine and cheese party last night! Thanks to everyone who came and made it such a fun time.'),(437555,12491,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437556,12492,'_sli_media_id','17843112151039047'),(437554,12491,'_sli_last_requested','1668113915'),(437553,12491,'_sli_is_story',''),(437552,12491,'_sli_children','a:0:{}'),(437548,12491,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843122978039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843122978039047-m.jpg\";}'),(437551,12491,'_sli_comments','a:0:{}'),(437550,12491,'_sli_comments_count','0'),(437549,12491,'_sli_likes_count','0'),(437545,12491,'_sli_video_title',''),(437546,12491,'_sli_product_type',''),(437547,12491,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843122978039047-m.jpg'),(437544,12491,'_sli_shortcode','0fheYPPzyv'),(437543,12491,'_sli_permalink','https://www.instagram.com/p/0fheYPPzyv/'),(437542,12491,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437541,12491,'_sli_media_url','https://lavendermatyoga.com?sli-img=0fheYPPzyv&size=l'),(437540,12491,'_sli_media_type','IMAGE'),(437524,12490,'_sli_shortcode','0qOUSsvzyP'),(437525,12490,'_sli_video_title',''),(437526,12490,'_sli_product_type',''),(437527,12490,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841894775039047-m.jpg'),(437520,12490,'_sli_media_type','IMAGE'),(437521,12490,'_sli_media_url','https://lavendermatyoga.com?sli-img=0qOUSsvzyP&size=l'),(437522,12490,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437539,12491,'_sli_caption','In love with my #consciousink temporary tattoo! I\'m way to indecisive to ever get a real one but For the time being I absolutely love being able to look down at my arm, take deep #breaths and #bepresent #manifest #intention #presence #acceptance #tattoo #yogi #yogiintuition #yogapants'),(437538,12491,'_sli_timestamp','2015-03-21T14:08:29+0000'),(437537,12491,'_sli_media_username','lavendermatyoga'),(437536,12491,'_sli_media_id','17843122978039047'),(437535,12490,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437534,12490,'_sli_last_requested','1668113914'),(437533,12490,'_sli_is_story',''),(437528,12490,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841894775039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841894775039047-m.jpg\";}'),(437529,12490,'_sli_likes_count','0'),(437530,12490,'_sli_comments_count','0'),(437531,12490,'_sli_comments','a:0:{}'),(437532,12490,'_sli_children','a:0:{}'),(437523,12490,'_sli_permalink','https://www.instagram.com/p/0qOUSsvzyP/'),(437516,12490,'_sli_media_id','17841894775039047'),(437517,12490,'_sli_media_username','lavendermatyoga'),(437518,12490,'_sli_timestamp','2015-03-25T17:52:43+0000'),(437519,12490,'_sli_caption','Sitting here reading the much anticipated @yoga_girl book is encouraging me to keep on keeping on and to pick up my pen again! I started writing an inspirational/self-help book but haven\'t focused on it at all lately..out of fear.  Fear of failing, rejection..what if it isn\'t any good? What if no one wants to read it? Thanks to @yoga_girl I feel empowered again! Yes I\'m writing a book for others , but I\'m really writing the book for myself and that is what #rachelbrathen has reminded me of. Thank you #yogagirlbook for brightening my day and motivating me to be myself and keep on shining ☀️☀️ Maybe one day I\'ll be taking a picture of my own book! \n#yogaeverydamnday #yogiintuition #yogi #strength #intention #intuition #inspiration #author'),(437514,12489,'_sli_last_requested','1668113914'),(437515,12489,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437512,12489,'_sli_children','a:0:{}'),(437513,12489,'_sli_is_story',''),(437511,12489,'_sli_comments','a:0:{}'),(437510,12489,'_sli_comments_count','0'),(437509,12489,'_sli_likes_count','0'),(437480,12488,'_sli_media_type','IMAGE'),(437481,12488,'_sli_media_url','https://lavendermatyoga.com?sli-img=1BcRFVvz_D&size=l'),(437508,12489,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841799504039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841799504039047-m.jpg\";}'),(437507,12489,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841799504039047-m.jpg'),(437503,12489,'_sli_permalink','https://www.instagram.com/p/0wHloPPz-8/'),(437504,12489,'_sli_shortcode','0wHloPPz-8'),(437505,12489,'_sli_video_title',''),(437506,12489,'_sli_product_type',''),(437500,12489,'_sli_media_type','IMAGE'),(437501,12489,'_sli_media_url','https://lavendermatyoga.com?sli-img=0wHloPPz-8&size=l'),(437502,12489,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437499,12489,'_sli_caption','What a wonderful day to be with friends and an amazing pup 😁😇 Rain or shine I\'m happy to have friends who make my day shiny and bright ☀️ #beach #sullivansislandbeach #yoga #yogi #greatdane #love #beautiful @alexuh Photo Credit: @montytotten'),(437495,12488,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437496,12489,'_sli_media_id','17841799504039047'),(437497,12489,'_sli_media_username','lavendermatyoga'),(437498,12489,'_sli_timestamp','2015-03-28T00:49:22+0000'),(437493,12488,'_sli_is_story',''),(437494,12488,'_sli_last_requested','1668113914'),(437491,12488,'_sli_comments','a:0:{}'),(437492,12488,'_sli_children','a:0:{}'),(437490,12488,'_sli_comments_count','0'),(437489,12488,'_sli_likes_count','0'),(437484,12488,'_sli_shortcode','1BcRFVvz_D'),(437485,12488,'_sli_video_title',''),(437486,12488,'_sli_product_type',''),(437487,12488,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841799507039047-m.jpg'),(254642,383,'_elementor_css','a:6:{s:4:\"time\";i:1661249343;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:\"\";}'),(437488,12488,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841799507039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841799507039047-m.jpg\";}'),(437483,12488,'_sli_permalink','https://www.instagram.com/p/1BcRFVvz_D/'),(245059,7570,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(437482,12488,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437479,12488,'_sli_caption','\"Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment\" -Buddha'),(437451,12486,'_sli_comments','a:0:{}'),(437452,12486,'_sli_children','a:0:{}'),(245058,7570,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:45:\"[_site_title] <wordpress@lavendermatyoga.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(437478,12488,'_sli_timestamp','2015-04-03T18:17:09+0000'),(437477,12488,'_sli_media_username','lavendermatyoga'),(437476,12488,'_sli_media_id','17841799507039047'),(437475,12487,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437471,12487,'_sli_comments','a:0:{}'),(437472,12487,'_sli_children','a:0:{}'),(437473,12487,'_sli_is_story',''),(437474,12487,'_sli_last_requested','1668113913'),(437469,12487,'_sli_likes_count','0'),(437470,12487,'_sli_comments_count','0'),(437468,12487,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841762163039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841762163039047-m.jpg\";}'),(437464,12487,'_sli_shortcode','1dWaP3vzzD'),(437465,12487,'_sli_video_title',''),(437466,12487,'_sli_product_type',''),(437467,12487,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841762163039047-m.jpg'),(437463,12487,'_sli_permalink','https://www.instagram.com/p/1dWaP3vzzD/'),(437453,12486,'_sli_is_story',''),(437454,12486,'_sli_last_requested','1668113913'),(437455,12486,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437456,12487,'_sli_media_id','17841762163039047'),(437457,12487,'_sli_media_username','lavendermatyoga'),(437458,12487,'_sli_timestamp','2015-04-14T14:24:42+0000'),(437459,12487,'_sli_caption','Just finished a photo shoot with Kate\'s Lens Photography! Had so much fun and can\'t wait to show you how the shots turned out!! #yogi #charlestonsc #photoshoot'),(437460,12487,'_sli_media_type','IMAGE'),(437461,12487,'_sli_media_url','https://lavendermatyoga.com?sli-img=1dWaP3vzzD&size=l'),(437462,12487,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437449,12486,'_sli_likes_count','0'),(437450,12486,'_sli_comments_count','0'),(437448,12486,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841572734039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841572734039047-m.jpg\";}'),(437447,12486,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841572734039047-m.jpg'),(437446,12486,'_sli_product_type',''),(437445,12486,'_sli_video_title',''),(437441,12486,'_sli_media_url','https://lavendermatyoga.com?sli-img=11jQpYvz3c&size=l'),(437442,12486,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437443,12486,'_sli_permalink','https://www.instagram.com/p/11jQpYvz3c/'),(437444,12486,'_sli_shortcode','11jQpYvz3c'),(437439,12486,'_sli_caption','What a gorgeous night for some beach yoga!! The #wildflowers by the path to the beach were full in bloom and our session ended with a breathtaking #lowcountry #sunset \nNext class is April 29th @ 9:00am! Contact me if you\'d like to join us 😍 #beachyoga #sullivansisland #beach #yogi #yogiintuition #charlestonsc'),(437440,12486,'_sli_media_type','IMAGE'),(437438,12486,'_sli_timestamp','2015-04-23T23:58:46+0000'),(437437,12486,'_sli_media_username','lavendermatyoga'),(437436,12486,'_sli_media_id','17841572734039047'),(437434,12485,'_sli_last_requested','1668113913'),(437435,12485,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437432,12485,'_sli_children','a:0:{}'),(437433,12485,'_sli_is_story',''),(437429,12485,'_sli_likes_count','0'),(437430,12485,'_sli_comments_count','0'),(437431,12485,'_sli_comments','a:0:{}'),(437423,12485,'_sli_permalink','https://www.instagram.com/p/2YhFjnvzwq/'),(437424,12485,'_sli_shortcode','2YhFjnvzwq'),(437425,12485,'_sli_video_title',''),(437426,12485,'_sli_product_type',''),(437427,12485,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841721414039047-m.jpg'),(437428,12485,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841721414039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841721414039047-m.jpg\";}'),(437422,12485,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437421,12485,'_sli_media_url','https://lavendermatyoga.com?sli-img=2YhFjnvzwq&size=l'),(437420,12485,'_sli_media_type','IMAGE'),(437419,12485,'_sli_caption','Sometimes you need a little #support. You may know everything that a person tells you when they are advising you but it\'s that comfort that stability that keeps you up right. Sometimes you need someone to be a #tree for you and to stand #strong so you can waiver. It does not mean you not #strong and #powerful. Sometimes we need a little #help from out #friends. Just like this #pose you can be #independently #dependent every now and then. It\'s okay to be #vulnerable.'),(437417,12485,'_sli_media_username','lavendermatyoga'),(437418,12485,'_sli_timestamp','2015-05-07T13:53:12+0000'),(437408,12484,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843130460039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843130460039047-m.jpg\";}'),(437416,12485,'_sli_media_id','17841721414039047'),(437415,12484,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437414,12484,'_sli_last_requested','1668113912'),(437413,12484,'_sli_is_story',''),(437412,12484,'_sli_children','a:0:{}'),(437411,12484,'_sli_comments','a:0:{}'),(437409,12484,'_sli_likes_count','0'),(437410,12484,'_sli_comments_count','0'),(437407,12484,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843130460039047-m.jpg'),(437406,12484,'_sli_product_type',''),(437405,12484,'_sli_video_title',''),(437403,12484,'_sli_permalink','https://www.instagram.com/p/2qxIgZPz-1/'),(437404,12484,'_sli_shortcode','2qxIgZPz-1'),(437401,12484,'_sli_media_url','https://lavendermatyoga.com?sli-img=2qxIgZPz-1&size=l'),(437402,12484,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437400,12484,'_sli_media_type','IMAGE'),(437389,12483,'_sli_likes_count','0'),(437390,12483,'_sli_comments_count','0'),(437391,12483,'_sli_comments','a:0:{}'),(437392,12483,'_sli_children','a:0:{}'),(437393,12483,'_sli_is_story',''),(437394,12483,'_sli_last_requested','1668113912'),(437395,12483,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437396,12484,'_sli_media_id','17843130460039047'),(437397,12484,'_sli_media_username','lavendermatyoga'),(437398,12484,'_sli_timestamp','2015-05-14T15:59:44+0000'),(437399,12484,'_sli_caption','Trust that gut reaction not the monkey mind not the fear response of shortened breathe and tightened muscles. Trust that feeling in your stomach that hits you fast and quick and there is no doubt. Have faith in yourself! #intuition #trustyourgut #soul #faith'),(437386,12483,'_sli_product_type',''),(437387,12483,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843131522039047-m.jpg'),(437388,12483,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843131522039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843131522039047-m.jpg\";}'),(437384,12483,'_sli_shortcode','3G_m01vz9w'),(437385,12483,'_sli_video_title',''),(437383,12483,'_sli_permalink','https://www.instagram.com/p/3G_m01vz9w/'),(437382,12483,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437381,12483,'_sli_media_url','https://lavendermatyoga.com?sli-img=3G_m01vz9w&size=l'),(437380,12483,'_sli_media_type','IMAGE'),(437369,12482,'_sli_likes_count','0'),(437370,12482,'_sli_comments_count','0'),(437371,12482,'_sli_comments','a:0:{}'),(437372,12482,'_sli_children','a:0:{}'),(437373,12482,'_sli_is_story',''),(437374,12482,'_sli_last_requested','1668113911'),(437375,12482,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437376,12483,'_sli_media_id','17843131522039047'),(437377,12483,'_sli_media_username','lavendermatyoga'),(437378,12483,'_sli_timestamp','2015-05-25T15:04:57+0000'),(437379,12483,'_sli_caption','It was time to upgrade! Essential oils can truly change your life! Don\'t miss my free class tomorrow! Essential Oils for Emotional Health. Sign up on Facebook! Fb page The Intuitive Yogi! Or contact me for details. #essentialoils \nAnd Yes that is a wine bottle...I\'m human! I love my oils but that doesn\'t mean I\'m perfect..😋😉 #charlestonsc #mtpleasant #freeoilclass #yogiintuition'),(437365,12482,'_sli_video_title',''),(437366,12482,'_sli_product_type',''),(437367,12482,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841683422039047-m.jpg'),(437368,12482,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841683422039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841683422039047-m.jpg\";}'),(437363,12482,'_sli_permalink','https://www.instagram.com/p/3SzGWMvz21/'),(437364,12482,'_sli_shortcode','3SzGWMvz21'),(437360,12482,'_sli_media_type','IMAGE'),(437361,12482,'_sli_media_url','https://lavendermatyoga.com?sli-img=3SzGWMvz21&size=l'),(437362,12482,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437358,12482,'_sli_timestamp','2015-05-30T05:06:32+0000'),(437359,12482,'_sli_caption','Goodness it\'s way past my bedtime! Make sure to get some rest tonight for beach yoga tomorrow morning!! 10:30am on Sullivan\'s Island :) Contact me for details 😁🐠🐚 #beachyoga #charlestonyoga #charlestonbeachyoga #yoga #beach #yogi #charlestonsc #sullivansisland\n\nPhoto credit: @katetimbers'),(437356,12482,'_sli_media_id','17841683422039047'),(437357,12482,'_sli_media_username','lavendermatyoga'),(437329,12480,'_sli_likes_count','0'),(437330,12480,'_sli_comments_count','0'),(437331,12480,'_sli_comments','a:0:{}'),(437332,12480,'_sli_children','a:0:{}'),(437333,12480,'_sli_is_story',''),(437334,12480,'_sli_last_requested','1668113911'),(437335,12480,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437336,12481,'_sli_media_id','17841540649039047'),(437337,12481,'_sli_media_username','lavendermatyoga'),(437338,12481,'_sli_timestamp','2015-05-31T23:09:36+0000'),(437339,12481,'_sli_caption','#wisewords #charlestonyoga #charlestonsc #yoga #yogi'),(437340,12481,'_sli_media_type','IMAGE'),(437341,12481,'_sli_media_url','https://lavendermatyoga.com?sli-img=3XT1x3Pzy5&size=l'),(437342,12481,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437343,12481,'_sli_permalink','https://www.instagram.com/p/3XT1x3Pzy5/'),(437344,12481,'_sli_shortcode','3XT1x3Pzy5'),(437345,12481,'_sli_video_title',''),(437346,12481,'_sli_product_type',''),(437347,12481,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841540649039047-m.jpg'),(437348,12481,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841540649039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841540649039047-m.jpg\";}'),(437349,12481,'_sli_likes_count','0'),(437350,12481,'_sli_comments_count','0'),(437351,12481,'_sli_comments','a:0:{}'),(437352,12481,'_sli_children','a:0:{}'),(437353,12481,'_sli_is_story',''),(437354,12481,'_sli_last_requested','1668113911'),(437355,12481,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437328,12480,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841540646039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841540646039047-m.jpg\";}'),(437326,12480,'_sli_product_type',''),(437327,12480,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841540646039047-m.jpg'),(437323,12480,'_sli_permalink','https://www.instagram.com/p/3885Z3vz3M/'),(437324,12480,'_sli_shortcode','3885Z3vz3M'),(437325,12480,'_sli_video_title',''),(437322,12480,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437321,12480,'_sli_media_url','https://lavendermatyoga.com?sli-img=3885Z3vz3M&size=l'),(437320,12480,'_sli_media_type','IMAGE'),(437319,12480,'_sli_caption','Jump in with both feet, in everything you do. #fly #inspiration #yogi #wisewords #quote #charlestonsc #mountpleasant'),(437318,12480,'_sli_timestamp','2015-06-15T14:00:15+0000'),(437317,12480,'_sli_media_username','lavendermatyoga'),(437315,12479,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437316,12480,'_sli_media_id','17841540646039047'),(437313,12479,'_sli_is_story',''),(437314,12479,'_sli_last_requested','1668113910'),(437312,12479,'_sli_children','a:0:{}'),(437311,12479,'_sli_comments','a:0:{}'),(437310,12479,'_sli_comments_count','0'),(437309,12479,'_sli_likes_count','0'),(437308,12479,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841877096039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841877096039047-m.jpg\";}'),(437303,12479,'_sli_permalink','https://www.instagram.com/p/4PgAg1vz-U/'),(437302,12479,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437306,12479,'_sli_product_type',''),(437307,12479,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841877096039047-m.jpg'),(437304,12479,'_sli_shortcode','4PgAg1vz-U'),(437305,12479,'_sli_video_title',''),(437299,12479,'_sli_caption','Yummy #summer #peaches #juicy #healthysnack'),(437300,12479,'_sli_media_type','IMAGE'),(437301,12479,'_sli_media_url','https://lavendermatyoga.com?sli-img=4PgAg1vz-U&size=l'),(437298,12479,'_sli_timestamp','2015-06-22T18:53:23+0000'),(437297,12479,'_sli_media_username','lavendermatyoga'),(437296,12479,'_sli_media_id','17841877096039047'),(437295,12478,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437294,12478,'_sli_last_requested','1668113910'),(437291,12478,'_sli_comments','a:0:{}'),(437292,12478,'_sli_children','a:0:{}'),(437293,12478,'_sli_is_story',''),(437290,12478,'_sli_comments_count','0'),(437289,12478,'_sli_likes_count','0'),(437288,12478,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841922324039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841922324039047-m.jpg\";}'),(437287,12478,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841922324039047-m.jpg'),(437286,12478,'_sli_product_type',''),(437284,12478,'_sli_shortcode','4UTj-zPz3h'),(437285,12478,'_sli_video_title',''),(437282,12478,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437283,12478,'_sli_permalink','https://www.instagram.com/p/4UTj-zPz3h/'),(437281,12478,'_sli_media_url','https://lavendermatyoga.com?sli-img=4UTj-zPz3h&size=l'),(437276,12478,'_sli_media_id','17841922324039047'),(437277,12478,'_sli_media_username','lavendermatyoga'),(437278,12478,'_sli_timestamp','2015-06-24T15:40:50+0000'),(437279,12478,'_sli_caption','#givewhatyouvegot #beyou #charlestonsc #wisewords #emotionalhealth #naturalhealthandwellness'),(437280,12478,'_sli_media_type','IMAGE'),(437271,12477,'_sli_comments','a:0:{}'),(437272,12477,'_sli_children','a:0:{}'),(437249,12476,'_sli_likes_count','0'),(437250,12476,'_sli_comments_count','0'),(437251,12476,'_sli_comments','a:0:{}'),(437252,12476,'_sli_children','a:0:{}'),(437253,12476,'_sli_is_story',''),(437254,12476,'_sli_last_requested','1668113909'),(437255,12476,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437256,12477,'_sli_media_id','17841973393039047'),(437257,12477,'_sli_media_username','lavendermatyoga'),(437258,12477,'_sli_timestamp','2015-07-04T12:21:47+0000'),(437259,12477,'_sli_caption','I have had the most wonderful few days in Charlotte, full of fun, family, and adventure!  I hope you all are having a wonderful Fourth of July weekend with your loved ones! 🇺🇸 #usnwc #charlottenc #fourthofjuly #yoga #family #love #adventure #grateful #gratefulheart'),(437260,12477,'_sli_media_type','IMAGE'),(437261,12477,'_sli_media_url','https://lavendermatyoga.com?sli-img=4tsux7vz3H&size=l'),(437262,12477,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437263,12477,'_sli_permalink','https://www.instagram.com/p/4tsux7vz3H/'),(437264,12477,'_sli_shortcode','4tsux7vz3H'),(437265,12477,'_sli_video_title',''),(437266,12477,'_sli_product_type',''),(437267,12477,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841973393039047-m.jpg'),(437268,12477,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841973393039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841973393039047-m.jpg\";}'),(437269,12477,'_sli_likes_count','0'),(437270,12477,'_sli_comments_count','0'),(437275,12477,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437274,12477,'_sli_last_requested','1668113909'),(437273,12477,'_sli_is_story',''),(437248,12476,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842007674039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842007674039047-m.jpg\";}'),(437247,12476,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842007674039047-m.jpg'),(437246,12476,'_sli_product_type',''),(437245,12476,'_sli_video_title',''),(437244,12476,'_sli_shortcode','4-DBuLvz-D'),(437243,12476,'_sli_permalink','https://www.instagram.com/p/4-DBuLvz-D/'),(437242,12476,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437241,12476,'_sli_media_url','https://lavendermatyoga.com?sli-img=4-DBuLvz-D&size=l'),(437240,12476,'_sli_media_type','IMAGE'),(437239,12476,'_sli_caption','\"When Dragonfly appears: This is a time when the magic and mystery of life is reawakening for you. It’s important now to recharge your psychic energy, which you can do so by regularly meditating. More than simply a change, you’re going through a major transformation, so enjoy the process!\" - Animal Spirit Guides\n\n#dragonfly #transformation #sign #guides #tinyguide #beautiful'),(437238,12476,'_sli_timestamp','2015-07-10T20:44:27+0000'),(437237,12476,'_sli_media_username','lavendermatyoga'),(437235,12475,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437236,12476,'_sli_media_id','17842007674039047'),(437234,12475,'_sli_last_requested','1668113909'),(437233,12475,'_sli_is_story',''),(437230,12475,'_sli_comments_count','0'),(437231,12475,'_sli_comments','a:0:{}'),(437232,12475,'_sli_children','a:0:{}'),(437229,12475,'_sli_likes_count','0'),(437227,12475,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842068934039047-m.jpg'),(437228,12475,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842068934039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842068934039047-m.jpg\";}'),(437226,12475,'_sli_product_type',''),(437213,12474,'_sli_is_story',''),(437214,12474,'_sli_last_requested','1668113908'),(437215,12474,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437216,12475,'_sli_media_id','17842068934039047'),(437217,12475,'_sli_media_username','lavendermatyoga'),(437218,12475,'_sli_timestamp','2015-07-23T16:11:26+0000'),(437219,12475,'_sli_caption','Don\'t forget, the past is the past, don\'t give it another second of your attention! You can\'t change the past. #wisewords #presence #strength'),(437220,12475,'_sli_media_type','IMAGE'),(437221,12475,'_sli_media_url','https://lavendermatyoga.com?sli-img=5fCHcVPz_H&size=l'),(437222,12475,'_sli_media_size','a:2:{s:5:\"width\";i:750;s:6:\"height\";i:750;}'),(437223,12475,'_sli_permalink','https://www.instagram.com/p/5fCHcVPz_H/'),(437224,12475,'_sli_shortcode','5fCHcVPz_H'),(437225,12475,'_sli_video_title',''),(437212,12474,'_sli_children','a:0:{}'),(437211,12474,'_sli_comments','a:0:{}'),(437210,12474,'_sli_comments_count','0'),(437209,12474,'_sli_likes_count','0'),(437208,12474,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842074031039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842074031039047-m.jpg\";}'),(437207,12474,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842074031039047-m.jpg'),(437203,12474,'_sli_permalink','https://www.instagram.com/p/5hll1kPz4s/'),(437204,12474,'_sli_shortcode','5hll1kPz4s'),(437205,12474,'_sli_video_title',''),(437206,12474,'_sli_product_type',''),(437202,12474,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437201,12474,'_sli_media_url','https://lavendermatyoga.com?sli-img=5hll1kPz4s&size=l'),(437200,12474,'_sli_media_type','IMAGE'),(437199,12474,'_sli_caption','Road trip essentials 😆 (see what I did there 😂) #essentialoils #roadtrip #charlotte'),(437198,12474,'_sli_timestamp','2015-07-24T15:59:54+0000'),(437197,12474,'_sli_media_username','lavendermatyoga'),(437196,12474,'_sli_media_id','17842074031039047'),(437194,12473,'_sli_last_requested','1668113908'),(437195,12473,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437188,12473,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842109707039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842109707039047-m.jpg\";}'),(437189,12473,'_sli_likes_count','0'),(437190,12473,'_sli_comments_count','0'),(437191,12473,'_sli_comments','a:0:{}'),(437192,12473,'_sli_children','a:0:{}'),(437193,12473,'_sli_is_story',''),(437187,12473,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842109707039047-m.jpg'),(437185,12473,'_sli_video_title',''),(437186,12473,'_sli_product_type',''),(437184,12473,'_sli_shortcode','50mBVfvzwn'),(437183,12473,'_sli_permalink','https://www.instagram.com/p/50mBVfvzwn/'),(437182,12473,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437181,12473,'_sli_media_url','https://lavendermatyoga.com?sli-img=50mBVfvzwn&size=l'),(437180,12473,'_sli_media_type','IMAGE'),(437179,12473,'_sli_caption','Thanks to the 22 amazing people who joined us tonight, 22 is a special number! It\'s an angel number reminding us to \"keep the faith\" When life puts a wave in front of you and you feel like you might drown just remember to breathe! \n#beachyoga #bluemoon #bluemoonbeachyoga #sullivansisland \nNumber 22 Meaning: \"The angels can see the positive results of your prayers, and they want you to have patience and stay optimistic while the final details are being worked out in Heaven. This is an urgent call from the angels to “keep the faith”!\" Happy Blue Moon everybody!'),(437178,12473,'_sli_timestamp','2015-08-01T01:09:14+0000'),(437176,12473,'_sli_media_id','17842109707039047'),(437177,12473,'_sli_media_username','lavendermatyoga'),(437174,12472,'_sli_last_requested','1668113907'),(437175,12472,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437173,12472,'_sli_is_story',''),(437172,12472,'_sli_children','a:0:{}'),(437171,12472,'_sli_comments','a:0:{}'),(437169,12472,'_sli_likes_count','0'),(437170,12472,'_sli_comments_count','0'),(437168,12472,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842166878039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842166878039047-m.jpg\";}'),(437167,12472,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842166878039047-m.jpg'),(437165,12472,'_sli_video_title',''),(437166,12472,'_sli_product_type',''),(437164,12472,'_sli_shortcode','6VdB-VPz74'),(437161,12472,'_sli_media_url','https://lavendermatyoga.com?sli-img=6VdB-VPz74&size=l'),(437162,12472,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437163,12472,'_sli_permalink','https://www.instagram.com/p/6VdB-VPz74/'),(437160,12472,'_sli_media_type','IMAGE'),(437158,12472,'_sli_timestamp','2015-08-13T19:25:36+0000'),(437159,12472,'_sli_caption','The \"Mommy please stop working and give me attention\" look... #cutie #love #greatdane #unconditionallove #photooftheday #puppy #sweetness #lover #bigbaby #adorable #preciouspup'),(437153,12471,'_sli_last_requested','1668113907'),(437154,12471,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437156,12472,'_sli_media_id','17842166878039047'),(437157,12472,'_sli_media_username','lavendermatyoga'),(437150,12471,'_sli_comments','a:0:{}'),(437151,12471,'_sli_children','a:0:{}'),(437152,12471,'_sli_is_story',''),(437148,12471,'_sli_likes_count','0'),(437149,12471,'_sli_comments_count','0'),(437144,12471,'_sli_video_title',''),(437145,12471,'_sli_product_type',''),(437146,12471,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842170526039047-m.jpg'),(437147,12471,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842170526039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842170526039047-m.jpg\";}'),(437143,12471,'_sli_shortcode','6XbMUSPz1S'),(437139,12471,'_sli_media_type','IMAGE'),(437140,12471,'_sli_media_url','https://lavendermatyoga.com?sli-img=6XbMUSPz1S&size=l'),(437141,12471,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(437142,12471,'_sli_permalink','https://www.instagram.com/p/6XbMUSPz1S/'),(437134,12470,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437135,12471,'_sli_media_id','17842170526039047'),(437136,12471,'_sli_media_username','lavendermatyoga'),(437137,12471,'_sli_timestamp','2015-08-14T13:48:01+0000'),(437138,12471,'_sli_caption','I\'ve been itching to get back out on the board! Who wants to play with me?\n\nI\'m currently saving away so that I can one day soon join @stoked_yogi for a SUP teacher training!  #dreams #supyoga #yoga #charlestonsc'),(437133,12470,'_sli_last_requested','1668113906'),(437132,12470,'_sli_is_story',''),(437131,12470,'_sli_children','a:0:{}'),(437130,12470,'_sli_comments','a:0:{}'),(437128,12470,'_sli_likes_count','0'),(437129,12470,'_sli_comments_count','0'),(437122,12470,'_sli_permalink','https://www.instagram.com/p/6qQsqnPz-i/'),(437123,12470,'_sli_shortcode','6qQsqnPz-i'),(437124,12470,'_sli_video_title',''),(437125,12470,'_sli_product_type',''),(437126,12470,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842210147039047-m.jpg'),(437127,12470,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842210147039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842210147039047-m.jpg\";}'),(437121,12470,'_sli_media_size','a:2:{s:5:\"width\";i:750;s:6:\"height\";i:750;}'),(437114,12469,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437115,12470,'_sli_media_id','17842210147039047'),(437116,12470,'_sli_media_username','lavendermatyoga'),(437117,12470,'_sli_timestamp','2015-08-21T21:21:53+0000'),(437118,12470,'_sli_caption',''),(437119,12470,'_sli_media_type','IMAGE'),(437120,12470,'_sli_media_url','https://lavendermatyoga.com?sli-img=6qQsqnPz-i&size=l'),(437113,12469,'_sli_last_requested','1668113906'),(437112,12469,'_sli_is_story',''),(437109,12469,'_sli_comments_count','0'),(437110,12469,'_sli_comments','a:0:{}'),(437111,12469,'_sli_children','a:0:{}'),(437108,12469,'_sli_likes_count','0'),(437102,12469,'_sli_permalink','https://www.instagram.com/p/68W-ovPz2L/'),(437103,12469,'_sli_shortcode','68W-ovPz2L'),(437104,12469,'_sli_video_title',''),(437105,12469,'_sli_product_type',''),(437106,12469,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843011660039047-m.jpg'),(437107,12469,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843011660039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843011660039047-m.jpg\";}'),(437101,12469,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437100,12469,'_sli_media_url','https://lavendermatyoga.com?sli-img=68W-ovPz2L&size=l'),(437099,12469,'_sli_media_type','IMAGE'),(437088,12468,'_sli_likes_count','0'),(437089,12468,'_sli_comments_count','0'),(437090,12468,'_sli_comments','a:0:{}'),(437091,12468,'_sli_children','a:0:{}'),(437092,12468,'_sli_is_story',''),(437093,12468,'_sli_last_requested','1668113906'),(437094,12468,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437095,12469,'_sli_media_id','17843011660039047'),(437096,12469,'_sli_media_username','lavendermatyoga'),(437097,12469,'_sli_timestamp','2015-08-28T22:03:06+0000'),(437098,12469,'_sli_caption','After months of writers block, I\'m back on it... For those of you who don\'t know, I\'m writing a book! No telling how long until it\'s actually a book , but it\'s not a race, it\'s a journey..and goodness is it beautiful! #typewriter #book #spiritual #selfhelp #writer'),(437087,12468,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843669158039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843669158039047-m.jpg\";}'),(437079,12468,'_sli_media_type','IMAGE'),(437080,12468,'_sli_media_url','https://lavendermatyoga.com?sli-img=7JptANvz8Y&size=l'),(437081,12468,'_sli_media_size','a:2:{s:5:\"width\";i:750;s:6:\"height\";i:750;}'),(437082,12468,'_sli_permalink','https://www.instagram.com/p/7JptANvz8Y/'),(437083,12468,'_sli_shortcode','7JptANvz8Y'),(437084,12468,'_sli_video_title',''),(437085,12468,'_sli_product_type',''),(437086,12468,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843669158039047-m.jpg'),(437078,12468,'_sli_caption','Everything will be okay. Don\'t fear. Take a deep breath in and as you exhale surrender. Surrender to what is. There is a great plan on store for you. #trust #faith #nofear #wisewords #theblackline #inspiration #instagood #love'),(437077,12468,'_sli_timestamp','2015-09-03T01:56:51+0000'),(437075,12468,'_sli_media_id','17843669158039047'),(437076,12468,'_sli_media_username','lavendermatyoga'),(437074,12467,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437062,12467,'_sli_permalink','https://www.instagram.com/p/7ZS-O-Pzzy/'),(437063,12467,'_sli_shortcode','7ZS-O-Pzzy'),(437064,12467,'_sli_video_title',''),(437065,12467,'_sli_product_type',''),(437066,12467,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843777068039047-m.jpg'),(437067,12467,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843777068039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843777068039047-m.jpg\";}'),(437068,12467,'_sli_likes_count','0'),(437069,12467,'_sli_comments_count','0'),(437070,12467,'_sli_comments','a:0:{}'),(437071,12467,'_sli_children','a:0:{}'),(437072,12467,'_sli_is_story',''),(437073,12467,'_sli_last_requested','1668113905'),(437061,12467,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(437060,12467,'_sli_media_url','https://lavendermatyoga.com?sli-img=7ZS-O-Pzzy&size=l'),(437059,12467,'_sli_media_type','IMAGE'),(437058,12467,'_sli_caption','Made a new addition to my collection today! Soft pink opal :) \"Pink Opal is a stone of peace and tranquility for the aura.\nIt is especially noted for its energies in healing emotions.\n\nSleeping with pink opal or holding it while in meditation helps to bring compassion and a gentle resolution of painful memories. Pink Opal is a Heart Chakra stone.\n\nThe opal is said to be many things including the most powerful of healing stones, the stone of hope, the stone of great achievement and even the \"stone of the Gods\". Ancient Romans associated opal with hope and good luck.\n\nIt is said to be the stone of love, but only to faithful lovers.\"\n-crystal-cure.com\n\n#crystalhealing #pinkopal #jewelry #crystal'),(437056,12467,'_sli_media_username','lavendermatyoga'),(437057,12467,'_sli_timestamp','2015-09-09T03:46:04+0000'),(437055,12467,'_sli_media_id','17843777068039047'),(437054,12466,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437045,12466,'_sli_product_type',''),(437046,12466,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843779207039047-m.jpg'),(437047,12466,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843779207039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843779207039047-m.jpg\";}'),(437048,12466,'_sli_likes_count','0'),(437049,12466,'_sli_comments_count','0'),(437050,12466,'_sli_comments','a:0:{}'),(437051,12466,'_sli_children','a:0:{}'),(437052,12466,'_sli_is_story',''),(437053,12466,'_sli_last_requested','1668113905'),(437043,12466,'_sli_shortcode','7abSAKPz_9'),(437044,12466,'_sli_video_title',''),(437042,12466,'_sli_permalink','https://www.instagram.com/p/7abSAKPz_9/'),(437041,12466,'_sli_media_size','a:2:{s:5:\"width\";i:960;s:6:\"height\";i:960;}'),(437040,12466,'_sli_media_url','https://lavendermatyoga.com?sli-img=7abSAKPz_9&size=l'),(437039,12466,'_sli_media_type','IMAGE'),(437037,12466,'_sli_timestamp','2015-09-09T14:17:55+0000'),(437038,12466,'_sli_caption','I\'ve officially be a \"traitor\" for a month now! 😝 \nI\'ve been exclusively giving #Pilates a go... Ssshh don\'t tell yoga 😂\n\nI needed something that was strictly fitness and strictly for me. With Pilates I\'m not constantly thinking \"ooo I should add this in my class\" so it truly allows me to get out of my mind. Second my intention with Pilates is to help myself achieve a balanced body. Although Yoga can be used as fitness I solely use Yoga practice as a unity of my body mind and soul and never focus primarily on my body. \nPlus a good teacher doesn\'t limit herself right 😉 \n#balancedbody #fitness'),(437036,12466,'_sli_media_username','lavendermatyoga'),(437035,12466,'_sli_media_id','17843779207039047'),(437033,12465,'_sli_last_requested','1668113904'),(437034,12465,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437032,12465,'_sli_is_story',''),(437028,12465,'_sli_likes_count','0'),(437029,12465,'_sli_comments_count','0'),(437030,12465,'_sli_comments','a:0:{}'),(437031,12465,'_sli_children','a:0:{}'),(437027,12465,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843786659039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843786659039047-m.jpg\";}'),(437024,12465,'_sli_video_title',''),(437025,12465,'_sli_product_type',''),(437026,12465,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843786659039047-m.jpg'),(437022,12465,'_sli_permalink','https://www.instagram.com/p/7d1AQ_Pzyp/'),(437023,12465,'_sli_shortcode','7d1AQ_Pzyp'),(437021,12465,'_sli_media_size','a:2:{s:5:\"width\";i:750;s:6:\"height\";i:750;}'),(437020,12465,'_sli_media_url','https://lavendermatyoga.com?sli-img=7d1AQ_Pzyp&size=l'),(437019,12465,'_sli_media_type','IMAGE'),(437018,12465,'_sli_caption','Essential Yoga by the Sea! To keep up to date with group events visit madisonrosenebrger.com and visit the \"Events\" tab! 😁\n\n#essentialyoga #essentialoils  #yoga #beachyoga #charlestonsc #sullviansisland'),(437014,12464,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(437015,12465,'_sli_media_id','17843786659039047'),(437016,12465,'_sli_media_username','lavendermatyoga'),(437017,12465,'_sli_timestamp','2015-09-10T22:00:24+0000'),(437007,12464,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843839465039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843839465039047-m.jpg\";}'),(437011,12464,'_sli_children','a:0:{}'),(437012,12464,'_sli_is_story',''),(437013,12464,'_sli_last_requested','1668113904'),(437008,12464,'_sli_likes_count','0'),(437009,12464,'_sli_comments_count','0'),(437010,12464,'_sli_comments','a:0:{}'),(437006,12464,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843839465039047-m.jpg'),(437005,12464,'_sli_product_type',''),(437004,12464,'_sli_video_title',''),(437003,12464,'_sli_shortcode','7nwruTvzxy'),(437002,12464,'_sli_permalink','https://www.instagram.com/p/7nwruTvzxy/'),(437001,12464,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436999,12464,'_sli_media_type','IMAGE'),(437000,12464,'_sli_media_url','https://lavendermatyoga.com?sli-img=7nwruTvzxy&size=l'),(436998,12464,'_sli_caption','How #stunning is this guy?!? #Dragonflys are a huge sign of #transformation and major life change. They are considered a #symbol of #prosperity and good #luck and a reminder to stop being so analytical, use your #intuition and feel your emotions! \nPoor little guy was on his last breath when I found him and died in my hands but sent me a beautiful message! Thank you Mr. Dragonfly! 🍃'),(436995,12464,'_sli_media_id','17843839465039047'),(436996,12464,'_sli_media_username','lavendermatyoga'),(436997,12464,'_sli_timestamp','2015-09-14T18:35:03+0000'),(436993,12463,'_sli_last_requested','1668113904'),(436994,12463,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436988,12463,'_sli_likes_count','0'),(436989,12463,'_sli_comments_count','0'),(436990,12463,'_sli_comments','a:0:{}'),(436991,12463,'_sli_children','a:0:{}'),(436992,12463,'_sli_is_story',''),(436987,12463,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843851063039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843851063039047-m.jpg\";}'),(436986,12463,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843851063039047-m.jpg'),(436976,12463,'_sli_media_username','lavendermatyoga'),(436977,12463,'_sli_timestamp','2015-09-15T14:58:56+0000'),(436978,12463,'_sli_caption','What an exciting outcome to my spread this morning!! The Sun card and the Four of Wands together symbolize celebration, completion, assurance, enlightenment, basically just pure MAGIC .... #tarot #wildunknowntarot #sun #celebration #newlife #excitement #channeler #spiritguide #instagood #inspiration #modernmystic #magic #mystical #metaphysical #sun #fourofwands #buddha #quartz #crystal #healingcrystal'),(436985,12463,'_sli_product_type',''),(436984,12463,'_sli_video_title',''),(436983,12463,'_sli_shortcode','7p8vs9Pz6D'),(436981,12463,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436982,12463,'_sli_permalink','https://www.instagram.com/p/7p8vs9Pz6D/'),(436980,12463,'_sli_media_url','https://lavendermatyoga.com?sli-img=7p8vs9Pz6D&size=l'),(436979,12463,'_sli_media_type','IMAGE'),(436953,12461,'_sli_last_requested','1668113903'),(436954,12461,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436955,12462,'_sli_media_id','17843898736039047'),(436956,12462,'_sli_media_username','lavendermatyoga'),(436957,12462,'_sli_timestamp','2015-09-19T13:21:32+0000'),(436958,12462,'_sli_caption','In honor of my yoga workshop this weekend I dug up a little #tbt (yes ik it\'s really Sat) of me and my main man playin around with our down dogs 😂😇🐶. #yoga #greatdane #love #photooftheday #instagood'),(436975,12463,'_sli_media_id','17843851063039047'),(436974,12462,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436968,12462,'_sli_likes_count','0'),(436969,12462,'_sli_comments_count','0'),(436970,12462,'_sli_comments','a:0:{}'),(436971,12462,'_sli_children','a:0:{}'),(436972,12462,'_sli_is_story',''),(436973,12462,'_sli_last_requested','1668113903'),(436967,12462,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843898736039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843898736039047-m.jpg\";}'),(436966,12462,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843898736039047-m.jpg'),(436961,12462,'_sli_media_size','a:2:{s:5:\"width\";i:697;s:6:\"height\";i:697;}'),(436962,12462,'_sli_permalink','https://www.instagram.com/p/70ExxTvz8H/'),(436965,12462,'_sli_product_type',''),(436964,12462,'_sli_video_title',''),(436963,12462,'_sli_shortcode','70ExxTvz8H'),(436960,12462,'_sli_media_url','https://lavendermatyoga.com?sli-img=70ExxTvz8H&size=l'),(436948,12461,'_sli_likes_count','0'),(436949,12461,'_sli_comments_count','0'),(436950,12461,'_sli_comments','a:0:{}'),(436951,12461,'_sli_children','a:0:{}'),(436952,12461,'_sli_is_story',''),(436947,12461,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843916292039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843916292039047-m.jpg\";}'),(436946,12461,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843916292039047-m.jpg'),(436959,12462,'_sli_media_type','IMAGE'),(436944,12461,'_sli_video_title',''),(436941,12461,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436942,12461,'_sli_permalink','https://www.instagram.com/p/72wynkPz8O/'),(436945,12461,'_sli_product_type',''),(436943,12461,'_sli_shortcode','72wynkPz8O'),(436939,12461,'_sli_media_type','IMAGE'),(436940,12461,'_sli_media_url','https://lavendermatyoga.com?sli-img=72wynkPz8O&size=l'),(436938,12461,'_sli_caption','It\'s all about #gratitude people. Share with me what are 5 things you are grateful for?! Here\'s my list today:\n1⃣ My body\n2⃣ My family\n3⃣ The sunshine\n4⃣ My spirit guide\n5⃣ Chocolate! 😆\n\nWhat a beautiful message from Holy Cow studio @holycowyogacenter  Last day of Gentle Yoga Teacher Training and 12 hours ✔️closer to being 500hr RYT 😝💗 #gratitude #photooftheday #practice #yoga #charlestonsc #tell #sharegoodness #holycow #yogi #yogaeverydamnday'),(436937,12461,'_sli_timestamp','2015-09-20T14:24:36+0000'),(436935,12461,'_sli_media_id','17843916292039047'),(436936,12461,'_sli_media_username','lavendermatyoga'),(436934,12460,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436933,12460,'_sli_last_requested','1668113902'),(436919,12460,'_sli_media_type','IMAGE'),(436920,12460,'_sli_media_url','https://lavendermatyoga.com?sli-img=78BEp_vz42&size=l'),(436921,12460,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436922,12460,'_sli_permalink','https://www.instagram.com/p/78BEp_vz42/'),(436923,12460,'_sli_shortcode','78BEp_vz42'),(436924,12460,'_sli_video_title',''),(436925,12460,'_sli_product_type',''),(436926,12460,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843945278039047-m.jpg'),(436927,12460,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843945278039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843945278039047-m.jpg\";}'),(436928,12460,'_sli_likes_count','0'),(436929,12460,'_sli_comments_count','0'),(436930,12460,'_sli_comments','a:0:{}'),(436931,12460,'_sli_children','a:0:{}'),(436932,12460,'_sli_is_story',''),(436918,12460,'_sli_caption','Good afternoon! Ive been incredibly hesitant to share my channeling with you all, out of fear. Today my guides are being incredibly persistent in prompting me to share this gift with you. So here it goes! \nI have started a new practice with my @innerhue deck, at the beginning of the week I draw a card, frame it and allow it\'s intuitive goodness to soak into my atmosphere, every morning I look at the reminder and message. This morning the guides want you to know that all is well. They asked me to share with you that many endings may be occurring right now, and that\'s okay, let it go. Let go of control, you cannot hold on, you cannot cling any longer. These endings may be sad or heavy but they are for the best. As the saying goes, when one door closes another one opens. They assure you that the doors opening are bringing with them glorious life changing magic. All you need to do is let go of the end with grace and welcome the new with open arms. \nHave a splendid day everyone! \n#channeler #channeledmessages #buddhahead #sandalwood #doterra #essentialoil #endings #whenonedoorclosesanotheroneopens #quartzcluster #quartzprism #quartz #quartzcrystal #connectedandfree #innerhue #oracle #oraclecard #divination'),(436917,12460,'_sli_timestamp','2015-09-22T15:23:05+0000'),(436916,12460,'_sli_media_username','lavendermatyoga'),(436914,12459,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436915,12460,'_sli_media_id','17843945278039047'),(436903,12459,'_sli_shortcode','78n10hvz-7'),(436904,12459,'_sli_video_title',''),(436905,12459,'_sli_product_type',''),(436906,12459,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843950495039047-m.jpg'),(436907,12459,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843950495039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843950495039047-m.jpg\";}'),(436908,12459,'_sli_likes_count','0'),(436909,12459,'_sli_comments_count','0'),(436910,12459,'_sli_comments','a:0:{}'),(436911,12459,'_sli_children','a:0:{}'),(436912,12459,'_sli_is_story',''),(436913,12459,'_sli_last_requested','1668113902'),(436902,12459,'_sli_permalink','https://www.instagram.com/p/78n10hvz-7/'),(436875,12458,'_sli_last_requested','1668112829'),(436876,12458,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436895,12459,'_sli_media_id','17843950495039047'),(436896,12459,'_sli_media_username','lavendermatyoga'),(436897,12459,'_sli_timestamp','2015-09-22T21:01:50+0000'),(436898,12459,'_sli_caption','Had the most inspiring client this afternoon! While doing a reading I pulled out this gorgeous card and her eyes lit up, I was a tad confused until she reached up on her desk to show me a picture she had taken of a flower in her garden literally the day prior! \nSuch beautiful synchronicity and confirmation. This reading was jam packed with delightful ah ha moments and inspiring info! Love leaving a private session feeling high from all the good vibrations! \n#goodvibrations  #motivation @innerhue #connectedandfree #oracle #oraclecards @colour_cult #inspiration #syncronicity #confirmation #magic #flowertherapy'),(436901,12459,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436899,12459,'_sli_media_type','IMAGE'),(436900,12459,'_sli_media_url','https://lavendermatyoga.com?sli-img=78n10hvz-7&size=l'),(436872,12458,'_sli_comments','a:0:{}'),(436873,12458,'_sli_children','a:0:{}'),(436874,12458,'_sli_is_story',''),(436864,12458,'_sli_permalink','https://www.instagram.com/p/BChB0EMvz4E/'),(436865,12458,'_sli_shortcode','BChB0EMvz4E'),(436866,12458,'_sli_video_title',''),(436867,12458,'_sli_product_type',''),(436868,12458,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845547671077060-m.jpg'),(436869,12458,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845547671077060-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845547671077060-m.jpg\";}'),(436870,12458,'_sli_likes_count','0'),(436871,12458,'_sli_comments_count','0'),(436855,12457,'_sli_last_requested','1668112829'),(436856,12457,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436857,12458,'_sli_media_id','17845547671077060'),(436858,12458,'_sli_media_username','lavendermatyoga'),(436859,12458,'_sli_timestamp','2016-03-04T03:29:49+0000'),(436860,12458,'_sli_caption','I\'ve been a missing in action on my Instagram game the past couple days because I\'m on vacation ova here! So you will not be hearing from me via email but luckily my job so perfectly coincides with what I love of life that my travel necessities are completely relevant\n✔️Essential Oils, Intuitive blend made be me ✨\n✔️Journal\n✔Rutilated Quartz from @innerhue 🙌🏻\n✔️Animal Kin Oracle by @thefifthelementlife 🦁🙈🐳\n#meditationeverydamnday #spiritualselfcare #essentialoils #spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #entrepreneur #selfcareasaspiritualact'),(436863,12458,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436861,12458,'_sli_media_type','IMAGE'),(436862,12458,'_sli_media_url','https://lavendermatyoga.com?sli-img=BChB0EMvz4E&size=l'),(436853,12457,'_sli_children','a:0:{}'),(436854,12457,'_sli_is_story',''),(436852,12457,'_sli_comments','a:0:{}'),(436850,12457,'_sli_likes_count','0'),(436851,12457,'_sli_comments_count','0'),(436849,12457,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844879829091656-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844879829091656-m.jpg\";}'),(436843,12457,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436844,12457,'_sli_permalink','https://www.instagram.com/p/BCjDuDcPz01/'),(436845,12457,'_sli_shortcode','BCjDuDcPz01'),(436846,12457,'_sli_video_title',''),(436847,12457,'_sli_product_type',''),(436848,12457,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844879829091656-m.jpg'),(436842,12457,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCjDuDcPz01&size=l'),(436841,12457,'_sli_media_type','IMAGE'),(436840,12457,'_sli_caption','Who has seen A Fairy Tale? It was one of my favorite movies growing up\n\nIt tells the true story of two little girls in 1917 who find the Cottingley Fairies\n\nThis little beauty reminds me of that movie\nWho wants to run away with me to this fairy garden? 🍃🌷🌻🌾🍄'),(436839,12457,'_sli_timestamp','2016-03-04T22:24:57+0000'),(436837,12457,'_sli_media_id','17844879829091656'),(436838,12457,'_sli_media_username','lavendermatyoga'),(436836,12456,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436835,12456,'_sli_last_requested','1668112828'),(436833,12456,'_sli_children','a:0:{}'),(436834,12456,'_sli_is_story',''),(436831,12456,'_sli_comments_count','0'),(436832,12456,'_sli_comments','a:0:{}'),(436830,12456,'_sli_likes_count','0'),(436829,12456,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847940945070029-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847940945070029-m.jpg\";}'),(436827,12456,'_sli_product_type',''),(436828,12456,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847940945070029-m.jpg'),(436826,12456,'_sli_video_title',''),(436825,12456,'_sli_shortcode','BCp-_xfPz7Z'),(436824,12456,'_sli_permalink','https://www.instagram.com/p/BCp-_xfPz7Z/'),(436821,12456,'_sli_media_type','IMAGE'),(436822,12456,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCp-_xfPz7Z&size=l'),(436823,12456,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436820,12456,'_sli_caption','In love 😍 with this shot posted by @thebergerlar\nWhat a wonderful way to be present when with friends! I think this should be a universal rule when out 🙌🏻'),(436819,12456,'_sli_timestamp','2016-03-07T14:58:22+0000'),(432676,12360,'_sli_likes_count','0'),(432677,12360,'_sli_comments_count','0'),(436818,12456,'_sli_media_username','lavendermatyoga'),(436814,12455,'_sli_is_story',''),(436815,12455,'_sli_last_requested','1668112828'),(436816,12455,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436817,12456,'_sli_media_id','17847940945070029'),(436811,12455,'_sli_comments_count','0'),(436812,12455,'_sli_comments','a:0:{}'),(436813,12455,'_sli_children','a:0:{}'),(436810,12455,'_sli_likes_count','0'),(436809,12455,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848226674064653-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848226674064653-m.jpg\";}'),(436803,12455,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436804,12455,'_sli_permalink','https://www.instagram.com/p/BCvQrUlvz2Z/'),(436805,12455,'_sli_shortcode','BCvQrUlvz2Z'),(436806,12455,'_sli_video_title',''),(436807,12455,'_sli_product_type',''),(436808,12455,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848226674064653-m.jpg'),(436802,12455,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCvQrUlvz2Z&size=l'),(436801,12455,'_sli_media_type','IMAGE'),(432679,12360,'_sli_children','a:0:{}'),(432680,12360,'_sli_is_story',''),(436800,12455,'_sli_caption','The solar eclipse has left me feeling anxious and spun out!\nI needed this reminded to just pause, breathe, be, slow down, wait just a little bit longer. New beginnings are coming 💗\n\n#connectedandfreeoracle by @innerhue \n#spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #entrepreneur'),(436799,12455,'_sli_timestamp','2016-03-09T16:09:04+0000'),(436797,12455,'_sli_media_id','17848226674064653'),(436798,12455,'_sli_media_username','lavendermatyoga'),(436795,12454,'_sli_last_requested','1668112828'),(436796,12454,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436794,12454,'_sli_is_story',''),(436789,12454,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854678786026462-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854678786026462-m.jpg\";}'),(436790,12454,'_sli_likes_count','0'),(436791,12454,'_sli_comments_count','0'),(436792,12454,'_sli_comments','a:0:{}'),(436793,12454,'_sli_children','a:0:{}'),(436788,12454,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854678786026462-m.jpg'),(436787,12454,'_sli_product_type',''),(436785,12454,'_sli_shortcode','BCx-X3wPz3P'),(436786,12454,'_sli_video_title',''),(436784,12454,'_sli_permalink','https://www.instagram.com/p/BCx-X3wPz3P/'),(436783,12454,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436782,12454,'_sli_media_url','https://lavendermatyoga.com?sli-img=BCx-X3wPz3P&size=l'),(436781,12454,'_sli_media_type','IMAGE'),(436780,12454,'_sli_caption','Remember that practice does not make perfect\nPractice makes progress 💗\nHollow back practice 🙏🏻 #spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #entrepreneur'),(436777,12454,'_sli_media_id','17854678786026462'),(436778,12454,'_sli_media_username','lavendermatyoga'),(436779,12454,'_sli_timestamp','2016-03-10T17:26:51+0000'),(436776,12453,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436774,12453,'_sli_is_story',''),(436775,12453,'_sli_last_requested','1668112827'),(436768,12453,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845450885084730-m.jpg'),(436773,12453,'_sli_children','a:0:{}'),(436772,12453,'_sli_comments','a:0:{}'),(436769,12453,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845450885084730-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845450885084730-m.jpg\";}'),(436770,12453,'_sli_likes_count','0'),(436767,12453,'_sli_product_type',''),(436766,12453,'_sli_video_title',''),(436765,12453,'_sli_shortcode','BC54AEiPz0e'),(436764,12453,'_sli_permalink','https://www.instagram.com/p/BC54AEiPz0e/'),(436763,12453,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436761,12453,'_sli_media_type','IMAGE'),(436762,12453,'_sli_media_url','https://lavendermatyoga.com?sli-img=BC54AEiPz0e&size=l'),(436760,12453,'_sli_caption','I finished my final mandatory advanced yoga module this weekend\nI am officially just a handful of elective hours away from being a 500 RYT 😁✨\nIt\'s amazing how bright life is when you love what you do 🙌🏻💋💕\n#spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #entrepreneur 📷 via @overthemoonmag'),(436759,12453,'_sli_timestamp','2016-03-13T19:05:05+0000'),(436758,12453,'_sli_media_username','lavendermatyoga'),(436757,12453,'_sli_media_id','17845450885084730'),(436751,12452,'_sli_comments_count','0'),(436752,12452,'_sli_comments','a:0:{}'),(436753,12452,'_sli_children','a:0:{}'),(436754,12452,'_sli_is_story',''),(436755,12452,'_sli_last_requested','1668112827'),(436756,12452,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436750,12452,'_sli_likes_count','0'),(436749,12452,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845469851108584-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845469851108584-m.jpg\";}'),(436748,12452,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845469851108584-m.jpg'),(436735,12451,'_sli_last_requested','1668112826'),(436736,12451,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436737,12452,'_sli_media_id','17845469851108584'),(436738,12452,'_sli_media_username','lavendermatyoga'),(436746,12452,'_sli_video_title',''),(436747,12452,'_sli_product_type',''),(436745,12452,'_sli_shortcode','BC6UisrPz4Q'),(436744,12452,'_sli_permalink','https://www.instagram.com/p/BC6UisrPz4Q/'),(436743,12452,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436742,12452,'_sli_media_url','https://lavendermatyoga.com?sli-img=BC6UisrPz4Q&size=l'),(436741,12452,'_sli_media_type','IMAGE'),(436739,12452,'_sli_timestamp','2016-03-13T23:14:29+0000'),(436740,12452,'_sli_caption','FREE YOGA for all my CHARLESTON peeps tomorrow at 6:00pm\n\nI have partnered with Blue Cross Blue Shield of Mt.Pleasant Towne Center to offer free yoga to the public twice a month\n\nDM me for details 🙌🏻✨😘\n\n#charlestonsc #mtpleasantsc #mtpleasanttownecenter'),(436732,12451,'_sli_comments','a:0:{}'),(436733,12451,'_sli_children','a:0:{}'),(436734,12451,'_sli_is_story',''),(436731,12451,'_sli_comments_count','0'),(436730,12451,'_sli_likes_count','0'),(436729,12451,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848954558065897-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848954558065897-m.jpg\";}'),(436724,12451,'_sli_permalink','https://www.instagram.com/p/BDMeQbXvz3z/'),(436725,12451,'_sli_shortcode','BDMeQbXvz3z'),(436726,12451,'_sli_video_title',''),(436727,12451,'_sli_product_type',''),(436728,12451,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848954558065897-m.jpg'),(436723,12451,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436722,12451,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDMeQbXvz3z&size=l'),(436721,12451,'_sli_media_type','IMAGE'),(436715,12450,'_sli_last_requested','1668112826'),(436716,12450,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436717,12451,'_sli_media_id','17848954558065897'),(436718,12451,'_sli_media_username','lavendermatyoga'),(436719,12451,'_sli_timestamp','2016-03-21T00:25:42+0000'),(436720,12451,'_sli_caption','It was gonna be a badass photo...and then the raincoat fell over my head.. 🙃\n\nTHIS WEEKS YOGA CLASS LINE UP:\nMonday - Blue Cross Blue Shield Mt.Pleasant Towne Center - 6:00pm - FREE\nTuesday - Beach Yoga Sullivan\'s Island - 6:00pm - $10\nWednesday - Aerial Yoga - 6:00pm - $25\n\nDM me to sign up, for directions, or details! 🙏🏻 #charlestonsc #aerialfit #sullivansisland #beach #beachyoga #freeyoga #mtpleasantsc'),(436713,12450,'_sli_children','a:0:{}'),(436714,12450,'_sli_is_story',''),(436712,12450,'_sli_comments','a:0:{}'),(436703,12450,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436704,12450,'_sli_permalink','https://www.instagram.com/p/BDQglQyvzwh/'),(436705,12450,'_sli_shortcode','BDQglQyvzwh'),(436706,12450,'_sli_video_title',''),(436707,12450,'_sli_product_type',''),(436708,12450,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845868191098267-m.jpg'),(436709,12450,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845868191098267-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845868191098267-m.jpg\";}'),(436710,12450,'_sli_likes_count','0'),(436711,12450,'_sli_comments_count','0'),(436701,12450,'_sli_media_type','IMAGE'),(436702,12450,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDQglQyvzwh&size=l'),(436698,12450,'_sli_media_username','lavendermatyoga'),(436699,12450,'_sli_timestamp','2016-03-22T14:02:59+0000'),(436700,12450,'_sli_caption','CHARLESTON BEACH YOGA IS BACK IN SESSION!\nWith spring comes the first sandy toes class of the year 🙌🏻💗💐 Class is on Sullivan\'s Island Beach, Station 13 across from Fort Moultrie at 6:00pm\n\nPlease visit www.meetup.com/madisonrosenberger for details or to sign up!\n#beachyoga #sullivansisland #charlestonsc #charleston #fortmoultrie #sand #sea #ocean #mermaid #sunset'),(436697,12450,'_sli_media_id','17845868191098267'),(436696,12449,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436695,12449,'_sli_last_requested','1668112826'),(436694,12449,'_sli_is_story',''),(436681,12449,'_sli_media_type','IMAGE'),(436682,12449,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDRjhVRvz9U&size=l'),(436683,12449,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436684,12449,'_sli_permalink','https://www.instagram.com/p/BDRjhVRvz9U/'),(436685,12449,'_sli_shortcode','BDRjhVRvz9U'),(436686,12449,'_sli_video_title',''),(436687,12449,'_sli_product_type',''),(436688,12449,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845914244086234-m.jpg'),(436689,12449,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845914244086234-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845914244086234-m.jpg\";}'),(436690,12449,'_sli_likes_count','0'),(436691,12449,'_sli_comments_count','0'),(436692,12449,'_sli_comments','a:0:{}'),(436693,12449,'_sli_children','a:0:{}'),(436677,12449,'_sli_media_id','17845914244086234'),(436678,12449,'_sli_media_username','lavendermatyoga'),(436679,12449,'_sli_timestamp','2016-03-22T23:47:54+0000'),(436680,12449,'_sli_caption','I\'m so grateful for this guy coming out to support me teaching beach yoga! He bundled up and enjoyed the sunset during Savasana 🙏🏻💕 First class of the season was a success! I have decided to alternate beach yoga every week with guided meditation class in the meadow by the beach here is the upcoming class line up through April ✨\nAll classes are from 6pm-7:15pm\nMarch 28th - Beach Yoga\nApril 5th - Guided Meditation\nApril 12th - Beach Yoga\nApril 19th - Guided Meditation\nApril 26th - Beach Yoga\n\nVisit www.meetup.com/madisonrosenberger to sign up or email me at madison@madisonrosenberger.com\n\n#beachyoga #guidedmeditation #charlestonsc #beach #sea #ocean #sand #charlestonsc #charleston #charlestonbeach #sullivansisland #sullivansislandsc #sullivansislandbeach #fortmoultrie #sunset #mermaid #mermaids #mermaidsarereal'),(436676,12448,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436675,12448,'_sli_last_requested','1668112825'),(436673,12448,'_sli_children','a:0:{}'),(436674,12448,'_sli_is_story',''),(436665,12448,'_sli_shortcode','BDT3mSzPz-X'),(436666,12448,'_sli_video_title',''),(436667,12448,'_sli_product_type',''),(436668,12448,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855771782046460-m.jpg'),(436669,12448,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855771782046460-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855771782046460-m.jpg\";}'),(436670,12448,'_sli_likes_count','0'),(436671,12448,'_sli_comments_count','0'),(436672,12448,'_sli_comments','a:0:{}'),(436664,12448,'_sli_permalink','https://www.instagram.com/p/BDT3mSzPz-X/'),(436663,12448,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436662,12448,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDT3mSzPz-X&size=l'),(436661,12448,'_sli_media_type','IMAGE'),(436651,12447,'_sli_comments_count','0'),(436652,12447,'_sli_comments','a:0:{}'),(436653,12447,'_sli_children','a:0:{}'),(436654,12447,'_sli_is_story',''),(436655,12447,'_sli_last_requested','1668112825'),(436656,12447,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436657,12448,'_sli_media_id','17855771782046460'),(436658,12448,'_sli_media_username','lavendermatyoga'),(436659,12448,'_sli_timestamp','2016-03-23T21:21:49+0000'),(436660,12448,'_sli_caption','Doterra has a fabulous new free app that gives you a tip a day! Yummy 😉🙌🏻 Interested in essential oils but don\'t know where to begin? Email me at madison@madisonrosenberger.com to learn more about my Intuitive Essential Oil Consultation. This isn\'t your ordinary consultation! It is an intuitive channeled reading on what oils will jam best with your body, soul and energy ✨🌟🌙 #essentialoils #consultation #intuitive\n📸 via @moyeressentials'),(436650,12447,'_sli_likes_count','0'),(436649,12447,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856668344011799-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856668344011799-m.jpg\";}'),(432689,12361,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436646,12447,'_sli_video_title',''),(436647,12447,'_sli_product_type',''),(436648,12447,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856668344011799-m.jpg'),(436645,12447,'_sli_shortcode','BDUuu1rvz7W'),(436644,12447,'_sli_permalink','https://www.instagram.com/p/BDUuu1rvz7W/'),(436643,12447,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436639,12447,'_sli_timestamp','2016-03-24T05:23:35+0000'),(436640,12447,'_sli_caption','#happynationaldogday to my smooshy, sweet, lovey, fur butt 😍💗✨💕\n#greatdane #greatdanesofinstagram #greatdanepuppy #throwback #puppylove #love'),(436641,12447,'_sli_media_type','IMAGE'),(436642,12447,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDUuu1rvz7W&size=l'),(436634,12446,'_sli_is_story',''),(436635,12446,'_sli_last_requested','1668112824'),(436638,12447,'_sli_media_username','lavendermatyoga'),(436637,12447,'_sli_media_id','17856668344011799'),(436636,12446,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436633,12446,'_sli_children','a:0:{}'),(436631,12446,'_sli_comments_count','0'),(436632,12446,'_sli_comments','a:0:{}'),(436630,12446,'_sli_likes_count','0'),(436625,12446,'_sli_shortcode','BDVyiUYvzzo'),(436626,12446,'_sli_video_title',''),(436627,12446,'_sli_product_type',''),(436628,12446,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854869220037898-m.jpg'),(436629,12446,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854869220037898-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854869220037898-m.jpg\";}'),(436624,12446,'_sli_permalink','https://www.instagram.com/p/BDVyiUYvzzo/'),(436623,12446,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436622,12446,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDVyiUYvzzo&size=l'),(436621,12446,'_sli_media_type','IMAGE'),(436613,12445,'_sli_children','a:0:{}'),(436614,12445,'_sli_is_story',''),(436615,12445,'_sli_last_requested','1668112824'),(436616,12445,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436617,12446,'_sli_media_id','17854869220037898'),(436618,12446,'_sli_media_username','lavendermatyoga'),(436619,12446,'_sli_timestamp','2016-03-24T15:16:04+0000'),(436620,12446,'_sli_caption','Good Morning Gorgeous! 🌞\nIt\'s a beautiful sunny day and I\'m enjoying my daily green smoothie on the porch with Mary (yea that\'s the aloe plant 🙈) 😘🙌🏻\nHow are you starting your day today?! Share with me I\'d love to hear!\n\n#greendrink #greensmoothie #goodmorning #gorgeous'),(436610,12445,'_sli_likes_count','0'),(436611,12445,'_sli_comments_count','0'),(436612,12445,'_sli_comments','a:0:{}'),(436601,12445,'_sli_media_type','IMAGE'),(436602,12445,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDgnkelvz-0&size=l'),(436603,12445,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436604,12445,'_sli_permalink','https://www.instagram.com/p/BDgnkelvz-0/'),(436605,12445,'_sli_shortcode','BDgnkelvz-0'),(436606,12445,'_sli_video_title',''),(436607,12445,'_sli_product_type',''),(436608,12445,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846184442081940-m.jpg'),(436609,12445,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846184442081940-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846184442081940-m.jpg\";}'),(436600,12445,'_sli_caption','Beach yoga in an hour! DM for deets 🙌🏻🐠 #spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #entrepreneur #beachyoga #charlestonsc #charleston #sullivansisland #sullivansislandsc'),(436583,12444,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436584,12444,'_sli_permalink','https://www.instagram.com/p/BDqeqLlvz7o/'),(436599,12445,'_sli_timestamp','2016-03-28T20:11:54+0000'),(436597,12445,'_sli_media_id','17846184442081940'),(436598,12445,'_sli_media_username','lavendermatyoga'),(436593,12444,'_sli_children','a:0:{}'),(436594,12444,'_sli_is_story',''),(436595,12444,'_sli_last_requested','1668112823'),(436596,12444,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436592,12444,'_sli_comments','a:0:{}'),(436591,12444,'_sli_comments_count','0'),(436590,12444,'_sli_likes_count','0'),(436589,12444,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854886929018914-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854886929018914-m.jpg\";}'),(436588,12444,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854886929018914-m.jpg'),(436585,12444,'_sli_shortcode','BDqeqLlvz7o'),(436586,12444,'_sli_video_title',''),(436587,12444,'_sli_product_type',''),(436564,12443,'_sli_permalink','https://www.instagram.com/p/BDrMzUwPz-v/'),(436565,12443,'_sli_shortcode','BDrMzUwPz-v'),(436566,12443,'_sli_video_title',''),(436567,12443,'_sli_product_type',''),(436568,12443,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847109645074819-m.jpg'),(436569,12443,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847109645074819-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847109645074819-m.jpg\";}'),(436570,12443,'_sli_likes_count','0'),(436571,12443,'_sli_comments_count','0'),(436572,12443,'_sli_comments','a:0:{}'),(436573,12443,'_sli_children','a:0:{}'),(436574,12443,'_sli_is_story',''),(436575,12443,'_sli_last_requested','1668112823'),(436576,12443,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436577,12444,'_sli_media_id','17854886929018914'),(436578,12444,'_sli_media_username','lavendermatyoga'),(436579,12444,'_sli_timestamp','2016-04-01T16:06:26+0000'),(436580,12444,'_sli_caption','Wake up everyday and list 5 things you are grateful for\nGratitude is what keeps joy flowing in our lives 🙏🏻🙏🏻🙏🏻\n#spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #spiritualentreprenuer 📸 via @soul__alchemist'),(436582,12444,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDqeqLlvz7o&size=l'),(436581,12444,'_sli_media_type','IMAGE'),(436563,12443,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436561,12443,'_sli_media_type','IMAGE'),(436562,12443,'_sli_media_url','https://lavendermatyoga.com?sli-img=BDrMzUwPz-v&size=l'),(436560,12443,'_sli_caption','Cosmic explosion ✨☄🌙💫\nHaving fun with this new app @brittanykchaplin 🙏🏻🙌🏻\n#spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #spiritualentreprenuer'),(436556,12442,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436557,12443,'_sli_media_id','17847109645074819'),(436558,12443,'_sli_media_username','lavendermatyoga'),(436559,12443,'_sli_timestamp','2016-04-01T22:49:38+0000'),(436553,12442,'_sli_children','a:0:{}'),(436554,12442,'_sli_is_story',''),(436555,12442,'_sli_last_requested','1668112823'),(436552,12442,'_sli_comments','a:0:{}'),(436551,12442,'_sli_comments_count','0'),(436550,12442,'_sli_likes_count','0'),(436543,12442,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436544,12442,'_sli_permalink','https://www.instagram.com/p/BD0e59Dvz9c/'),(436545,12442,'_sli_shortcode','BD0e59Dvz9c'),(436546,12442,'_sli_video_title',''),(436547,12442,'_sli_product_type',''),(436548,12442,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855760718050680-m.jpg'),(436549,12442,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855760718050680-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855760718050680-m.jpg\";}'),(436542,12442,'_sli_media_url','https://lavendermatyoga.com?sli-img=BD0e59Dvz9c&size=l'),(436541,12442,'_sli_media_type','IMAGE'),(436540,12442,'_sli_caption','Join me for Channeled Guided Meditation tonight @ 6:00pm! DM me for details! 🙏🏻🙏🏻 #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #oracle #oraclereader #medium #pyschic  #medium #channeler #mystic #modernmystic #Soulprenuer #spiritualentreprenuer #charlestonsc #sullivansislandsc #meditation #guidedmeditation'),(436539,12442,'_sli_timestamp','2016-04-05T13:20:59+0000'),(436529,12441,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846530948098418-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846530948098418-m.jpg\";}'),(436538,12442,'_sli_media_username','lavendermatyoga'),(436537,12442,'_sli_media_id','17855760718050680'),(436532,12441,'_sli_comments','a:0:{}'),(436533,12441,'_sli_children','a:0:{}'),(436534,12441,'_sli_is_story',''),(436535,12441,'_sli_last_requested','1668112822'),(436536,12441,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436530,12441,'_sli_likes_count','0'),(436531,12441,'_sli_comments_count','0'),(436523,12441,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436524,12441,'_sli_permalink','https://www.instagram.com/p/BD37drvvzxa/'),(436525,12441,'_sli_shortcode','BD37drvvzxa'),(436526,12441,'_sli_video_title',''),(436527,12441,'_sli_product_type',''),(436528,12441,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846530948098418-m.jpg'),(436506,12440,'_sli_video_title',''),(436507,12440,'_sli_product_type',''),(436508,12440,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846511697128564-m.jpg'),(436509,12440,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846511697128564-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846511697128564-m.jpg\";}'),(436521,12441,'_sli_media_type','IMAGE'),(436522,12441,'_sli_media_url','https://lavendermatyoga.com?sli-img=BD37drvvzxa&size=l'),(436520,12441,'_sli_caption','Here is an exciting story from last nights Channeled Guided Meditation!! 🌙\n\nThe gnats were too unbearable in the meadow so we walked down to the beach\n\nI opened the Akashic Records to see what wanted to come through and ended up leading the group in a journey to their Tree Guides\n\nAt the end of the meditation I told them to envision their tree giving them a piece of itself, a totem to carry with them, to remind them off the limitless supply of strength and grounding\n\nAnd then as we opened our eyes there was something large in the water that wasn\'t their before we began\n\nIt\'s a piece of our tree!! 💕🙏🏻✨🙌🏻🌴'),(436517,12441,'_sli_media_id','17846530948098418'),(436518,12441,'_sli_media_username','lavendermatyoga'),(436519,12441,'_sli_timestamp','2016-04-06T21:28:16+0000'),(436512,12440,'_sli_comments','a:0:{}'),(436513,12440,'_sli_children','a:0:{}'),(436514,12440,'_sli_is_story',''),(436515,12440,'_sli_last_requested','1668112822'),(436516,12440,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436510,12440,'_sli_likes_count','0'),(436511,12440,'_sli_comments_count','0'),(436501,12440,'_sli_media_type','IMAGE'),(436502,12440,'_sli_media_url','https://lavendermatyoga.com?sli-img=BD6WH2KPzzP&size=l'),(436503,12440,'_sli_media_size','a:2:{s:5:\"width\";i:750;s:6:\"height\";i:750;}'),(436504,12440,'_sli_permalink','https://www.instagram.com/p/BD6WH2KPzzP/'),(436505,12440,'_sli_shortcode','BD6WH2KPzzP'),(436500,12440,'_sli_caption','We often get swept up in trying to control the outcome, of thinking we know what\'s best for our lives but don\'t forget that their is divine timing in life\n\nSometimes things fall apart so better things can surface\nPray for the best possible outcome instead of a specific outcome, this leaves room for God and your guides to bring you something even better ✨\nSet the intention, hold the vision and then trust the process\nWe can\'t always see why things are the way they are but I promise that nothing is a coincidence and nothing is an accident\n🌙🌟'),(436490,12439,'_sli_likes_count','0'),(436491,12439,'_sli_comments_count','0'),(436492,12439,'_sli_comments','a:0:{}'),(436493,12439,'_sli_children','a:0:{}'),(436494,12439,'_sli_is_story',''),(436495,12439,'_sli_last_requested','1668112822'),(436496,12439,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436480,12439,'_sli_caption','What a great shot by @roguewoodsupply 👌🏻\nAnd perfectly aligned with my new ebook, Self-Care as a Spiritual Act! I have literally one page left of my 44 page FREE ebook and then it is done! Wowza! Then it\'s time I practice what I preach and take a break ✨\nHELLO WEEKEND! 🙌🏻\nKeep an eye out for my new site launch coming up, this is where you will be able to sign up for your own free copy of my ebook! 🙊🙏🏻'),(436499,12440,'_sli_timestamp','2016-04-07T19:59:41+0000'),(436497,12440,'_sli_media_id','17846511697128564'),(436498,12440,'_sli_media_username','lavendermatyoga'),(436489,12439,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847243823074206-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847243823074206-m.jpg\";}'),(436488,12439,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847243823074206-m.jpg'),(436487,12439,'_sli_product_type',''),(436486,12439,'_sli_video_title',''),(436481,12439,'_sli_media_type','IMAGE'),(436482,12439,'_sli_media_url','https://lavendermatyoga.com?sli-img=BD9PPzfPz6n&size=l'),(436483,12439,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436484,12439,'_sli_permalink','https://www.instagram.com/p/BD9PPzfPz6n/'),(436485,12439,'_sli_shortcode','BD9PPzfPz6n'),(436476,12438,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436479,12439,'_sli_timestamp','2016-04-08T22:57:20+0000'),(436477,12439,'_sli_media_id','17847243823074206'),(436478,12439,'_sli_media_username','lavendermatyoga'),(436471,12438,'_sli_comments_count','0'),(436472,12438,'_sli_comments','a:0:{}'),(436473,12438,'_sli_children','a:0:{}'),(436474,12438,'_sli_is_story',''),(436475,12438,'_sli_last_requested','1668112821'),(436470,12438,'_sli_likes_count','0'),(436463,12438,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436464,12438,'_sli_permalink','https://www.instagram.com/p/BD_cxlFPz5A/'),(436465,12438,'_sli_shortcode','BD_cxlFPz5A'),(436466,12438,'_sli_video_title',''),(436467,12438,'_sli_product_type',''),(436468,12438,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846530417097990-m.jpg'),(436469,12438,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846530417097990-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846530417097990-m.jpg\";}'),(436450,12437,'_sli_likes_count','0'),(436451,12437,'_sli_comments_count','0'),(436462,12438,'_sli_media_url','https://lavendermatyoga.com?sli-img=BD_cxlFPz5A&size=l'),(436461,12438,'_sli_media_type','IMAGE'),(436458,12438,'_sli_media_username','lavendermatyoga'),(436459,12438,'_sli_timestamp','2016-04-09T19:34:01+0000'),(436460,12438,'_sli_caption','Gardening day! 🌻🍃🌸🌱🍄☘🍅🍆\nI opted to ride in the backseat so the new babies wouldn\'t fall over\nDoes anyone have any tips for my new succulent beauties? I have a bad track record with these guys, I think I over water them. Who has a watering method down? 🙏🏻\nAny gardening tips are welcomed! I\'m a novice 🙈\n\n#garden #cleaneating #plants #veggies'),(436457,12438,'_sli_media_id','17846530417097990'),(436456,12437,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436455,12437,'_sli_last_requested','1668112821'),(436454,12437,'_sli_is_story',''),(436453,12437,'_sli_children','a:0:{}'),(436452,12437,'_sli_comments','a:0:{}'),(436448,12437,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846511778120616-m.jpg'),(436449,12437,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846511778120616-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846511778120616-m.jpg\";}'),(436447,12437,'_sli_product_type',''),(436446,12437,'_sli_video_title',''),(436445,12437,'_sli_shortcode','BEBjXx5vz_G'),(436444,12437,'_sli_permalink','https://www.instagram.com/p/BEBjXx5vz_G/'),(436440,12437,'_sli_caption','I\'m so excited to announce that I am officially participating in a SUP Yoga Teacher Training in Grand Lake, CO  this coming August!😎 #grandlakeco'),(436442,12437,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEBjXx5vz_G&size=l'),(436443,12437,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436441,12437,'_sli_media_type','IMAGE'),(436435,12436,'_sli_last_requested','1668112820'),(436439,12437,'_sli_timestamp','2016-04-10T15:10:09+0000'),(436438,12437,'_sli_media_username','lavendermatyoga'),(436436,12436,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436437,12437,'_sli_media_id','17846511778120616'),(436432,12436,'_sli_comments','a:0:{}'),(436433,12436,'_sli_children','a:0:{}'),(436434,12436,'_sli_is_story',''),(436430,12436,'_sli_likes_count','0'),(436431,12436,'_sli_comments_count','0'),(436429,12436,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855136466060428-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855136466060428-m.jpg\";}'),(436427,12436,'_sli_product_type',''),(436428,12436,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855136466060428-m.jpg'),(436425,12436,'_sli_shortcode','BEMrvPbvzzD'),(436426,12436,'_sli_video_title',''),(436424,12436,'_sli_permalink','https://www.instagram.com/p/BEMrvPbvzzD/'),(436423,12436,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436422,12436,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEMrvPbvzzD&size=l'),(436421,12436,'_sli_media_type','IMAGE'),(436418,12436,'_sli_media_username','lavendermatyoga'),(436419,12436,'_sli_timestamp','2016-04-14T22:54:54+0000'),(436420,12436,'_sli_caption','#aimtruebooktour with @kathrynbudig ✨🙏🏻💕😎🌙'),(436416,12435,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436417,12436,'_sli_media_id','17855136466060428'),(436415,12435,'_sli_last_requested','1668112820'),(436414,12435,'_sli_is_story',''),(436413,12435,'_sli_children','a:0:{}'),(436411,12435,'_sli_comments_count','0'),(436412,12435,'_sli_comments','a:0:{}'),(436410,12435,'_sli_likes_count','0'),(436404,12435,'_sli_permalink','https://www.instagram.com/p/BEV-A5uPzwU/'),(436405,12435,'_sli_shortcode','BEV-A5uPzwU'),(436406,12435,'_sli_video_title',''),(436407,12435,'_sli_product_type',''),(436408,12435,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856676282007309-m.jpg'),(436409,12435,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856676282007309-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856676282007309-m.jpg\";}'),(436403,12435,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436402,12435,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEV-A5uPzwU&size=l'),(436401,12435,'_sli_media_type','IMAGE'),(436397,12435,'_sli_media_id','17856676282007309'),(436398,12435,'_sli_media_username','lavendermatyoga'),(436399,12435,'_sli_timestamp','2016-04-18T13:27:46+0000'),(436400,12435,'_sli_caption','I am teaching a free yoga class at Blue Cross Blue Shield in Mt.Pleasant Towne Center tonight at 6:00pm 💕\n\nDM me for details! ✨🙌🏻\nP.S : Can you believe that red head in the front with the purple mat was me?! This was one of the first classes I ever took in college! 😎\n\n#bluecrossblueshield #mtpleasantsc #mtpleasanttowncenter #charlestonscyoga #charlestonsc'),(436396,12434,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436385,12434,'_sli_shortcode','BEYnZ0ivz2t'),(436386,12434,'_sli_video_title',''),(436387,12434,'_sli_product_type',''),(436388,12434,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849798329067091-m.jpg'),(436389,12434,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849798329067091-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849798329067091-m.jpg\";}'),(436390,12434,'_sli_likes_count','0'),(436391,12434,'_sli_comments_count','0'),(436392,12434,'_sli_comments','a:0:{}'),(436393,12434,'_sli_children','a:0:{}'),(436394,12434,'_sli_is_story',''),(436395,12434,'_sli_last_requested','1668112820'),(436384,12434,'_sli_permalink','https://www.instagram.com/p/BEYnZ0ivz2t/'),(436383,12434,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436382,12434,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEYnZ0ivz2t&size=l'),(436381,12434,'_sli_media_type','IMAGE'),(436378,12434,'_sli_media_username','lavendermatyoga'),(436379,12434,'_sli_timestamp','2016-04-19T14:07:54+0000'),(436380,12434,'_sli_caption','Join me for Channeled Guided Meditation tonight at 6pm on Sullivan\'s Island! It\'s going to be juicy 😍🙏🏻✨\nDM me for details! \n#sullivansisland #charlestonscyoga #charlestonsc #meditation #guidedmeditation'),(436375,12433,'_sli_last_requested','1668112819'),(436376,12433,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436377,12434,'_sli_media_id','17849798329067091'),(436374,12433,'_sli_is_story',''),(436370,12433,'_sli_likes_count','0'),(436371,12433,'_sli_comments_count','0'),(436372,12433,'_sli_comments','a:0:{}'),(436373,12433,'_sli_children','a:0:{}'),(436369,12433,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849708521070949-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849708521070949-m.jpg\";}'),(436368,12433,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849708521070949-m.jpg'),(436367,12433,'_sli_product_type',''),(436366,12433,'_sli_video_title',''),(436365,12433,'_sli_shortcode','BEe2L_wvzxd'),(436364,12433,'_sli_permalink','https://www.instagram.com/p/BEe2L_wvzxd/'),(436363,12433,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436360,12433,'_sli_caption','👌🏻👌🏻 via @overthemoonmag ✨🌙'),(436361,12433,'_sli_media_type','IMAGE'),(436362,12433,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEe2L_wvzxd&size=l'),(436350,12432,'_sli_likes_count','0'),(436351,12432,'_sli_comments_count','0'),(436352,12432,'_sli_comments','a:0:{}'),(436353,12432,'_sli_children','a:0:{}'),(436354,12432,'_sli_is_story',''),(436355,12432,'_sli_last_requested','1668112819'),(436356,12432,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436357,12433,'_sli_media_id','17849708521070949'),(436358,12433,'_sli_media_username','lavendermatyoga'),(436359,12433,'_sli_timestamp','2016-04-22T00:12:32+0000'),(436341,12432,'_sli_media_type','IMAGE'),(436342,12432,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEjn7YHPz7U&size=l'),(436343,12432,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436344,12432,'_sli_permalink','https://www.instagram.com/p/BEjn7YHPz7U/'),(436345,12432,'_sli_shortcode','BEjn7YHPz7U'),(436346,12432,'_sli_video_title',''),(436347,12432,'_sli_product_type',''),(436348,12432,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846870890081182-m.jpg'),(436349,12432,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846870890081182-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17846870890081182-m.jpg\";}'),(436340,12432,'_sli_caption','Sprawled out in the grass today with my #lumina cards (by @innerhue ) to plan my \"Unlocking the Major Arcana through Yoga\" class! 🌱\nWaking up bright and early tomorrow to film it! This will be the first time I have a yoga class for purchase via the interweb! A new era begins 😁😘 The class will be a part of my workshop for Tarot Summer School by headmistress @ethony!\n\nKeep your 👀 peeled for a promo video coming next month! 🙏🏻 #majorarcana #innerhue #tarotyogaworkshop #tarotsummerschool'),(436335,12431,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436337,12432,'_sli_media_id','17846870890081182'),(436338,12432,'_sli_media_username','lavendermatyoga'),(436339,12432,'_sli_timestamp','2016-04-23T20:44:08+0000'),(436334,12431,'_sli_last_requested','1668112818'),(436332,12431,'_sli_children','a:0:{}'),(436333,12431,'_sli_is_story',''),(436331,12431,'_sli_comments','a:0:{}'),(436329,12431,'_sli_likes_count','0'),(436330,12431,'_sli_comments_count','0'),(436328,12431,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849980042065567-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849980042065567-m.jpg\";}'),(436325,12431,'_sli_video_title',''),(436326,12431,'_sli_product_type',''),(436327,12431,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849980042065567-m.jpg'),(436324,12431,'_sli_shortcode','BEt--6MPz36'),(436323,12431,'_sli_permalink','https://www.instagram.com/p/BEt--6MPz36/'),(436322,12431,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436321,12431,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEt--6MPz36&size=l'),(436320,12431,'_sli_media_type','IMAGE'),(436295,12429,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436316,12431,'_sli_media_id','17849980042065567'),(436317,12431,'_sli_media_username','lavendermatyoga'),(436318,12431,'_sli_timestamp','2016-04-27T21:18:00+0000'),(436319,12431,'_sli_caption','This is what it\'s like to be curled up in your own little Aerial hammock cocoon! So relaxing! Aerial yoga class tonight is full, but you can hop online and reserve your spot for next week @ aerialfit@com ✨🙏🏻 @circusbuilding\n\n#aerialfit #charlestonsc #charleston #aerialyoga'),(436313,12430,'_sli_is_story',''),(436314,12430,'_sli_last_requested','1668112818'),(436315,12430,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436312,12430,'_sli_children','a:0:{}'),(436311,12430,'_sli_comments','a:0:{}'),(436296,12430,'_sli_media_id','17847011995119031'),(436297,12430,'_sli_media_username','lavendermatyoga'),(436298,12430,'_sli_timestamp','2016-04-29T19:44:03+0000'),(436299,12430,'_sli_caption','This is my sacred space, it\'s not fancy or large but it\'s mine\nI have never really shared it with you all because I have always wished it was grander\nRight now I live in a tiny apartment and all the space I have is this little bit between my bed and the bookshelf, but hey my book shelf makes a cozy altar and there\'s just enough room for my yoga mat so it\'s all good!\nHonor where you are and be proud of it\nOne day I may have a big beautiful room devoted to my spiritual practice but right now this is where I spend time with my tarot studies, meditate, and hang out with my soul, and that alone makes it special 💗✨🙏🏻🌙'),(436309,12430,'_sli_likes_count','0'),(436310,12430,'_sli_comments_count','0'),(436308,12430,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847011995119031-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847011995119031-m.jpg\";}'),(436307,12430,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847011995119031-m.jpg'),(436306,12430,'_sli_product_type',''),(436305,12430,'_sli_video_title',''),(436304,12430,'_sli_shortcode','BEy90iivz19'),(436303,12430,'_sli_permalink','https://www.instagram.com/p/BEy90iivz19/'),(436302,12430,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436301,12430,'_sli_media_url','https://lavendermatyoga.com?sli-img=BEy90iivz19&size=l'),(436300,12430,'_sli_media_type','IMAGE'),(436293,12429,'_sli_is_story',''),(436294,12429,'_sli_last_requested','1668112817'),(436291,12429,'_sli_comments','a:0:{}'),(436292,12429,'_sli_children','a:0:{}'),(436290,12429,'_sli_comments_count','0'),(436288,12429,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856257191057534-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856257191057534-m.jpg\";}'),(436289,12429,'_sli_likes_count','0'),(436286,12429,'_sli_product_type',''),(436287,12429,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856257191057534-m.jpg'),(436283,12429,'_sli_permalink','https://www.instagram.com/p/BE3otTFPz9a/'),(436282,12429,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436285,12429,'_sli_video_title',''),(436284,12429,'_sli_shortcode','BE3otTFPz9a'),(436280,12429,'_sli_media_type','IMAGE'),(436281,12429,'_sli_media_url','https://lavendermatyoga.com?sli-img=BE3otTFPz9a&size=l'),(436278,12429,'_sli_timestamp','2016-05-01T15:15:46+0000'),(436279,12429,'_sli_caption','Before you head off to brunch make sure you grab a bottle of DigestZen and show your tummy some 💗\nWeekends can be rough on the digestive system 😓\n\nDM me or email info@madisonrosenberger.com to purchase any essential oils 😘 📸 via DoTERRA'),(436277,12429,'_sli_media_username','lavendermatyoga'),(436276,12429,'_sli_media_id','17856257191057534'),(436274,12428,'_sli_last_requested','1668112817'),(436275,12428,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436272,12428,'_sli_children','a:0:{}'),(436273,12428,'_sli_is_story',''),(436270,12428,'_sli_comments_count','0'),(436271,12428,'_sli_comments','a:0:{}'),(436268,12428,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856169696048947-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856169696048947-m.jpg\";}'),(436269,12428,'_sli_likes_count','0'),(436239,12427,'_sli_media_type','IMAGE'),(436240,12427,'_sli_media_url','https://lavendermatyoga.com?sli-img=BFoataBPzwz&size=l'),(436241,12427,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436242,12427,'_sli_permalink','https://www.instagram.com/p/BFoataBPzwz/'),(436243,12427,'_sli_shortcode','BFoataBPzwz'),(436244,12427,'_sli_video_title',''),(436245,12427,'_sli_product_type',''),(436246,12427,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847703852107854-m.jpg'),(436247,12427,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847703852107854-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847703852107854-m.jpg\";}'),(436267,12428,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856169696048947-m.jpg'),(436266,12428,'_sli_product_type',''),(436263,12428,'_sli_permalink','https://www.instagram.com/p/BFM1pSuvzxk/'),(436264,12428,'_sli_shortcode','BFM1pSuvzxk'),(436265,12428,'_sli_video_title',''),(436260,12428,'_sli_media_type','IMAGE'),(436261,12428,'_sli_media_url','https://lavendermatyoga.com?sli-img=BFM1pSuvzxk&size=l'),(436262,12428,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436258,12428,'_sli_timestamp','2016-05-09T20:52:52+0000'),(436259,12428,'_sli_caption','I\'ve written an awesome article for Happiness Wellbeing Magazine! 😍 @happywellmag\n\nKeep an eye out for their killer website relaunch in a few weeks, I will also post the link when the article goes live 🙌🏻✨ #happywellmag #magazine #online #freelancewriter'),(436256,12428,'_sli_media_id','17856169696048947'),(436257,12428,'_sli_media_username','lavendermatyoga'),(436248,12427,'_sli_likes_count','0'),(436249,12427,'_sli_comments_count','0'),(436250,12427,'_sli_comments','a:0:{}'),(436251,12427,'_sli_children','a:0:{}'),(436252,12427,'_sli_is_story',''),(436253,12427,'_sli_last_requested','1668112816'),(436254,12427,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436224,12426,'_sli_video_title',''),(436225,12426,'_sli_product_type',''),(436226,12426,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847698365095317-m.jpg'),(436227,12426,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847698365095317-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847698365095317-m.jpg\";}'),(436237,12427,'_sli_timestamp','2016-05-20T13:56:14+0000'),(436238,12427,'_sli_caption','Have you check out the latest issue of #raspberrymagazine ?!\n⭐⭐️️My article, How Instagram Changed My Life, has been featured on the cover⭐️⭐️\nI loved writing this piece, It felt so right opening up to the world about my journey and how Instagram has shaped it.\n⭐️\nHonest to God if it were not for this platform I would not be were I am today\n⭐️\nRead it here 👉🏻 www.raspberrymagazine.com/blog/how-instagram-changed-my-life or go follow @raspberrymagazine and find the link to the entire issue in their bio!\n\n#instagram @instagram'),(436236,12427,'_sli_media_username','lavendermatyoga'),(436235,12427,'_sli_media_id','17847703852107854'),(436231,12426,'_sli_children','a:0:{}'),(436232,12426,'_sli_is_story',''),(436233,12426,'_sli_last_requested','1668112816'),(436234,12426,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436229,12426,'_sli_comments_count','0'),(436230,12426,'_sli_comments','a:0:{}'),(436221,12426,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436222,12426,'_sli_permalink','https://www.instagram.com/p/BFrQP00Pzwd/'),(436223,12426,'_sli_shortcode','BFrQP00Pzwd'),(436228,12426,'_sli_likes_count','0'),(436219,12426,'_sli_media_type','IMAGE'),(436220,12426,'_sli_media_url','https://lavendermatyoga.com?sli-img=BFrQP00Pzwd&size=l'),(436216,12426,'_sli_media_username','lavendermatyoga'),(436217,12426,'_sli_timestamp','2016-05-21T16:22:32+0000'),(436218,12426,'_sli_caption','Hands up if the full moon last night made you have some crazy dreams?! 🙋🏼 In my case it was more like a nightmare\n🙈\nI can personally attest to the power of Juniper Berry for keeping wild nightmares from running your life\n⭐️\nDiffuse this bad boy at night or put it on the bottom of your feet before bed and get some peaceful 💤😴\nDM to purchase oils or email me at info@madisonrosenberger.com 👌🏻\n#essentialoils #theresanoilforthat'),(436215,12426,'_sli_media_id','17847698365095317'),(436211,12425,'_sli_children','a:0:{}'),(436212,12425,'_sli_is_story',''),(436213,12425,'_sli_last_requested','1668112815'),(436214,12425,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436208,12425,'_sli_likes_count','0'),(436209,12425,'_sli_comments_count','0'),(436210,12425,'_sli_comments','a:0:{}'),(436207,12425,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848442512078935-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848442512078935-m.jpg\";}'),(436203,12425,'_sli_shortcode','BFtq0q4vz7A'),(436204,12425,'_sli_video_title',''),(436205,12425,'_sli_product_type',''),(436206,12425,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848442512078935-m.jpg'),(436202,12425,'_sli_permalink','https://www.instagram.com/p/BFtq0q4vz7A/'),(436201,12425,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436200,12425,'_sli_media_url','https://lavendermatyoga.com?sli-img=BFtq0q4vz7A&size=l'),(436199,12425,'_sli_media_type','IMAGE'),(436194,12424,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436195,12425,'_sli_media_id','17848442512078935'),(436196,12425,'_sli_media_username','lavendermatyoga'),(436197,12425,'_sli_timestamp','2016-05-22T14:53:14+0000'),(436198,12425,'_sli_caption','Wake up and smell the flowers! Don\'t overthink today, the full moon was a doozy and your emotions are running rampant. Focus your attention on the little things in life. Be present. Don\'t give attention to your fears.'),(436191,12424,'_sli_children','a:0:{}'),(436192,12424,'_sli_is_story',''),(436193,12424,'_sli_last_requested','1668112815'),(436189,12424,'_sli_comments_count','0'),(436190,12424,'_sli_comments','a:0:{}'),(436188,12424,'_sli_likes_count','0'),(436183,12424,'_sli_shortcode','BFuUf48vzwJ'),(436184,12424,'_sli_video_title',''),(436185,12424,'_sli_product_type',''),(436186,12424,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858399392027805-m.jpg'),(436187,12424,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858399392027805-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858399392027805-m.jpg\";}'),(436182,12424,'_sli_permalink','https://www.instagram.com/p/BFuUf48vzwJ/'),(436181,12424,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436180,12424,'_sli_media_url','https://lavendermatyoga.com?sli-img=BFuUf48vzwJ&size=l'),(436179,12424,'_sli_media_type','IMAGE'),(436178,12424,'_sli_caption','I made my very own smudge stick today! Fresh Rosemary and Sage from the garden 🌿🌿\nThinking about writing a \"how to\" blog in the future! \n#sacredsmudge #smudge #sage #rosemary #sacred'),(436177,12424,'_sli_timestamp','2016-05-22T20:57:24+0000'),(436176,12424,'_sli_media_username','lavendermatyoga'),(436170,12423,'_sli_comments','a:0:{}'),(436171,12423,'_sli_children','a:0:{}'),(436172,12423,'_sli_is_story',''),(436173,12423,'_sli_last_requested','1668112814'),(436174,12423,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436175,12424,'_sli_media_id','17858399392027805'),(436169,12423,'_sli_comments_count','0'),(436167,12423,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848493590079920-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848493590079920-m.jpg\";}'),(436168,12423,'_sli_likes_count','0'),(436166,12423,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848493590079920-m.jpg'),(436165,12423,'_sli_product_type',''),(436163,12423,'_sli_shortcode','BFwzsp1vzwh'),(436164,12423,'_sli_video_title',''),(436162,12423,'_sli_permalink','https://www.instagram.com/p/BFwzsp1vzwh/'),(436161,12423,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436159,12423,'_sli_media_type','IMAGE'),(436160,12423,'_sli_media_url','https://lavendermatyoga.com?sli-img=BFwzsp1vzwh&size=l'),(436158,12423,'_sli_caption','Live in the #charlestonsc area?\n⭐️ I partner with @bcbsscpics to bring free yoga to the public!\n⭐️\nThese classes are for all levels with a different style and theme each time\n⭐️\nClass is tonight at 6:00pm in @mtpleasanttownecentre\nOr check www.madisonrosenberger.com/community-events to view June\'s schedule\n⭐️\n#mtpleasant #mtpleasanttownecenter #bcbs #bcbssc #charleston'),(436147,12422,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847770863090022-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847770863090022-m.jpg\";}'),(436157,12423,'_sli_timestamp','2016-05-23T20:08:30+0000'),(436156,12423,'_sli_media_username','lavendermatyoga'),(436155,12423,'_sli_media_id','17848493590079920'),(436154,12422,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436153,12422,'_sli_last_requested','1668112814'),(436152,12422,'_sli_is_story',''),(436150,12422,'_sli_comments','a:0:{}'),(436151,12422,'_sli_children','a:0:{}'),(436148,12422,'_sli_likes_count','0'),(436149,12422,'_sli_comments_count','0'),(436146,12422,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847770863090022-m.jpg'),(436145,12422,'_sli_product_type',''),(436144,12422,'_sli_video_title',''),(436143,12422,'_sli_shortcode','BF4Zux5vzyo'),(436142,12422,'_sli_permalink','https://www.instagram.com/p/BF4Zux5vzyo/'),(436141,12422,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436139,12422,'_sli_media_type','IMAGE'),(436140,12422,'_sli_media_url','https://lavendermatyoga.com?sli-img=BF4Zux5vzyo&size=l'),(436138,12422,'_sli_caption','Which #essentialoils will you use to support yourSelf this Memorial Day weekend? 🌿🌹🌱🌺🌾 Always wanted to try essential oils but not sure where to start? Check out my Intuitive Essential Oil Consultation! It\'s more than a consult, this is a full on READING 😁😁\nAllow me to channel guidance on which oils are perfect for you\n🌸👌🏻\nVisit www.madisonrosenberger.com/shop or DM me for details\n⭐️\nPhoto via DoTERRA'),(436134,12421,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436135,12422,'_sli_media_id','17847770863090022'),(436136,12422,'_sli_media_username','lavendermatyoga'),(436137,12422,'_sli_timestamp','2016-05-26T18:55:32+0000'),(436132,12421,'_sli_is_story',''),(436133,12421,'_sli_last_requested','1668112814'),(436128,12421,'_sli_likes_count','0'),(436129,12421,'_sli_comments_count','0'),(436130,12421,'_sli_comments','a:0:{}'),(436131,12421,'_sli_children','a:0:{}'),(436121,12421,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436127,12421,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848112860110231-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848112860110231-m.jpg\";}'),(436126,12421,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848112860110231-m.jpg'),(436122,12421,'_sli_permalink','https://www.instagram.com/p/BGGGUN_vz0F/'),(436123,12421,'_sli_shortcode','BGGGUN_vz0F'),(436124,12421,'_sli_video_title',''),(436125,12421,'_sli_product_type',''),(436101,12420,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436102,12420,'_sli_permalink','https://www.instagram.com/p/BGNhW56PzyJ/'),(436103,12420,'_sli_shortcode','BGNhW56PzyJ'),(436104,12420,'_sli_video_title',''),(436105,12420,'_sli_product_type',''),(436106,12420,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847993718121723-m.jpg'),(436107,12420,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847993718121723-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17847993718121723-m.jpg\";}'),(436108,12420,'_sli_likes_count','0'),(436109,12420,'_sli_comments_count','0'),(436110,12420,'_sli_comments','a:0:{}'),(436111,12420,'_sli_children','a:0:{}'),(436112,12420,'_sli_is_story',''),(436113,12420,'_sli_last_requested','1668112813'),(436114,12420,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436115,12421,'_sli_media_id','17848112860110231'),(436116,12421,'_sli_media_username','lavendermatyoga'),(436117,12421,'_sli_timestamp','2016-06-01T02:35:15+0000'),(436118,12421,'_sli_caption','There have been some big shifts in my life lately and I will now only be offering group yoga classes only three times a month to make more time for my private clientele. My favorite type of work is one-on-one because I LOVE forming a bond and connection with you all!\n⭐️\nDue to this change in schedule I will now only be offering Beach Yoga once a month so mark your calendars!! Due to this sudden change I will offer two Beach yoga\'s for the month of June, this totals to only SIX BEACH YOGA classes for the summer.\n⭐️\nI will attempt to offer these Beach Yoga classes the first Thursday of every month from 6:30pm-7:30pm, however as we learned this weekend in #charlestonsc sometimes it rains! ha In this case I will reschedule giving you a different date for your monthly Beach Yoga class.\n⭐️\nIn addition to Beach Yoga I will continue to teach FREE YOGA at Blue Cross Blue Shield in Mt. Pleasant, SC twice a month!\n⭐️\nThat is a total of 3 yoga classes hosted by yours truly a month!\n⭐️\nTo keep up with the dates of these classes please visit www.madisonrosenberger.com/community-events at the beginning of every month.'),(436119,12421,'_sli_media_type','IMAGE'),(436120,12421,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGGGUN_vz0F&size=l'),(436099,12420,'_sli_media_type','IMAGE'),(436100,12420,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGNhW56PzyJ&size=l'),(436098,12420,'_sli_caption','Attention all Wanderlust Yogis!! Stop everything and go check out the amazing @inspiredbystephanierose booth✨🦄👌🏻\nYou will not be disappointed by all the fab yogi tanks and accessories!\n #wanderlust #yogatribe #wanderlustyoga #wanderlusting #wanderlust2016'),(436097,12420,'_sli_timestamp','2016-06-03T23:46:13+0000'),(436093,12419,'_sli_last_requested','1668112813'),(436094,12419,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436095,12420,'_sli_media_id','17847993718121723'),(436096,12420,'_sli_media_username','lavendermatyoga'),(436089,12419,'_sli_comments_count','0'),(436090,12419,'_sli_comments','a:0:{}'),(436091,12419,'_sli_children','a:0:{}'),(436092,12419,'_sli_is_story',''),(436088,12419,'_sli_likes_count','0'),(436086,12419,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848176502080104-m.jpg'),(436087,12419,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848176502080104-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848176502080104-m.jpg\";}'),(436083,12419,'_sli_shortcode','BGapYPRPz45'),(436084,12419,'_sli_video_title',''),(436085,12419,'_sli_product_type',''),(436082,12419,'_sli_permalink','https://www.instagram.com/p/BGapYPRPz45/'),(436081,12419,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436079,12419,'_sli_media_type','IMAGE'),(436080,12419,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGapYPRPz45&size=l'),(436078,12419,'_sli_caption','The best way to end a stressful day 🙏🏻✨⭐️🌙 #essentialoils 👉🏻 www.madisonrosenberger.com/shop 📸 via @oilmagicbymichelle'),(436077,12419,'_sli_timestamp','2016-06-09T02:06:26+0000'),(436072,12418,'_sli_is_story',''),(436073,12418,'_sli_last_requested','1668112812'),(436074,12418,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436075,12419,'_sli_media_id','17848176502080104'),(436076,12419,'_sli_media_username','lavendermatyoga'),(436068,12418,'_sli_likes_count','0'),(436069,12418,'_sli_comments_count','0'),(436070,12418,'_sli_comments','a:0:{}'),(436071,12418,'_sli_children','a:0:{}'),(436057,12418,'_sli_timestamp','2016-06-09T20:48:49+0000'),(436058,12418,'_sli_caption','These words have deeply resonated with me, so so so accurate:\n\n#Repost @stoked_yogi (via @repostapp)\n・・・\nSometimes I wanna say peace out to social media. Do you guys ever get sick of the constant battles, especially on Facebook? It\'s like we are so much more comfortable being vicious to each other because of perceived anonymity. People tear each other down, attack each other\'s character, based on one article, one blog post, one perspective. Whether it\'s gorillas or politics or rape sentences or what-the-fuck-ever, we all of a sudden are 1) all experts and 2) pointing fingers. What happened to withholding judgement? I don\'t know about you, but I try to live by the idea that he who is without sin can cast the first stone. And you know what? That\'s never me. I never get to cast the stone because I know that the measure I use to judge someone else will be used against me - call it karma, call it scripture, call it just the way shit works because people get what they deserve. But can we PLEASE try to be kind to each other? To be patient? To think before we speak? To consider whether our words, whether spoken or typed, will harm or heal? Can we create commUNITY with some mother freaking unity? Maybe it\'s naive of me, I mean, I know it is - people will say, \"just give up, the worlds fucked, people are jerks...\" But I don\'t want to accept that. If I deserve to be called out, call me out. Remind me to speak kindly. Invite me to consider another perspective. And if I am shit talking a person that I don\'t know, whom I have never met, and judging them... then tell me I have to change my name, bc I don\'t get to be a \"yogi\" anymore. It\'s not about asana, it\'s about heart. \nBuild each other up. Can we please?'),(436067,12418,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848431868109573-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848431868109573-m.jpg\";}'),(436066,12418,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848431868109573-m.jpg'),(436065,12418,'_sli_product_type',''),(436064,12418,'_sli_video_title',''),(436063,12418,'_sli_shortcode','BGcp0ycPzy0'),(436062,12418,'_sli_permalink','https://www.instagram.com/p/BGcp0ycPzy0/'),(436061,12418,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436060,12418,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGcp0ycPzy0&size=l'),(436059,12418,'_sli_media_type','IMAGE'),(436056,12418,'_sli_media_username','lavendermatyoga'),(436055,12418,'_sli_media_id','17848431868109573'),(436053,12417,'_sli_last_requested','1668112812'),(436054,12417,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436049,12417,'_sli_comments_count','0'),(436050,12417,'_sli_comments','a:0:{}'),(436051,12417,'_sli_children','a:0:{}'),(436052,12417,'_sli_is_story',''),(436048,12417,'_sli_likes_count','0'),(436047,12417,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857225204062947-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857225204062947-m.jpg\";}'),(436038,12417,'_sli_caption','@roscoe_thegreatdane was my assistant teacher for #beachyoga on #sullivansisland tonight 💋\n🐠🦀🐚\nThe last Beach Yoga for June is this Tuesday the 14th! Then we won\'t meet until July so come on out on and join us next week 🙌🏻'),(436046,12417,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857225204062947-m.jpg'),(436023,12416,'_sli_shortcode','BGfVwfgPz9M'),(436024,12416,'_sli_video_title',''),(436025,12416,'_sli_product_type',''),(436026,12416,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860219090051302-m.jpg'),(436027,12416,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860219090051302-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860219090051302-m.jpg\";}'),(436045,12417,'_sli_product_type',''),(436044,12417,'_sli_video_title',''),(436043,12417,'_sli_shortcode','BGdJF4evz1m'),(436042,12417,'_sli_permalink','https://www.instagram.com/p/BGdJF4evz1m/'),(436041,12417,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436040,12417,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGdJF4evz1m&size=l'),(436039,12417,'_sli_media_type','IMAGE'),(436037,12417,'_sli_timestamp','2016-06-10T01:22:02+0000'),(436035,12417,'_sli_media_id','17857225204062947'),(436036,12417,'_sli_media_username','lavendermatyoga'),(436033,12416,'_sli_last_requested','1668112812'),(436034,12416,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436031,12416,'_sli_children','a:0:{}'),(436032,12416,'_sli_is_story',''),(436029,12416,'_sli_comments_count','0'),(436030,12416,'_sli_comments','a:0:{}'),(436028,12416,'_sli_likes_count','0'),(436022,12416,'_sli_permalink','https://www.instagram.com/p/BGfVwfgPz9M/'),(436021,12416,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436019,12416,'_sli_media_type','IMAGE'),(436020,12416,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGfVwfgPz9M&size=l'),(436017,12416,'_sli_timestamp','2016-06-10T21:51:11+0000'),(436018,12416,'_sli_caption','I\'m just going to put this here... ✨⭐️🌙\nBeautiful artwork by @emilymcdowell_'),(436016,12416,'_sli_media_username','lavendermatyoga'),(436015,12416,'_sli_media_id','17860219090051302'),(436013,12415,'_sli_last_requested','1668112811'),(436014,12415,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(436012,12415,'_sli_is_story',''),(436011,12415,'_sli_children','a:0:{}'),(436010,12415,'_sli_comments','a:0:{}'),(436008,12415,'_sli_likes_count','0'),(436009,12415,'_sli_comments_count','0'),(436006,12415,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857709194008792-m.jpg'),(436007,12415,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857709194008792-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857709194008792-m.jpg\";}'),(435998,12415,'_sli_caption','The view from inside your Aerial Yoga hammock cocoon 😊👌🏻\nTeaching Aerial Yoga tonight! DM me for details if you\'d like to join! \n#aerialyoga #aerialsling #aerial'),(435997,12415,'_sli_timestamp','2016-06-15T13:21:57+0000'),(436005,12415,'_sli_product_type',''),(436004,12415,'_sli_video_title',''),(436003,12415,'_sli_shortcode','BGrTdGxPzy7'),(436002,12415,'_sli_permalink','https://www.instagram.com/p/BGrTdGxPzy7/'),(436001,12415,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(436000,12415,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGrTdGxPzy7&size=l'),(435999,12415,'_sli_media_type','IMAGE'),(435996,12415,'_sli_media_username','lavendermatyoga'),(435988,12414,'_sli_likes_count','0'),(435989,12414,'_sli_comments_count','0'),(435990,12414,'_sli_comments','a:0:{}'),(435991,12414,'_sli_children','a:0:{}'),(435992,12414,'_sli_is_story',''),(435993,12414,'_sli_last_requested','1668112811'),(435994,12414,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(435995,12415,'_sli_media_id','17857709194008792'),(435987,12414,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858239333045371-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858239333045371-m.jpg\";}'),(435982,12414,'_sli_permalink','https://www.instagram.com/p/BGt_jXwvz60/'),(435983,12414,'_sli_shortcode','BGt_jXwvz60'),(435984,12414,'_sli_video_title',''),(435985,12414,'_sli_product_type',''),(435986,12414,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858239333045371-m.jpg'),(435979,12414,'_sli_media_type','IMAGE'),(435980,12414,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGt_jXwvz60&size=l'),(435981,12414,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(435978,12414,'_sli_caption','\"Water is the mirror that has the ability to show us what we cannot see. It is the blueprint for our reality, which can change with a single, positive thought. All it takes is faith, if you\'re open to it...By holding the intention of peace towards water, by thinking, speaking and acting with the intention of peace towards water, water can and will bring peace, to our bodies and to the world\"\n- Masaru Emoto\n⭐️\nDaydreaming of owning a @vitajuwels bottle! Did you know @fullmooncrystal has them in stock now? Check it out 👌🏻\n⭐\n#hiddenmessagesinwater #drmasaruemoto #vitajuwel #crystal #crystalhealing #crystalwater #crystalelixir'),(435977,12414,'_sli_timestamp','2016-06-16T14:25:46+0000'),(435976,12414,'_sli_media_username','lavendermatyoga'),(435975,12414,'_sli_media_id','17858239333045371'),(435974,12413,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(435972,12413,'_sli_is_story',''),(435973,12413,'_sli_last_requested','1668112811'),(435971,12413,'_sli_children','a:0:{}'),(435970,12413,'_sli_comments','a:0:{}'),(435969,12413,'_sli_comments_count','0'),(435968,12413,'_sli_likes_count','0'),(435967,12413,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857947454005958-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857947454005958-m.jpg\";}'),(435966,12413,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857947454005958-m.jpg'),(435965,12413,'_sli_product_type',''),(435963,12413,'_sli_shortcode','BGwiZzDPz1Q'),(435964,12413,'_sli_video_title',''),(435959,12413,'_sli_media_type','IMAGE'),(435960,12413,'_sli_media_url','https://lavendermatyoga.com?sli-img=BGwiZzDPz1Q&size=l'),(435961,12413,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(435962,12413,'_sli_permalink','https://www.instagram.com/p/BGwiZzDPz1Q/'),(435957,12413,'_sli_timestamp','2016-06-17T14:08:46+0000'),(435958,12413,'_sli_caption','I woke up with a pit in my stomach\nLast night\nI don\'t even know what to say about last night\nLast night I cried\nLast night I was yet again reminded of the pain I\'ve felt for the past few years\nI was hurt \nI felt like a drowning dolphin, abandoned, lonely, begging to be held above the water to catch a breath of air\nLast night I was let down, yet again\nLast night...\nToday I am working on aligning my chakras, but I feel weak\nThis knot in my stomach is weighing me down\nHow do I face today?\nI remember that today is just one day in the scheme of a great big plan\nI pray to my angels\nI lean on my #magictribe\nI remember the power of just breathing\nInhale \nExhale\nInhale\nExhale\nI accept what is\nResisting the urge to \"wish\" things were different\nTake it day by day\nMinute by minute\nSecond by second\nThis second I am sharing this with all of you\nBecause sharing my discomfort and pain lessens if somehow\nTyping these words seems to take a few pieces of straw off the camels back\nI will not tell the details of last night to spare those involved\nBut I will turn to my #magictribe and ask for whatever support they can give\nIt\'s not the details that matter\nIt\'s the energy, it\'s the essence, the vibe\nAnd my tribes vibe will uplift my spirit\nThank you to you all for listening \nThank you  #spiritualmentor #spiritual #spirituality #spirit #coach #coaching #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher #magic #magictribe #love #tarot #tarotreader #akashic #akashicrecords #inspiration #channeler #wellness #modernmystic #Soulprenuer #spiritualentreprenuer #innerpeace #seizetheday'),(435956,12413,'_sli_media_username','lavendermatyoga'),(435952,12412,'_sli_is_story',''),(435953,12412,'_sli_last_requested','1668112810'),(435954,12412,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(435955,12413,'_sli_media_id','17857947454005958'),(435950,12412,'_sli_comments','a:0:{}'),(435951,12412,'_sli_children','a:0:{}'),(435948,12412,'_sli_likes_count','0'),(435949,12412,'_sli_comments_count','0'),(435947,12412,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859103651016326-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859103651016326-m.jpg\";}'),(435944,12412,'_sli_video_title',''),(435945,12412,'_sli_product_type',''),(435946,12412,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859103651016326-m.jpg'),(435939,12412,'_sli_media_type','IMAGE'),(435940,12412,'_sli_media_url','https://lavendermatyoga.com?sli-img=BG2ZDjevz1e&size=l'),(435941,12412,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(435942,12412,'_sli_permalink','https://www.instagram.com/p/BG2ZDjevz1e/'),(435943,12412,'_sli_shortcode','BG2ZDjevz1e'),(435937,12412,'_sli_timestamp','2016-06-19T20:42:32+0000'),(435938,12412,'_sli_caption','Free yoga? I teach a free class to the public twice a month and tomorrow is the last for June 👌🏻\nCome on out and join me! DM for details 👆🏻\n#charlestonsc #mountpleasant #yoga #freeyoga'),(435929,12411,'_sli_comments_count','0'),(435930,12411,'_sli_comments','a:0:{}'),(435931,12411,'_sli_children','a:0:{}'),(435932,12411,'_sli_is_story',''),(435933,12411,'_sli_last_requested','1668112810'),(435934,12411,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(435935,12412,'_sli_media_id','17859103651016326'),(435936,12412,'_sli_media_username','lavendermatyoga'),(435928,12411,'_sli_likes_count','0'),(435927,12411,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849425771078966-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849425771078966-m.jpg\";}'),(435925,12411,'_sli_product_type',''),(435926,12411,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849425771078966-m.jpg'),(435924,12411,'_sli_video_title',''),(435923,12411,'_sli_shortcode','BG4egC-Pz-3'),(435919,12411,'_sli_media_type','IMAGE'),(435920,12411,'_sli_media_url','https://lavendermatyoga.com?sli-img=BG4egC-Pz-3&size=l'),(435921,12411,'_sli_media_size','a:2:{s:5:\"width\";i:750;s:6:\"height\";i:750;}'),(435922,12411,'_sli_permalink','https://www.instagram.com/p/BG4egC-Pz-3/'),(435918,12411,'_sli_caption','Tonight\'s free yoga will be dedicated to feeling, healing, and releasing with the Full Moon/Summer Solstice energy of today! Join us at 6:00pm in #charlestonsc , visit www.madisonrosenberger.com/community-events\n⭐️\nDo you feel the pull to make shit happen? You can do ANYTHING! Today is a new day, do you feel the summer Solstice awakening the light within you? Do you feel the full moon beckoning you to break free of past fears and past failures. Move forward with confidence! You are ascending to a new level of consiciusness, shake off the cobwebs of the past and embrace the change, embrace the new. I REPEAT, YOU CAN DO ANYTHING!!'),(434809,12410,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434801,12410,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848730041080105-m.jpg'),(434808,12410,'_sli_last_requested','1668028992'),(434807,12410,'_sli_is_story',''),(434806,12410,'_sli_children','a:0:{}'),(434805,12410,'_sli_comments','a:0:{}'),(434804,12410,'_sli_comments_count','0'),(434803,12410,'_sli_likes_count','0'),(434802,12410,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848730041080105-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848730041080105-m.jpg\";}'),(434800,12410,'_sli_product_type',''),(434799,12410,'_sli_video_title',''),(434798,12410,'_sli_shortcode','BG7-sTAPz-w'),(434790,12410,'_sli_media_id','17848730041080105'),(434781,12409,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849554384079985-m.jpg'),(434797,12410,'_sli_permalink','https://www.instagram.com/p/BG7-sTAPz-w/'),(434796,12410,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434794,12410,'_sli_media_type','IMAGE'),(434795,12410,'_sli_media_url','https://lavendermatyoga.com?sli-img=BG7-sTAPz-w&size=l'),(434791,12410,'_sli_media_username','lavendermatyoga'),(434792,12410,'_sli_timestamp','2016-06-22T00:47:37+0000'),(434793,12410,'_sli_caption','Happy International Yoga Day! Interested in exploring your spiritual path through yoga? Then my private program is for you! (We can work via Skype so distance isn\'t an issue) Check it out 👉🏻 www.madisonrosenberger.com/spiritual-yoga\n✨⭐️✨\nBadass tank by @inspiredbystephanierose 💋'),(434787,12409,'_sli_is_story',''),(434788,12409,'_sli_last_requested','1668028991'),(434789,12409,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434786,12409,'_sli_children','a:0:{}'),(434784,12409,'_sli_comments_count','0'),(434785,12409,'_sli_comments','a:0:{}'),(434783,12409,'_sli_likes_count','0'),(434782,12409,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849554384079985-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849554384079985-m.jpg\";}'),(434779,12409,'_sli_video_title',''),(434780,12409,'_sli_product_type',''),(434778,12409,'_sli_shortcode','BHF5EnfArQR'),(434774,12409,'_sli_media_type','IMAGE'),(434775,12409,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHF5EnfArQR&size=l'),(434776,12409,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434777,12409,'_sli_permalink','https://www.instagram.com/p/BHF5EnfArQR/'),(434758,12408,'_sli_shortcode','BHj8o8zA9Jf'),(434759,12408,'_sli_video_title',''),(434760,12408,'_sli_product_type',''),(434761,12408,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857958788013808-m.jpg'),(434762,12408,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857958788013808-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857958788013808-m.jpg\";}'),(434773,12409,'_sli_caption','Have you checked out my article, \"10 Books for Your Self-Love Journey\" over on @happywellmag yet? It\'s a good one 👌🏻✨😉⭐️ \"What is self- love? How do we find it? How do we practice it? You will often hear people advise, “You just need to love yourself more”; wouldn’t it be nice if it was as simple as all that?\" 👉🏻👉🏻👉🏻 http://happywellacademy.com/books-self-love/'),(434772,12409,'_sli_timestamp','2016-06-25T21:10:55+0000'),(434771,12409,'_sli_media_username','lavendermatyoga'),(434770,12409,'_sli_media_id','17849554384079985'),(434769,12408,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434767,12408,'_sli_is_story',''),(434768,12408,'_sli_last_requested','1668028991'),(434766,12408,'_sli_children','a:0:{}'),(434763,12408,'_sli_likes_count','0'),(434764,12408,'_sli_comments_count','0'),(434765,12408,'_sli_comments','a:0:{}'),(434755,12408,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHj8o8zA9Jf&size=l'),(434756,12408,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434757,12408,'_sli_permalink','https://www.instagram.com/p/BHj8o8zA9Jf/'),(434754,12408,'_sli_media_type','IMAGE'),(434753,12408,'_sli_caption','Beach yoga tonight at 6:30pm on #sullivansisland !! Just a reminder that I will only be teaching three more classes this summer! Come while you can 🐠💦🐚🙌🏻\nVisit www.madisonrosenberger.com/community-events or DM me for details!'),(434750,12408,'_sli_media_id','17857958788013808'),(434751,12408,'_sli_media_username','lavendermatyoga'),(434752,12408,'_sli_timestamp','2016-07-07T13:19:18+0000'),(434748,12407,'_sli_last_requested','1668028991'),(434749,12407,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434747,12407,'_sli_is_story',''),(434746,12407,'_sli_children','a:0:{}'),(434741,12407,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860783528051111-m.jpg'),(434745,12407,'_sli_comments','a:0:{}'),(434744,12407,'_sli_comments_count','0'),(434743,12407,'_sli_likes_count','0'),(434742,12407,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860783528051111-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860783528051111-m.jpg\";}'),(434737,12407,'_sli_permalink','https://www.instagram.com/p/BHuXhbkgDi_/'),(434740,12407,'_sli_product_type',''),(434739,12407,'_sli_video_title',''),(434738,12407,'_sli_shortcode','BHuXhbkgDi_'),(434734,12407,'_sli_media_type','IMAGE'),(434735,12407,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHuXhbkgDi_&size=l'),(434736,12407,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434731,12407,'_sli_media_username','lavendermatyoga'),(434732,12407,'_sli_timestamp','2016-07-11T14:26:37+0000'),(434733,12407,'_sli_caption','Woke up feeling unmotivated and down in the dumps...so I\'m taking a page from my own book, putting of email and homework to refill my cup. As you know you can\'t pour from an empty cup and I have clients and yogi students to tend to later today. So right now I\'m tending to myself with a juicy peach, some Sun from Ra (@send_something_beautiful 😉) on my porch with a good book'),(434729,12406,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434730,12407,'_sli_media_id','17860783528051111'),(434728,12406,'_sli_last_requested','1668028990'),(434727,12406,'_sli_is_story',''),(434726,12406,'_sli_children','a:0:{}'),(434722,12406,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858991157051937-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858991157051937-m.jpg\";}'),(434725,12406,'_sli_comments','a:0:{}'),(434724,12406,'_sli_comments_count','0'),(434723,12406,'_sli_likes_count','0'),(434721,12406,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858991157051937-m.jpg'),(434720,12406,'_sli_product_type',''),(434719,12406,'_sli_video_title',''),(434718,12406,'_sli_shortcode','BHurLJpg0jl'),(434717,12406,'_sli_permalink','https://www.instagram.com/p/BHurLJpg0jl/'),(434698,12405,'_sli_shortcode','BHu86D8AYdy'),(434699,12405,'_sli_video_title',''),(434700,12405,'_sli_product_type',''),(434701,12405,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850010948077817-m.jpg'),(434702,12405,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850010948077817-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850010948077817-m.jpg\";}'),(434703,12405,'_sli_likes_count','0'),(434704,12405,'_sli_comments_count','0'),(434705,12405,'_sli_comments','a:0:{}'),(434706,12405,'_sli_children','a:0:{}'),(434707,12405,'_sli_is_story',''),(434708,12405,'_sli_last_requested','1668028990'),(434709,12405,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434710,12406,'_sli_media_id','17858991157051937'),(434711,12406,'_sli_media_username','lavendermatyoga'),(434712,12406,'_sli_timestamp','2016-07-11T17:18:20+0000'),(434713,12406,'_sli_caption','Taking this sandy critter to the vet for his annual shots today 🤕 \n#greatdane #sullivansisland #charlestonsc'),(434714,12406,'_sli_media_type','IMAGE'),(434715,12406,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHurLJpg0jl&size=l'),(434716,12406,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434697,12405,'_sli_permalink','https://www.instagram.com/p/BHu86D8AYdy/'),(434696,12405,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434690,12405,'_sli_media_id','17850010948077817'),(434691,12405,'_sli_media_username','lavendermatyoga'),(434692,12405,'_sli_timestamp','2016-07-11T19:53:17+0000'),(434693,12405,'_sli_caption','Looking for something to help you unwind tonight? Two Monday\'s a month I teach FREE yoga to help everyone destress and prepare for the work week, and tonight\'s the night! Beginners class open to everyone and anyone tonight at  Blue Cross Blue Shield in Mt.Pleasant Towne Center, at 6:00pm 🙌🏻\nDM with any questions!'),(434694,12405,'_sli_media_type','IMAGE'),(434695,12405,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHu86D8AYdy&size=l'),(434688,12404,'_sli_last_requested','1668028989'),(434689,12404,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434687,12404,'_sli_is_story',''),(434685,12404,'_sli_comments','a:0:{}'),(434686,12404,'_sli_children','a:0:{}'),(434684,12404,'_sli_comments_count','0'),(434683,12404,'_sli_likes_count','0'),(434682,12404,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849362927109089-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849362927109089-m.jpg\";}'),(434678,12404,'_sli_shortcode','BHxbL-UAs35'),(434679,12404,'_sli_video_title',''),(434680,12404,'_sli_product_type',''),(434681,12404,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849362927109089-m.jpg'),(434677,12404,'_sli_permalink','https://www.instagram.com/p/BHxbL-UAs35/'),(434676,12404,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434675,12404,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHxbL-UAs35&size=l'),(434674,12404,'_sli_media_type','IMAGE'),(434673,12404,'_sli_caption','Come fly with me tomorrow! There is still space for tomorrow Aerial Yoga class at 6:00pm! DM for details on how to sign up! \n#aerialyoga #charlestonsc #aerialfit'),(434672,12404,'_sli_timestamp','2016-07-12T18:56:21+0000'),(434670,12404,'_sli_media_id','17849362927109089'),(434671,12404,'_sli_media_username','lavendermatyoga'),(434662,12403,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852485825066368-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852485825066368-m.jpg\";}'),(434669,12403,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434668,12403,'_sli_last_requested','1668028989'),(434667,12403,'_sli_is_story',''),(434666,12403,'_sli_children','a:0:{}'),(434665,12403,'_sli_comments','a:0:{}'),(434663,12403,'_sli_likes_count','0'),(434664,12403,'_sli_comments_count','0'),(434660,12403,'_sli_product_type',''),(434653,12403,'_sli_caption','Absolutely in love with my new Quartz Crystal wand that I purchased from @the_inspired_spirit  for my crystal course with @wherejunipergrows ...thanks Heather I adore it! Charged it up with some sun and mermaid energy today 🌞🐠🐚👌🏻✨💦 (we need a crystal emoji!!!)'),(434661,12403,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852485825066368-m.jpg'),(434654,12403,'_sli_media_type','IMAGE'),(434655,12403,'_sli_media_url','https://lavendermatyoga.com?sli-img=BHyGqIlABoK&size=l'),(434656,12403,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434658,12403,'_sli_shortcode','BHyGqIlABoK'),(434659,12403,'_sli_video_title',''),(434657,12403,'_sli_permalink','https://www.instagram.com/p/BHyGqIlABoK/'),(434652,12403,'_sli_timestamp','2016-07-13T01:16:13+0000'),(434651,12403,'_sli_media_username','lavendermatyoga'),(434650,12403,'_sli_media_id','17852485825066368'),(434643,12402,'_sli_likes_count','0'),(434644,12402,'_sli_comments_count','0'),(434645,12402,'_sli_comments','a:0:{}'),(434646,12402,'_sli_children','a:0:{}'),(434647,12402,'_sli_is_story',''),(434648,12402,'_sli_last_requested','1668028988'),(434649,12402,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434641,12402,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858897206046553-m.jpg'),(434642,12402,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858897206046553-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858897206046553-m.jpg\";}'),(434639,12402,'_sli_video_title',''),(434640,12402,'_sli_product_type',''),(434638,12402,'_sli_shortcode','BIIG4WGg8Mw'),(434634,12402,'_sli_media_type','IMAGE'),(434635,12402,'_sli_media_url','https://lavendermatyoga.com?sli-img=BIIG4WGg8Mw&size=l'),(434636,12402,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434637,12402,'_sli_permalink','https://www.instagram.com/p/BIIG4WGg8Mw/'),(434633,12402,'_sli_caption','Who knew succulents bloomed? Not I! Look at my beauty baby!\n🌺🍃🍄'),(434631,12402,'_sli_media_username','lavendermatyoga'),(434632,12402,'_sli_timestamp','2016-07-21T14:21:27+0000'),(434630,12402,'_sli_media_id','17858897206046553'),(434629,12401,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434626,12401,'_sli_children','a:0:{}'),(434628,12401,'_sli_last_requested','1668028988'),(434622,12401,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849824219091406-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849824219091406-m.jpg\";}'),(434627,12401,'_sli_is_story',''),(434624,12401,'_sli_comments_count','0'),(434625,12401,'_sli_comments','a:0:{}'),(434623,12401,'_sli_likes_count','0'),(434621,12401,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849824219091406-m.jpg'),(434620,12401,'_sli_product_type',''),(434618,12401,'_sli_shortcode','BIfP7KbAsyy'),(434619,12401,'_sli_video_title',''),(434616,12401,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434617,12401,'_sli_permalink','https://www.instagram.com/p/BIfP7KbAsyy/'),(434605,12400,'_sli_comments','a:0:{}'),(434606,12400,'_sli_children','a:0:{}'),(434607,12400,'_sli_is_story',''),(434608,12400,'_sli_last_requested','1668028987'),(434609,12400,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434610,12401,'_sli_media_id','17849824219091406'),(434611,12401,'_sli_media_username','lavendermatyoga'),(434612,12401,'_sli_timestamp','2016-07-30T14:03:00+0000'),(434613,12401,'_sli_caption','I just get all giggly and excited when I see people diving into things I have created! It\'s the best part about being a spiritual entrepreneur 🙏🏻💗\n@romy.wyser has printed out her 22 pages where I paired a yoga pose with each card from the major arcana and is ready to start her yoga tarot journey!\n✨\nIf you\'ve been thinking about enrolling in my online lifetime access course do so now! Prices may be rising after the summer ends 🙈\nVisit www.madisonrosenberger.com/tarotsummerschool for details and to sign up!'),(434614,12401,'_sli_media_type','IMAGE'),(434615,12401,'_sli_media_url','https://lavendermatyoga.com?sli-img=BIfP7KbAsyy&size=l'),(434604,12400,'_sli_comments_count','0'),(434569,12398,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434603,12400,'_sli_likes_count','0'),(434602,12400,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859321448013022-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859321448013022-m.jpg\";}'),(434601,12400,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859321448013022-m.jpg'),(434600,12400,'_sli_product_type',''),(434598,12400,'_sli_shortcode','BIkY0RsApOB'),(434599,12400,'_sli_video_title',''),(434597,12400,'_sli_permalink','https://www.instagram.com/p/BIkY0RsApOB/'),(434596,12400,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434594,12400,'_sli_media_type','IMAGE'),(434595,12400,'_sli_media_url','https://lavendermatyoga.com?sli-img=BIkY0RsApOB&size=l'),(434593,12400,'_sli_caption','Twice a month I teach at Blue Cross to bring free yoga to the public! Come join us tonight at 6:00pm! This is for All Levels on you need is a willingness to learn 😁💕🙏🏻\nHead to www.madisonrosenberger.com/community-events to register!'),(434592,12400,'_sli_timestamp','2016-08-01T13:56:55+0000'),(434591,12400,'_sli_media_username','lavendermatyoga'),(434590,12400,'_sli_media_id','17859321448013022'),(434589,12399,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434588,12399,'_sli_last_requested','1668028987'),(434587,12399,'_sli_is_story',''),(434586,12399,'_sli_children','a:0:{}'),(434583,12399,'_sli_likes_count','0'),(434584,12399,'_sli_comments_count','0'),(434585,12399,'_sli_comments','a:0:{}'),(434582,12399,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859243466049782-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859243466049782-m.jpg\";}'),(434581,12399,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859243466049782-m.jpg'),(434580,12399,'_sli_product_type',''),(434579,12399,'_sli_video_title',''),(434578,12399,'_sli_shortcode','BIxQ3V2A-5n'),(434577,12399,'_sli_permalink','https://www.instagram.com/p/BIxQ3V2A-5n/'),(434574,12399,'_sli_media_type','IMAGE'),(434575,12399,'_sli_media_url','https://lavendermatyoga.com?sli-img=BIxQ3V2A-5n&size=l'),(434576,12399,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434573,12399,'_sli_caption','My yoga guru stole my mat!\nYou down dog? 😂😘💋 @roscoe_thegreatdane'),(446801,1308,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(19149,1308,'_sli_last_requested','1668446807'),(19148,1308,'_sli_is_story',''),(19147,1308,'_sli_children','a:0:{}'),(19145,1308,'_sli_comments_count','0'),(19146,1308,'_sli_comments','a:0:{}'),(19144,1308,'_sli_likes_count','0'),(19143,1308,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17957082346005548-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17957082346005548-m.jpg\";}'),(19142,1308,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/36149077_456707554741680_6320726365330997248_n.jpg?_nc_cat=109&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=NK4YcFysA6cAX92xF2W&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_49FvaWtAIHB0h6Cid-UtSRS_MMZsgwTF2D-bCwKpe0g&oe=6281C254'),(19140,1308,'_sli_video_title',''),(19141,1308,'_sli_product_type',''),(19139,1308,'_sli_shortcode','Bk0Pgghn8YJ'),(19138,1308,'_sli_permalink','https://www.instagram.com/p/Bk0Pgghn8YJ/'),(19137,1308,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(434572,12399,'_sli_timestamp','2016-08-06T13:57:33+0000'),(434571,12399,'_sli_media_username','lavendermatyoga'),(434570,12399,'_sli_media_id','17859243466049782'),(434564,12398,'_sli_comments_count','0'),(434565,12398,'_sli_comments','a:0:{}'),(434566,12398,'_sli_children','a:0:{}'),(434567,12398,'_sli_is_story',''),(434568,12398,'_sli_last_requested','1668028987'),(434563,12398,'_sli_likes_count','0'),(19136,1308,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/35521456_489677901472616_3709609963474554828_n.mp4?_nc_cat=109&vs=17937403585084296_470130718&_nc_vs=HBkcFQAYJEdMQURIZ0pvSTE4RlhMMEJBTXlQSm9DYkxuc3pia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJryDzOv49rECFQIoAkMzLBdAIzMzMzMzMxgUZGFzaF9iYXNlbGluZV82NDBfdjERAHXqBwA%3D&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=KgNuno8WUzMAX_y59Hy&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBau983p3WDCcbpbP55T58eedYy6JibMvoj8_Dq8TAtkw&oe=63731C1E&_nc_rid=064a6566ad'),(19135,1308,'_sli_media_type','VIDEO'),(434562,12398,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850756820108349-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850756820108349-m.jpg\";}'),(19134,1308,'_sli_caption','How cute are these oil sparklers?!\nHappy 4th, I hope your holiday is full of wellness, love and laughter 🇺🇸 #Repost @doterra\n・・・\nHappy Independence Day!'),(19133,1308,'_sli_timestamp','2018-07-04T16:25:42+0000'),(19132,1308,'_sli_media_username','lavendermatyoga'),(19131,1308,'_sli_media_id','17957082346005548'),(434553,12398,'_sli_caption','At one point does it become too many books for one nightstand? 🙈🙈🙈 #booknerd'),(434554,12398,'_sli_media_type','IMAGE'),(434555,12398,'_sli_media_url','https://lavendermatyoga.com?sli-img=BI8KkzsAOCx&size=l'),(434561,12398,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850756820108349-m.jpg'),(434560,12398,'_sli_product_type',''),(434559,12398,'_sli_video_title',''),(434558,12398,'_sli_shortcode','BI8KkzsAOCx'),(434557,12398,'_sli_permalink','https://www.instagram.com/p/BI8KkzsAOCx/'),(434556,12398,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434552,12398,'_sli_timestamp','2016-08-10T19:34:14+0000'),(434543,12397,'_sli_likes_count','0'),(434544,12397,'_sli_comments_count','0'),(434545,12397,'_sli_comments','a:0:{}'),(434546,12397,'_sli_children','a:0:{}'),(434547,12397,'_sli_is_story',''),(434548,12397,'_sli_last_requested','1668028986'),(434549,12397,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434522,12396,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862047929052579-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862047929052579-m.jpg\";}'),(434551,12398,'_sli_media_username','lavendermatyoga'),(434550,12398,'_sli_media_id','17850756820108349'),(434542,12397,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860735120011607-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860735120011607-m.jpg\";}'),(434541,12397,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860735120011607-m.jpg'),(434540,12397,'_sli_product_type',''),(434539,12397,'_sli_video_title',''),(434538,12397,'_sli_shortcode','BI-lEJKARVd'),(434535,12397,'_sli_media_url','https://lavendermatyoga.com?sli-img=BI-lEJKARVd&size=l'),(434536,12397,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434537,12397,'_sli_permalink','https://www.instagram.com/p/BI-lEJKARVd/'),(434534,12397,'_sli_media_type','IMAGE'),(434533,12397,'_sli_caption','Beach yoga tonight at 6:30pm!\n🐚🐬🐠\nRemember I\'m only teaching these lush beachy elemental sessions once a month now! And we only have two left after tonight! 🌊🌊🌊\nDM me for details! #beachyoga #charlestonsc @charlestonsc @charlestonmag @charleston.usa'),(434532,12397,'_sli_timestamp','2016-08-11T18:04:11+0000'),(434531,12397,'_sli_media_username','lavendermatyoga'),(434526,12396,'_sli_children','a:0:{}'),(434527,12396,'_sli_is_story',''),(434528,12396,'_sli_last_requested','1668028986'),(434529,12396,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434530,12397,'_sli_media_id','17860735120011607'),(434525,12396,'_sli_comments','a:0:{}'),(434524,12396,'_sli_comments_count','0'),(434523,12396,'_sli_likes_count','0'),(434513,12396,'_sli_caption','I\'m officially a SUP Yoga Teacher!!✨✨✨\nThis week was tremendously healing for me, a lot of repressed emotions and self judgments were released , I was cracked wide open. This week keeps reminding me of a quote I love from the Cinderella movie , \"The greatest risk any of us will take is to be seen as we truly are.\" This trip encouraged me to be even more vulnerable, to truly trust and to radically let go. When you are your most vulnerable truest self then you are in tune with your purpose and what you are here to bring to the world. Be raw and real and trust yourself. The more you trust that you aren\'t alone, that you know what you need, and that your life is perfectly planned,the more life will allow you to sail over whitewater safely. In paddleboard yoga if you grip, you fall, you must trust the board, trust the water and relax into the poses. Trust life. Trust that everything will be okay. You are safe and you are perfect.\n🐠🐬🐠🐬\nCurrently in a hotel ordering room service and watching Harry Potter 🙌🏻 Then it\'s back home for another week of vacation with family! Remember I won\'t be back in office until Sep 6th (see last post) but I\'ll catch up with everyone after the holiday!! 🙏🏻💗🙏🏻😘🐠👌🏻🔮'),(434521,12396,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862047929052579-m.jpg'),(434520,12396,'_sli_product_type',''),(434519,12396,'_sli_video_title',''),(434518,12396,'_sli_shortcode','BJrDfeggzlY'),(434517,12396,'_sli_permalink','https://www.instagram.com/p/BJrDfeggzlY/'),(434516,12396,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434514,12396,'_sli_media_type','IMAGE'),(434515,12396,'_sli_media_url','https://lavendermatyoga.com?sli-img=BJrDfeggzlY&size=l'),(434509,12395,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434510,12396,'_sli_media_id','17862047929052579'),(434511,12396,'_sli_media_username','lavendermatyoga'),(434512,12396,'_sli_timestamp','2016-08-29T00:36:39+0000'),(434508,12395,'_sli_last_requested','1668028985'),(434505,12395,'_sli_comments','a:0:{}'),(434506,12395,'_sli_children','a:0:{}'),(434507,12395,'_sli_is_story',''),(434503,12395,'_sli_likes_count','0'),(434504,12395,'_sli_comments_count','0'),(434501,12395,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861727988004812-m.jpg'),(434502,12395,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861727988004812-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861727988004812-m.jpg\";}'),(434494,12395,'_sli_media_type','IMAGE'),(434495,12395,'_sli_media_url','https://lavendermatyoga.com?sli-img=BJ_OH8lAQjx&size=l'),(434496,12395,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434497,12395,'_sli_permalink','https://www.instagram.com/p/BJ_OH8lAQjx/'),(434498,12395,'_sli_shortcode','BJ_OH8lAQjx'),(434499,12395,'_sli_video_title',''),(434500,12395,'_sli_product_type',''),(434493,12395,'_sli_caption','Towel in the grass by the pool + 🌞 + my new favorite book by @dianacooperangels + a little sunscreen for this ghost 🙋🏼= a great Labor Day. Next up headed to dinner and a movie with my man, counting my blessings today. So much gratitude. Tomorrow I\'ll be back in full swing taking clients and studying my hiney off for the million courses I\'m currently enrolled in, so I\'m soaking up the sunshine while I can 🐬🐠💋⭐️✨🙌🏻🐬🐚\nHappy Labor Day!'),(434492,12395,'_sli_timestamp','2016-09-05T20:34:22+0000'),(434485,12394,'_sli_comments','a:0:{}'),(434490,12395,'_sli_media_id','17861727988004812'),(434491,12395,'_sli_media_username','lavendermatyoga'),(434486,12394,'_sli_children','a:0:{}'),(434487,12394,'_sli_is_story',''),(434488,12394,'_sli_last_requested','1668028985'),(434489,12394,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434428,12391,'_sli_last_requested','1668028984'),(434429,12391,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434430,12392,'_sli_media_id','17842423051158724'),(434431,12392,'_sli_media_username','lavendermatyoga'),(434432,12392,'_sli_timestamp','2016-09-17T15:01:46+0000'),(434433,12392,'_sli_caption','I rub Serenity on the bottom of my feet every night before bed and finito, I\'m out like a light and I sleep like a baby!\n✨✨✨\nNow Serenity comes in capsules!!\n✨✨✨\nOur Earth\'s plants have so much to offer us, a natural solution that respects our body and moves in a natural flow with our energy\n✨✨✨\nReady to shop essential oils but have some questions first? Or need an intuitive consult on the proper oils for you? DM me today! ✨✨✨'),(434483,12394,'_sli_likes_count','0'),(434484,12394,'_sli_comments_count','0'),(434482,12394,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861176045041174-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861176045041174-m.jpg\";}'),(434480,12394,'_sli_product_type',''),(434481,12394,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861176045041174-m.jpg'),(434479,12394,'_sli_video_title',''),(434478,12394,'_sli_shortcode','BKCKPBoAM9O'),(434477,12394,'_sli_permalink','https://www.instagram.com/p/BKCKPBoAM9O/'),(434476,12394,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434473,12394,'_sli_caption','Two words. Crystal Bath ✨🔮☺️🦄'),(434474,12394,'_sli_media_type','IMAGE'),(434475,12394,'_sli_media_url','https://lavendermatyoga.com?sli-img=BKCKPBoAM9O&size=l'),(434469,12393,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434470,12394,'_sli_media_id','17861176045041174'),(434471,12394,'_sli_media_username','lavendermatyoga'),(434472,12394,'_sli_timestamp','2016-09-06T23:58:06+0000'),(434468,12393,'_sli_last_requested','1668028985'),(434467,12393,'_sli_is_story',''),(434464,12393,'_sli_comments_count','0'),(434465,12393,'_sli_comments','a:0:{}'),(434466,12393,'_sli_children','a:0:{}'),(434455,12393,'_sli_media_url','https://lavendermatyoga.com?sli-img=BKYvex3AU4R&size=l'),(434456,12393,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434457,12393,'_sli_permalink','https://www.instagram.com/p/BKYvex3AU4R/'),(434458,12393,'_sli_shortcode','BKYvex3AU4R'),(434459,12393,'_sli_video_title',''),(434460,12393,'_sli_product_type',''),(434461,12393,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842373710171645-m.jpg'),(434462,12393,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842373710171645-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842373710171645-m.jpg\";}'),(434463,12393,'_sli_likes_count','0'),(434454,12393,'_sli_media_type','IMAGE'),(434450,12393,'_sli_media_id','17842373710171645'),(434451,12393,'_sli_media_username','lavendermatyoga'),(434452,12393,'_sli_timestamp','2016-09-15T18:26:51+0000'),(434453,12393,'_sli_caption','My trip to CO was anything but ideal, in fact it was quite miserable... But it was exactly what I needed and really made room for some seriously transformative healing. After returning home I spent a few weeks integrating and adjusting to huge energy shifts, I now feel deeply changed and ready to move forward.\n✨✨✨\nInterested in reading about my trip and what happens when everything goes so perfectly WRONG?\n✨✨✨\nThe story drops tonight in my newsletter! So if you aren\'t on the list just scoot on over to my website (link in bio 👆🏻) and sign up, you get a free 44 page ebook in the process!! ✨✨✨'),(434449,12392,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434447,12392,'_sli_is_story',''),(434448,12392,'_sli_last_requested','1668028984'),(434445,12392,'_sli_comments','a:0:{}'),(434446,12392,'_sli_children','a:0:{}'),(434443,12392,'_sli_likes_count','0'),(434444,12392,'_sli_comments_count','0'),(434439,12392,'_sli_video_title',''),(434440,12392,'_sli_product_type',''),(434441,12392,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842423051158724-m.jpg'),(434442,12392,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842423051158724-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842423051158724-m.jpg\";}'),(434438,12392,'_sli_shortcode','BKdhmZdg5j_'),(434437,12392,'_sli_permalink','https://www.instagram.com/p/BKdhmZdg5j_/'),(434436,12392,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434435,12392,'_sli_media_url','https://lavendermatyoga.com?sli-img=BKdhmZdg5j_&size=l'),(434434,12392,'_sli_media_type','IMAGE'),(434425,12391,'_sli_comments','a:0:{}'),(434426,12391,'_sli_children','a:0:{}'),(434427,12391,'_sli_is_story',''),(434423,12391,'_sli_likes_count','0'),(434424,12391,'_sli_comments_count','0'),(434422,12391,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842502308193730-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842502308193730-m.jpg\";}'),(434420,12391,'_sli_product_type',''),(434421,12391,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842502308193730-m.jpg'),(434419,12391,'_sli_video_title',''),(434418,12391,'_sli_shortcode','BKlVyiJgCJJ'),(434417,12391,'_sli_permalink','https://www.instagram.com/p/BKlVyiJgCJJ/'),(434416,12391,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434410,12391,'_sli_media_id','17842502308193730'),(434411,12391,'_sli_media_username','lavendermatyoga'),(434412,12391,'_sli_timestamp','2016-09-20T15:52:29+0000'),(434413,12391,'_sli_caption','What\' a fabulous idea!!! ✨✨✨\nJust last night I was looking at a deck I own and thought to myself , \"That deck doesn\'t belong to me anymore, who\'s is it?\" ✨✨✨\nThat deck is totally meant for me to use it as @leadwithenergy does! \nPlacing cards around for people to find them and be inspired! Ahh what a great way to use an angel deck!\nWho\'s with me?'),(434414,12391,'_sli_media_type','IMAGE'),(434415,12391,'_sli_media_url','https://lavendermatyoga.com?sli-img=BKlVyiJgCJJ&size=l'),(434409,12390,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434408,12390,'_sli_last_requested','1668028983'),(434405,12390,'_sli_comments','a:0:{}'),(434406,12390,'_sli_children','a:0:{}'),(434407,12390,'_sli_is_story',''),(434403,12390,'_sli_likes_count','0'),(434404,12390,'_sli_comments_count','0'),(434402,12390,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852348326086533-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852348326086533-m.jpg\";}'),(434400,12390,'_sli_product_type',''),(434401,12390,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852348326086533-m.jpg'),(434399,12390,'_sli_video_title',''),(434398,12390,'_sli_shortcode','BKoTM9jgWwC'),(434397,12390,'_sli_permalink','https://www.instagram.com/p/BKoTM9jgWwC/'),(434396,12390,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434395,12390,'_sli_media_url','https://lavendermatyoga.com?sli-img=BKoTM9jgWwC&size=l'),(434362,12388,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856824080066800-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856824080066800-m.jpg\";}'),(434363,12388,'_sli_likes_count','0'),(434364,12388,'_sli_comments_count','0'),(434365,12388,'_sli_comments','a:0:{}'),(434366,12388,'_sli_children','a:0:{}'),(434367,12388,'_sli_is_story',''),(434368,12388,'_sli_last_requested','1668028983'),(434369,12388,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434370,12389,'_sli_media_id','17862319831062263'),(434371,12389,'_sli_media_username','lavendermatyoga'),(434372,12389,'_sli_timestamp','2016-09-26T18:02:05+0000'),(434373,12389,'_sli_caption','Tonight as we shift into the final phase of the moon cycle I will be leading a Yin Yoga class to match the subtle yin energy of tonight\'s Balsamic Moon!\n🌛🌝🌜\nCome on out to Blue Cross Blue Shield in Mt.Pleasant Towne Center tonight at 6:00pm to join! Class is free!\n✨⭐️✨'),(434394,12390,'_sli_media_type','IMAGE'),(434393,12390,'_sli_caption','Look what came today! My diploma in Natural Health for Animals!! 🦄🐬\nIn October I will be announcing brand new offerings! My services are getting a mega makeover!\n🐬🦄\nOne of those new services will be Intuitive Pet Readings/Healings! ✨✨✨💋'),(434390,12390,'_sli_media_id','17852348326086533'),(434391,12390,'_sli_media_username','lavendermatyoga'),(434392,12390,'_sli_timestamp','2016-09-21T19:27:36+0000'),(434389,12389,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434388,12389,'_sli_last_requested','1668028983'),(434387,12389,'_sli_is_story',''),(434386,12389,'_sli_children','a:0:{}'),(434385,12389,'_sli_comments','a:0:{}'),(434384,12389,'_sli_comments_count','0'),(434383,12389,'_sli_likes_count','0'),(434379,12389,'_sli_video_title',''),(434380,12389,'_sli_product_type',''),(434381,12389,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862319831062263-m.jpg'),(434382,12389,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862319831062263-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862319831062263-m.jpg\";}'),(434378,12389,'_sli_shortcode','BK1BY71glZE'),(434377,12389,'_sli_permalink','https://www.instagram.com/p/BK1BY71glZE/'),(434376,12389,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434375,12389,'_sli_media_url','https://lavendermatyoga.com?sli-img=BK1BY71glZE&size=l'),(434374,12389,'_sli_media_type','IMAGE'),(434361,12388,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856824080066800-m.jpg'),(434360,12388,'_sli_product_type',''),(434359,12388,'_sli_video_title',''),(434358,12388,'_sli_shortcode','BK6eS57hIyM'),(434357,12388,'_sli_permalink','https://www.instagram.com/p/BK6eS57hIyM/'),(434356,12388,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434347,12387,'_sli_is_story',''),(434348,12387,'_sli_last_requested','1668028982'),(434355,12388,'_sli_media_url','https://lavendermatyoga.com?sli-img=BK6eS57hIyM&size=l'),(434354,12388,'_sli_media_type','IMAGE'),(434353,12388,'_sli_caption','Settling in for a night of studying 😁'),(434350,12388,'_sli_media_id','17856824080066800'),(434351,12388,'_sli_media_username','lavendermatyoga'),(434352,12388,'_sli_timestamp','2016-09-28T20:50:52+0000'),(434349,12387,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434346,12387,'_sli_children','a:0:{}'),(434345,12387,'_sli_comments','a:0:{}'),(434344,12387,'_sli_comments_count','0'),(434343,12387,'_sli_likes_count','0'),(434334,12387,'_sli_media_type','IMAGE'),(434335,12387,'_sli_media_url','https://lavendermatyoga.com?sli-img=BLOjjXKhy0L&size=l'),(434336,12387,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434337,12387,'_sli_permalink','https://www.instagram.com/p/BLOjjXKhy0L/'),(434338,12387,'_sli_shortcode','BLOjjXKhy0L'),(434339,12387,'_sli_video_title',''),(434340,12387,'_sli_product_type',''),(434341,12387,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853493516099956-m.jpg'),(434342,12387,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853493516099956-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853493516099956-m.jpg\";}'),(434314,12386,'_sli_media_type','IMAGE'),(434315,12386,'_sli_media_url','https://lavendermatyoga.com?sli-img=BLln2z0hLpo&size=l'),(434316,12386,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434317,12386,'_sli_permalink','https://www.instagram.com/p/BLln2z0hLpo/'),(434318,12386,'_sli_shortcode','BLln2z0hLpo'),(434319,12386,'_sli_video_title',''),(434320,12386,'_sli_product_type',''),(434321,12386,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863549183011108-m.jpg'),(434329,12386,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434330,12387,'_sli_media_id','17853493516099956'),(434331,12387,'_sli_media_username','lavendermatyoga'),(434332,12387,'_sli_timestamp','2016-10-06T16:01:37+0000'),(434333,12387,'_sli_caption','Hunkered down at Barnes and Noble (my favorite place on earth) studying for my 500YTT exam with my guy while he studies to become the world\'s greatest engineer! Haha\n✨✨✨\nMy big new offerings announcement will now be pushed back due to my evacuation from Charleston. The hurricane is making me reschedule everything I so perfectly laid out but I\'m grateful because I know this is just another way Hurricane Matthew is teaching me more and more to let go of control! 💕🦄💕\nBut...regardless of the \"when\" I will be announcing the new services and programs via my newsletter, so if you haven\'t subscribed head to my website (link in bio 👆🏻) and sign up in the footer of the site (You get my free ebook on Self-Care after signing up!)\n🐬🐬🐬\nStay safe fellow Charlestonians!'),(434326,12386,'_sli_children','a:0:{}'),(434327,12386,'_sli_is_story',''),(434328,12386,'_sli_last_requested','1668028982'),(434325,12386,'_sli_comments','a:0:{}'),(434323,12386,'_sli_likes_count','0'),(434324,12386,'_sli_comments_count','0'),(434322,12386,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863549183011108-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863549183011108-m.jpg\";}'),(434308,12385,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434306,12385,'_sli_is_story',''),(434307,12385,'_sli_last_requested','1668028981'),(434302,12385,'_sli_likes_count','0'),(434303,12385,'_sli_comments_count','0'),(434304,12385,'_sli_comments','a:0:{}'),(434305,12385,'_sli_children','a:0:{}'),(434293,12385,'_sli_media_type','IMAGE'),(434294,12385,'_sli_media_url','https://lavendermatyoga.com?sli-img=BMFcvRaB7Vd&size=l'),(434295,12385,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434296,12385,'_sli_permalink','https://www.instagram.com/p/BMFcvRaB7Vd/'),(434297,12385,'_sli_shortcode','BMFcvRaB7Vd'),(434298,12385,'_sli_video_title',''),(434299,12385,'_sli_product_type',''),(434300,12385,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843711206141141-m.jpg'),(434301,12385,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843711206141141-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843711206141141-m.jpg\";}'),(434292,12385,'_sli_caption','As I sit here tonight studying to finally take my 500hr Yoga Teacher exam tomorrow I am reflecting on this incredible journey\n✨✨✨\nThis photo is from the physical test from my 200hr training back in 2013 (can you spot me?😁) We were doing 108 Sun Salutes to complete our training, little did I know it was just the beginning. ✨✨✨\nShortly after I moved to Charleston and began my advanced training with @holycowyogacenter , and the past three years have been life changing.\n✨✨✨\nYoga has truly changed my life...when I found it in college I had no idea it would lead me towards my life\'s purpose and a grand new perspective of the world. Yoga triggered my intuitive gifts and and drew me to the path I was meant to live. Yoga was the gateway to my spiritual world and my spiritual exploration.\n💕💕💕💕\nI have so much gratitude for my yoga practice, gratitude for the knowledge I have gained and gratitude for how it has shaped who I am today. ✨✨✨\nTomorrow (if my written exam goes according to plan) it will be the conclusion of this chapter but this journey will never end and for that I am also grateful 🙏🏻\n#30daysofloveandgratitude'),(434288,12384,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434289,12385,'_sli_media_id','17843711206141141'),(434290,12385,'_sli_media_username','lavendermatyoga'),(434291,12385,'_sli_timestamp','2016-10-27T23:40:18+0000'),(434285,12384,'_sli_children','a:0:{}'),(434286,12384,'_sli_is_story',''),(434287,12384,'_sli_last_requested','1668028981'),(434284,12384,'_sli_comments','a:0:{}'),(434283,12384,'_sli_comments_count','0'),(434282,12384,'_sli_likes_count','0'),(434281,12384,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854972213096780-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854972213096780-m.jpg\";}'),(434274,12384,'_sli_media_url','https://lavendermatyoga.com?sli-img=BMeUg1IhGS5&size=l'),(434275,12384,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434276,12384,'_sli_permalink','https://www.instagram.com/p/BMeUg1IhGS5/'),(434277,12384,'_sli_shortcode','BMeUg1IhGS5'),(434278,12384,'_sli_video_title',''),(434279,12384,'_sli_product_type',''),(434280,12384,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17854972213096780-m.jpg'),(434273,12384,'_sli_media_type','IMAGE'),(434272,12384,'_sli_caption','One lucky winner from the #30daysofloveandgratitude challenge will win this beautiful green aventurine stone as well as a session with myself and with @brandylittles !  And it\'s still not too late to join!!😍✨💕\nYou can start your 30 days anytime you want! (30 days of writing a list of five things your grateful for every day, no repeats!) All you have to do to enter to win is post about something your grateful for, use the hashtag #30daysofloveandgratitude and tag myself and @brandylittles , that\'s it!\n🙏🏻🙏🏻🙏🏻🙏🏻💋'),(434265,12383,'_sli_children','a:0:{}'),(434266,12383,'_sli_is_story',''),(434267,12383,'_sli_last_requested','1668028980'),(434268,12383,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434269,12384,'_sli_media_id','17854972213096780'),(434270,12384,'_sli_media_username','lavendermatyoga'),(434271,12384,'_sli_timestamp','2016-11-06T15:29:26+0000'),(434263,12383,'_sli_comments_count','0'),(434264,12383,'_sli_comments','a:0:{}'),(434262,12383,'_sli_likes_count','0'),(434261,12383,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865096541023505-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865096541023505-m.jpg\";}'),(434260,12383,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865096541023505-m.jpg'),(434253,12383,'_sli_media_type','IMAGE'),(434254,12383,'_sli_media_url','https://lavendermatyoga.com?sli-img=BM2lFOjh2wU&size=l'),(434255,12383,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434256,12383,'_sli_permalink','https://www.instagram.com/p/BM2lFOjh2wU/'),(434257,12383,'_sli_shortcode','BM2lFOjh2wU'),(434258,12383,'_sli_video_title',''),(434259,12383,'_sli_product_type',''),(434252,12383,'_sli_caption','So my \"moontime\" decided to come on the exact day of the massive full moon yesterday and let\'s just say I was like 😝😡🙃😅😫😭😵😤😰 ..... and then I tried out my brand new potion from @woodenspoonherbs and I was like 😌😌😌😌😌😌......... you get the point ✨😇✨'),(434202,12380,'_sli_likes_count','0'),(434203,12380,'_sli_comments_count','0'),(434204,12380,'_sli_comments','a:0:{}'),(434205,12380,'_sli_children','a:0:{}'),(434206,12380,'_sli_is_story',''),(434207,12380,'_sli_last_requested','1668028979'),(434208,12380,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434209,12381,'_sli_media_id','17872268821047535'),(434210,12381,'_sli_media_username','lavendermatyoga'),(434211,12381,'_sli_timestamp','2017-01-09T15:40:03+0000'),(434212,12381,'_sli_caption','Adding a little Cheer to this freezing cold day with these 2 self care tools. What are you doing to take care of yourself today?'),(434213,12381,'_sli_media_type','IMAGE'),(434214,12381,'_sli_media_url','https://lavendermatyoga.com?sli-img=BPDImk8h6it&size=l'),(434215,12381,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(434216,12381,'_sli_permalink','https://www.instagram.com/p/BPDImk8h6it/'),(434217,12381,'_sli_shortcode','BPDImk8h6it'),(434218,12381,'_sli_video_title',''),(434219,12381,'_sli_product_type',''),(434220,12381,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872268821047535-m.jpg'),(434221,12381,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872268821047535-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872268821047535-m.jpg\";}'),(434222,12381,'_sli_likes_count','0'),(434223,12381,'_sli_comments_count','0'),(434224,12381,'_sli_comments','a:0:{}'),(434225,12381,'_sli_children','a:0:{}'),(434226,12381,'_sli_is_story',''),(434227,12381,'_sli_last_requested','1668028980'),(434228,12381,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434229,12382,'_sli_media_id','17866774003058139'),(434230,12382,'_sli_media_username','lavendermatyoga'),(434231,12382,'_sli_timestamp','2016-11-17T19:50:53+0000'),(434232,12382,'_sli_caption','Today I had a Coke\nYes, yes I know how terrible they are, they rot insides and are the epitome of poor health...but guess what?\nI\'m human and today I had a Coke!\nPlease stop putting pressure on yourself and others to be perfect! Lower your expectations, you aren\'t going to be 100% in alignment all of the time.\nWe are spirits having a human experience which includes being \"bad\" from time to time\nI put that word in quotes because there is no bad or good, there is only what \"is\", this is a human experience and it comes with \"bad\" and \"good\" despite how hard you try to always be in alignment you will always have both sides of the coin in play!\nIt\'s no wonder everyone has such a hard time with self-love, because we refuse to accept ourselves as human beings.\nHumans who eat choc cake, binge watch Netflix, have one-night stands and drink Coke from time to time.\nSpirituality is not about striving for perfection, it\'s about accepting yourself completely. It\'s not about trying to fix yourself, it\'s about realizing you\'re already absolutely perfect even when you decide to drink a Coke.'),(434233,12382,'_sli_media_type','IMAGE'),(434234,12382,'_sli_media_url','https://lavendermatyoga.com?sli-img=BM7HLTUByWA&size=l'),(434235,12382,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434236,12382,'_sli_permalink','https://www.instagram.com/p/BM7HLTUByWA/'),(434237,12382,'_sli_shortcode','BM7HLTUByWA'),(434250,12383,'_sli_media_username','lavendermatyoga'),(434251,12383,'_sli_timestamp','2016-11-16T01:35:59+0000'),(434249,12383,'_sli_media_id','17865096541023505'),(434246,12382,'_sli_is_story',''),(434247,12382,'_sli_last_requested','1668028980'),(434248,12382,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434245,12382,'_sli_children','a:0:{}'),(434244,12382,'_sli_comments','a:0:{}'),(434242,12382,'_sli_likes_count','0'),(434243,12382,'_sli_comments_count','0'),(434241,12382,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866774003058139-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866774003058139-m.jpg\";}'),(434238,12382,'_sli_video_title',''),(434239,12382,'_sli_product_type',''),(434240,12382,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866774003058139-m.jpg'),(432687,12361,'_sli_media_type','IMAGE'),(432688,12361,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bi-B97ng7SW&size=l'),(432686,12361,'_sli_caption','So this is what heaven looks like...... via @herbivorebotanicals'),(434201,12380,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858236516123821-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858236516123821-m.jpg\";}'),(434197,12380,'_sli_shortcode','BPOP1cAhe3Q'),(434198,12380,'_sli_video_title',''),(434199,12380,'_sli_product_type',''),(434200,12380,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858236516123821-m.jpg'),(434193,12380,'_sli_media_type','IMAGE'),(434194,12380,'_sli_media_url','https://lavendermatyoga.com?sli-img=BPOP1cAhe3Q&size=l'),(434195,12380,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(434196,12380,'_sli_permalink','https://www.instagram.com/p/BPOP1cAhe3Q/'),(434190,12380,'_sli_media_username','lavendermatyoga'),(434191,12380,'_sli_timestamp','2017-01-13T23:14:54+0000'),(434192,12380,'_sli_caption','Did some mermaid channeling at the beach today and received this message to share with you! 🐡🦀🐋🐬🐙\nThe mermaids ask you to stay optimistic and recognize you are worth all that you desire. Stop longing for what you wish for. Stop wishing on stars, instead realize you are the star. Stop hiding away your light, shine bright and so fully that it is all consuming. Your dreams are being drawn to you like a firefly to a spark.'),(434189,12380,'_sli_media_id','17858236516123821'),(432681,12360,'_sli_last_requested','1667942581'),(432682,12360,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432683,12361,'_sli_media_id','17947689355028710'),(432684,12361,'_sli_media_username','lavendermatyoga'),(432685,12361,'_sli_timestamp','2018-05-19T18:33:45+0000'),(432653,12359,'_sli_product_type',''),(432654,12359,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855888239256764-m.jpg'),(432651,12359,'_sli_shortcode','BjH1mzOAA-v'),(432652,12359,'_sli_video_title',''),(432650,12359,'_sli_permalink','https://www.instagram.com/p/BjH1mzOAA-v/'),(432649,12359,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432648,12359,'_sli_media_url','https://lavendermatyoga.com?sli-img=BjH1mzOAA-v&size=l'),(432647,12359,'_sli_media_type','IMAGE'),(432646,12359,'_sli_caption','I literally wouldn’t make it through my moontime without this tonic by @woodenspoonherbs 🙏🏻🙏🏻 I cant recommend it enough!'),(432643,12359,'_sli_media_id','17855888239256764'),(432644,12359,'_sli_media_username','lavendermatyoga'),(432645,12359,'_sli_timestamp','2018-05-23T13:58:09+0000'),(432642,12358,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432640,12358,'_sli_is_story',''),(432641,12358,'_sli_last_requested','1667942580'),(432639,12358,'_sli_children','a:0:{}'),(432637,12358,'_sli_comments_count','0'),(432638,12358,'_sli_comments','a:0:{}'),(432634,12358,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17948292007002251-m.jpg'),(432635,12358,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17948292007002251-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17948292007002251-m.jpg\";}'),(432636,12358,'_sli_likes_count','0'),(432633,12358,'_sli_product_type',''),(432631,12358,'_sli_shortcode','BjNEtnPgiAO'),(432632,12358,'_sli_video_title',''),(432630,12358,'_sli_permalink','https://www.instagram.com/p/BjNEtnPgiAO/'),(432629,12358,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(432628,12358,'_sli_media_url','https://lavendermatyoga.com?sli-img=BjNEtnPgiAO&size=l'),(432627,12358,'_sli_media_type','IMAGE'),(432624,12358,'_sli_media_username','lavendermatyoga'),(432625,12358,'_sli_timestamp','2018-05-25T14:46:21+0000'),(432626,12358,'_sli_caption','The highlighted part is key but the whole page is gold! This can happen for anyone but most often it is the woman in the relationship. This is why practicing to be interdependent is key in relationships.'),(432621,12357,'_sli_last_requested','1667942580'),(434188,12379,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434187,12379,'_sli_last_requested','1668028979'),(434186,12379,'_sli_is_story',''),(434184,12379,'_sli_comments','a:0:{}'),(434185,12379,'_sli_children','a:0:{}'),(434182,12379,'_sli_likes_count','0'),(434181,12379,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858277007121239-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858277007121239-m.jpg\";}'),(434183,12379,'_sli_comments_count','0'),(434176,12379,'_sli_permalink','https://www.instagram.com/p/BPQAul_BGWu/'),(434177,12379,'_sli_shortcode','BPQAul_BGWu'),(434178,12379,'_sli_video_title',''),(434179,12379,'_sli_product_type',''),(434180,12379,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858277007121239-m.jpg'),(434174,12379,'_sli_media_url','https://lavendermatyoga.com?sli-img=BPQAul_BGWu&size=l'),(434175,12379,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:792;}'),(434173,12379,'_sli_media_type','IMAGE'),(434172,12379,'_sli_caption','The lovely Kirsten from @colourlightbalance is hosting a spectacular giveaway! Check it out! ✨✨💕\n#birthangelgiveaway'),(434171,12379,'_sli_timestamp','2017-01-14T15:41:22+0000'),(434170,12379,'_sli_media_username','lavendermatyoga'),(434169,12379,'_sli_media_id','17858277007121239'),(434166,12378,'_sli_is_story',''),(434167,12378,'_sli_last_requested','1668028978'),(434168,12378,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434162,12378,'_sli_likes_count','0'),(434163,12378,'_sli_comments_count','0'),(434164,12378,'_sli_comments','a:0:{}'),(434165,12378,'_sli_children','a:0:{}'),(434161,12378,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857538860081793-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857538860081793-m.jpg\";}'),(434159,12378,'_sli_product_type',''),(434160,12378,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17857538860081793-m.jpg'),(434157,12378,'_sli_shortcode','BPTekrVh_YS'),(434158,12378,'_sli_video_title',''),(434156,12378,'_sli_permalink','https://www.instagram.com/p/BPTekrVh_YS/'),(434153,12378,'_sli_media_type','IMAGE'),(434154,12378,'_sli_media_url','https://lavendermatyoga.com?sli-img=BPTekrVh_YS&size=l'),(434155,12378,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434152,12378,'_sli_caption','@stephaniemburg had some inspiration tea tonight and I just had to share! #truthbomb ✨✨✨\nToday was the last day of my juice cleanse and I can happily say I feel incredibly clear, fresh, and energized! I\'m ready to tackle 2017! That being said...bring on breakfast 😛😋'),(434151,12378,'_sli_timestamp','2017-01-15T23:59:53+0000'),(434150,12378,'_sli_media_username','lavendermatyoga'),(434149,12378,'_sli_media_id','17857538860081793'),(434147,12377,'_sli_last_requested','1668028978'),(434148,12377,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434146,12377,'_sli_is_story',''),(434144,12377,'_sli_comments','a:0:{}'),(434145,12377,'_sli_children','a:0:{}'),(434142,12377,'_sli_likes_count','0'),(434143,12377,'_sli_comments_count','0'),(434141,12377,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869707868001490-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869707868001490-m.jpg\";}'),(434137,12377,'_sli_shortcode','BPWWP3sBCCa'),(434138,12377,'_sli_video_title',''),(434139,12377,'_sli_product_type',''),(434140,12377,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869707868001490-m.jpg'),(434136,12377,'_sli_permalink','https://www.instagram.com/p/BPWWP3sBCCa/'),(434135,12377,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434134,12377,'_sli_media_url','https://lavendermatyoga.com?sli-img=BPWWP3sBCCa&size=l'),(434133,12377,'_sli_media_type','IMAGE'),(434132,12377,'_sli_caption','How confident and inspiring is this yellow?! Not much more time to enter the giveaway hosted by @colourlightbalance #birthangelgiveaway'),(434131,12377,'_sli_timestamp','2017-01-17T02:44:51+0000'),(434130,12377,'_sli_media_username','lavendermatyoga'),(434129,12377,'_sli_media_id','17869707868001490'),(434126,12376,'_sli_is_story',''),(434127,12376,'_sli_last_requested','1668028977'),(434128,12376,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434122,12376,'_sli_likes_count','0'),(434123,12376,'_sli_comments_count','0'),(434124,12376,'_sli_comments','a:0:{}'),(434125,12376,'_sli_children','a:0:{}'),(434121,12376,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859394861115512-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859394861115512-m.jpg\";}'),(434120,12376,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859394861115512-m.jpg'),(434118,12376,'_sli_video_title',''),(434119,12376,'_sli_product_type',''),(434117,12376,'_sli_shortcode','BPfYK4uB4VF'),(434113,12376,'_sli_media_type','IMAGE'),(434114,12376,'_sli_media_url','https://lavendermatyoga.com?sli-img=BPfYK4uB4VF&size=l'),(434115,12376,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(434116,12376,'_sli_permalink','https://www.instagram.com/p/BPfYK4uB4VF/'),(434110,12376,'_sli_media_username','lavendermatyoga'),(434111,12376,'_sli_timestamp','2017-01-20T14:54:49+0000'),(434112,12376,'_sli_caption','Having a wonderfully juicy morning with my boy.. see what I did there 😜'),(434108,12375,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434109,12376,'_sli_media_id','17859394861115512'),(434107,12375,'_sli_last_requested','1668028977'),(434106,12375,'_sli_is_story',''),(434105,12375,'_sli_children','a:0:{}'),(434104,12375,'_sli_comments','a:0:{}'),(434102,12375,'_sli_likes_count','0'),(434103,12375,'_sli_comments_count','0'),(434098,12375,'_sli_video_title',''),(434099,12375,'_sli_product_type',''),(434100,12375,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871534847034539-m.jpg'),(434101,12375,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871534847034539-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871534847034539-m.jpg\";}'),(434090,12375,'_sli_media_username','lavendermatyoga'),(434091,12375,'_sli_timestamp','2017-01-29T14:43:27+0000'),(434092,12375,'_sli_caption','Let\'s talk about Up 🐶 (translation Upward Facing Dog Pose) The most common mistake I see in class is with this pose and it is a very dangerous one. When in up dog do not allow your hips or legs to touch the floor. Up dog requires a tremendous amount of strength as you are holding yourself up, hovering off the ground. Do not allow your whole low back to turn off or let your hips and legs flop to the floor, do not wrench your back by forcing your chest up with your arms. Allow only the tops of the feet to be touching that floor, draw the shoulders back and down away from the ears, feel energy and strength in your quads, back and abdomen. ✨✨✨\nAnd always remember to modify, if this pose is too challenging at the moment there is zero shame in doing a Cobra when the teacher instructs Up Dog, modify the whole Vinyasa, plank on knees to cobra is what I did for a very long time until I developed more strength\n✨✨✨\nThis is also why I stress the importance of private yoga before attending fast paced group classes. My Siddhi Yoga Program can also be taught over Skype so you don\'t need to live in Charleston to work with me! (Imagine following an online class but instead the teacher actually talks back, focuses the class on your needs and helps you fix your misalignments!) Please don\'t hesitate to reach out if you have any questions! DM me 😊'),(434093,12375,'_sli_media_type','IMAGE'),(434094,12375,'_sli_media_url','https://lavendermatyoga.com?sli-img=BP2iBjgBrON&size=l'),(434095,12375,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:427;}'),(434096,12375,'_sli_permalink','https://www.instagram.com/p/BP2iBjgBrON/'),(434097,12375,'_sli_shortcode','BP2iBjgBrON'),(434088,12374,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434089,12375,'_sli_media_id','17871534847034539'),(434087,12374,'_sli_last_requested','1668028977'),(434085,12374,'_sli_children','a:0:{}'),(434086,12374,'_sli_is_story',''),(434084,12374,'_sli_comments','a:0:{}'),(434083,12374,'_sli_comments_count','0'),(434082,12374,'_sli_likes_count','0'),(434081,12374,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859922672129799-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859922672129799-m.jpg\";}'),(434074,12374,'_sli_media_url','https://lavendermatyoga.com?sli-img=BP4_FVNAIId&size=l'),(434075,12374,'_sli_media_size','a:2:{s:5:\"width\";i:513;s:6:\"height\";i:343;}'),(434080,12374,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859922672129799-m.jpg'),(434079,12374,'_sli_product_type',''),(434077,12374,'_sli_shortcode','BP4_FVNAIId'),(434078,12374,'_sli_video_title',''),(434076,12374,'_sli_permalink','https://www.instagram.com/p/BP4_FVNAIId/'),(434073,12374,'_sli_media_type','IMAGE'),(434068,12373,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434069,12374,'_sli_media_id','17859922672129799'),(434070,12374,'_sli_media_username','lavendermatyoga'),(434071,12374,'_sli_timestamp','2017-01-30T13:35:51+0000'),(434072,12374,'_sli_caption','Essential Yoga is an incredibly powerful practice alone, paired with 15 minutes of guided meditation? Forget about it! 😘🦋✨👌🏻 ATTENTION CHARLESTONIAN LADIES✨✨✨\nI am hosting this killer workshop for the IT GIRLS of Charleston MeetUp group tomorrow! All you need to do is go join their group to participate! DM me if you need help finding their MeetUp page.\n✨✨✨✨\nEssential Yoga: Release, Relax, Restore - 1/31 @ 6:00pm- 7:30pm - Investment $35\n✨✨✨\nThis class will combine essential oils and yin yoga, followed by 15-20 minutes of guided meditation.\n✨✨✨\nYin yoga is a slow-paced style of yoga with poses, or asanas, are held for three or more minutes. Yin yoga promotes flexibility in areas of the body where you hold the most tension especially the shoulders, hips, pelvis, and lower spine. Yin works deep in the body with the connective tissue and has been called “Needless Acupuncture”.\nThe selection of oils and the order in which they are used is designed to move stagnant energy, detoxify the body, calm the mind, relax the body and restore equilibrium. A head-to-toe restorative practice of long-held yin poses combined with essential oils and a focus on the breath, sensation, and stillness instills the power of scent memory. ✨✨✨\nTo finish, a long relaxing guided meditation in Savasana (final relaxation pose) combined with Balance essential oil blend allows the body to assimilate this powerful practice and align with your core being\n✨✨✨\nEssential oils used in the practice include: Cypress, Grapefruit, Frankincense, Marjoram, Deep Blue Blend, and Balance Blend.\n💓💓💓 🙌🏻🙏🏻🙌🏻🙏🏻'),(434042,12372,'_sli_likes_count','0'),(434043,12372,'_sli_comments_count','0'),(434044,12372,'_sli_comments','a:0:{}'),(434045,12372,'_sli_children','a:0:{}'),(434046,12372,'_sli_is_story',''),(434047,12372,'_sli_last_requested','1668028975'),(434048,12372,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434049,12373,'_sli_media_id','17848508122178002'),(434050,12373,'_sli_media_username','lavendermatyoga'),(434051,12373,'_sli_timestamp','2017-02-05T19:43:21+0000'),(434052,12373,'_sli_caption','\"You are not a helpless victim of your own thoughts, but rather a master of your mind. What do you need to let go of? Take a deep breath, relax, and say to yourself, \'I am willing to let go. I release. I let go. I release all tension. I release all fear. I release all anger. I release all guilt. I release all sadness. I let go of all old limitations. I let go, and I am at peace. I am at peace with myself. I am at peace with the process of life. I am safe.\'\"\nLouise Hay'),(434053,12373,'_sli_media_type','IMAGE'),(434054,12373,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQJF6PPFr4u&size=l'),(434055,12373,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:625;}'),(434056,12373,'_sli_permalink','https://www.instagram.com/p/BQJF6PPFr4u/'),(434057,12373,'_sli_shortcode','BQJF6PPFr4u'),(434058,12373,'_sli_video_title',''),(434059,12373,'_sli_product_type',''),(434060,12373,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848508122178002-m.jpg'),(434061,12373,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848508122178002-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848508122178002-m.jpg\";}'),(434062,12373,'_sli_likes_count','0'),(434063,12373,'_sli_comments_count','0'),(434064,12373,'_sli_comments','a:0:{}'),(434065,12373,'_sli_children','a:0:{}'),(434066,12373,'_sli_is_story',''),(434067,12373,'_sli_last_requested','1668028976'),(434041,12372,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860746439114725-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860746439114725-m.jpg\";}'),(434039,12372,'_sli_product_type',''),(434040,12372,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860746439114725-m.jpg'),(434036,12372,'_sli_permalink','https://www.instagram.com/p/BQLKFpxFWUJ/'),(434037,12372,'_sli_shortcode','BQLKFpxFWUJ'),(434038,12372,'_sli_video_title',''),(434033,12372,'_sli_media_type','IMAGE'),(434034,12372,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQLKFpxFWUJ&size=l'),(434035,12372,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434024,12371,'_sli_comments','a:0:{}'),(434025,12371,'_sli_children','a:0:{}'),(434026,12371,'_sli_is_story',''),(434027,12371,'_sli_last_requested','1668028975'),(434028,12371,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434029,12372,'_sli_media_id','17860746439114725'),(434030,12372,'_sli_media_username','lavendermatyoga'),(434031,12372,'_sli_timestamp','2017-02-06T14:58:21+0000'),(434032,12372,'_sli_caption','Join me a at 6pm tonight at Blue Cross Blue Shield in Mt. P Towne Center for FREE Intuitive Healing Yoga! (DM for directions)\n✨✨✨✨\nI have partnered with Blue Cross Blue Shield to offer free classes twice a month to the public!\nThis is an All Levels, intuitively guided and powerful healing class. Using my gifts as a skilled intuitive I energetically tap into the students as a whole in each individual class and allow the energy to guide me. This results in a different theme, pace, and purpose for each class. This style of yoga is intended to heal you on a deep profound mental, emotional, spiritual, and physical level. It is important to me to make sure that every student is comfortable and safe when practicing yoga, so this class has a hands-on teaching approach. Bring a friend and I\'ll see you tonight!\n🙏🏻🙏🏻🙏🏻🙏🏻\nPicture of my feetsies taken for @inspiredbystephanierose , check out the Buddha ring! He\'s my favorite 🙌🏻'),(434023,12371,'_sli_comments_count','0'),(434022,12371,'_sli_likes_count','0'),(434021,12371,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871674560008160-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871674560008160-m.jpg\";}'),(434020,12371,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871674560008160-m.jpg'),(434019,12371,'_sli_product_type',''),(434016,12371,'_sli_permalink','https://www.instagram.com/p/BQL2Yu4F_9O/'),(434017,12371,'_sli_shortcode','BQL2Yu4F_9O'),(434018,12371,'_sli_video_title',''),(434015,12371,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(434014,12371,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQL2Yu4F_9O&size=l'),(434013,12371,'_sli_media_type','IMAGE'),(434012,12371,'_sli_caption','Check out my guest post for @healingconnectionnetwork , a 10 min easy morning yoga sequence you can do in bed to kick start your day! \nhttps://www.healingconnectionnetwork.com/easy-10-minute-yoga-morning-sequence/'),(434010,12371,'_sli_media_username','lavendermatyoga'),(434011,12371,'_sli_timestamp','2017-02-06T21:25:26+0000'),(434007,12370,'_sli_last_requested','1668028975'),(434008,12370,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(434009,12371,'_sli_media_id','17871674560008160'),(434005,12370,'_sli_children','a:0:{}'),(434006,12370,'_sli_is_story',''),(434004,12370,'_sli_comments','a:0:{}'),(434003,12370,'_sli_comments_count','0'),(434002,12370,'_sli_likes_count','0'),(433986,12369,'_sli_is_story',''),(433987,12369,'_sli_last_requested','1668028974'),(433988,12369,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(433989,12370,'_sli_media_id','17848532152189336'),(433990,12370,'_sli_media_username','lavendermatyoga'),(433991,12370,'_sli_timestamp','2017-02-06T22:47:40+0000'),(433992,12370,'_sli_caption','Prepping for a packed yoga class tonight! 🙏🏻💕🙏🏻💕🙏🏻'),(433993,12370,'_sli_media_type','IMAGE'),(433994,12370,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQL_zBbFBUR&size=l'),(433995,12370,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(433996,12370,'_sli_permalink','https://www.instagram.com/p/BQL_zBbFBUR/'),(433997,12370,'_sli_shortcode','BQL_zBbFBUR'),(433998,12370,'_sli_video_title',''),(433999,12370,'_sli_product_type',''),(434000,12370,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848532152189336-m.jpg'),(434001,12370,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848532152189336-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17848532152189336-m.jpg\";}'),(433985,12369,'_sli_children','a:0:{}'),(433984,12369,'_sli_comments','a:0:{}'),(433983,12369,'_sli_comments_count','0'),(433982,12369,'_sli_likes_count','0'),(433980,12369,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859083302089679-m.jpg'),(433981,12369,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859083302089679-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859083302089679-m.jpg\";}'),(433979,12369,'_sli_product_type',''),(433978,12369,'_sli_video_title',''),(433977,12369,'_sli_shortcode','BQOt4INlSG9'),(433976,12369,'_sli_permalink','https://www.instagram.com/p/BQOt4INlSG9/'),(433975,12369,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(433969,12369,'_sli_media_id','17859083302089679'),(433970,12369,'_sli_media_username','lavendermatyoga'),(433971,12369,'_sli_timestamp','2017-02-08T00:08:48+0000'),(433972,12369,'_sli_caption','I spy with my little eye a stinky puppy stealing my meditation rug 😍💕✨🌙💫'),(433973,12369,'_sli_media_type','IMAGE'),(433974,12369,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQOt4INlSG9&size=l'),(433968,12368,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(433967,12368,'_sli_last_requested','1668028974'),(433965,12368,'_sli_children','a:0:{}'),(433966,12368,'_sli_is_story',''),(433963,12368,'_sli_comments_count','0'),(433964,12368,'_sli_comments','a:0:{}'),(433961,12368,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871983248046863-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871983248046863-m.jpg\";}'),(433962,12368,'_sli_likes_count','0'),(433957,12368,'_sli_shortcode','BQYA89UFcoD'),(433958,12368,'_sli_video_title',''),(433959,12368,'_sli_product_type',''),(433960,12368,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871983248046863-m.jpg'),(433956,12368,'_sli_permalink','https://www.instagram.com/p/BQYA89UFcoD/'),(433955,12368,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1349;}'),(433953,12368,'_sli_media_type','IMAGE'),(433954,12368,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQYA89UFcoD&size=l'),(433950,12368,'_sli_media_username','lavendermatyoga'),(433951,12368,'_sli_timestamp','2017-02-11T14:48:39+0000'),(433952,12368,'_sli_caption','How gorgeous is this tree I walk by on my walks in the park. Next time you see something this beautiful stop and soak in its beauty don\'t just catch a glimpse as you zoom by.\n@the_soulessence Any idea what flowers these are\n#nofilter #breathtaking'),(433949,12368,'_sli_media_id','17871983248046863'),(433948,12367,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(433947,12367,'_sli_last_requested','1668028973'),(433946,12367,'_sli_is_story',''),(433945,12367,'_sli_children','a:0:{}'),(433944,12367,'_sli_comments','a:0:{}'),(433943,12367,'_sli_comments_count','0'),(433942,12367,'_sli_likes_count','0'),(433941,12367,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850913831140639-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850913831140639-m.jpg\";}'),(433940,12367,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850913831140639-m.jpg'),(433938,12367,'_sli_video_title',''),(433939,12367,'_sli_product_type',''),(433937,12367,'_sli_shortcode','BQbz6odFPHh'),(433936,12367,'_sli_permalink','https://www.instagram.com/p/BQbz6odFPHh/'),(433935,12367,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(433933,12367,'_sli_media_type','IMAGE'),(433934,12367,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQbz6odFPHh&size=l'),(433932,12367,'_sli_caption','Soaking up these yummy clearing vibes courtesy of @kateholderness \'s gorgeous Salt Lamp 🙏🏻😍'),(433927,12366,'_sli_last_requested','1668028973'),(433928,12366,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(433929,12367,'_sli_media_id','17850913831140639'),(433930,12367,'_sli_media_username','lavendermatyoga'),(433931,12367,'_sli_timestamp','2017-02-13T02:11:42+0000'),(433926,12366,'_sli_is_story',''),(433925,12366,'_sli_children','a:0:{}'),(433924,12366,'_sli_comments','a:0:{}'),(433923,12366,'_sli_comments_count','0'),(433922,12366,'_sli_likes_count','0'),(433920,12366,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871415000030702-m.jpg'),(433921,12366,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871415000030702-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17871415000030702-m.jpg\";}'),(433919,12366,'_sli_product_type',''),(433913,12366,'_sli_media_type','IMAGE'),(433914,12366,'_sli_media_url','https://lavendermatyoga.com?sli-img=BQd5CzDl6Mk&size=l'),(433915,12366,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(433916,12366,'_sli_permalink','https://www.instagram.com/p/BQd5CzDl6Mk/'),(433917,12366,'_sli_shortcode','BQd5CzDl6Mk'),(433918,12366,'_sli_video_title',''),(433911,12366,'_sli_timestamp','2017-02-13T21:34:59+0000'),(433912,12366,'_sli_caption','I\'ve got the best study buddy in the world 😍\n✨✨✨\nAs I mentioned in my past few announcements I am taking a step back from teaching online classes so that I can commit to my private clients, my book writing, my oracle deck and last but certainly not least my PhD program!!\nIve had a very full day of studying with this guy on the porch and it was blissful!\n✨✨✨\nThat being said, I do have one last online course I will be releasing in the next month or two called \"30 Days to Meditation\" and you can still buy all my past online courses in my shop! 💕💕I also have an exciting in person healing series coming up for those of you who live in Charleston! 💋💋'),(432622,12357,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432623,12358,'_sli_media_id','17948292007002251'),(432620,12357,'_sli_is_story',''),(432619,12357,'_sli_children','a:0:{}'),(432618,12357,'_sli_comments','a:0:{}'),(433910,12366,'_sli_media_username','lavendermatyoga'),(433909,12366,'_sli_media_id','17871415000030702'),(432616,12357,'_sli_likes_count','0'),(432617,12357,'_sli_comments_count','0'),(432615,12357,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17950006459038443-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17950006459038443-m.jpg\";}'),(432614,12357,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17950006459038443-m.jpg'),(432613,12357,'_sli_product_type',''),(432612,12357,'_sli_video_title',''),(432611,12357,'_sli_shortcode','BjseZGZgRMe'),(432610,12357,'_sli_permalink','https://www.instagram.com/p/BjseZGZgRMe/'),(432609,12357,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:648;}'),(432587,12356,'_sli_media_type','IMAGE'),(432588,12356,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bj0tEADA7hc&size=l'),(432589,12356,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(432608,12357,'_sli_media_url','https://lavendermatyoga.com?sli-img=BjseZGZgRMe&size=l'),(432607,12357,'_sli_media_type','IMAGE'),(432604,12357,'_sli_media_username','lavendermatyoga'),(432605,12357,'_sli_timestamp','2018-06-06T19:27:12+0000'),(432606,12357,'_sli_caption','A member of my private FB group inquired about rituals for the New + Full Moon, so I wrote up a little PDF “how to” , if you want a copy head over to private FB group, Spiritual Teachings with Madison 👉🏻 , link in the bio 👆🏻'),(432603,12357,'_sli_media_id','17950006459038443'),(432602,12356,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432601,12356,'_sli_last_requested','1667942579'),(432599,12356,'_sli_children','a:0:{}'),(432600,12356,'_sli_is_story',''),(432598,12356,'_sli_comments','a:0:{}'),(432597,12356,'_sli_comments_count','0'),(432596,12356,'_sli_likes_count','0'),(432594,12356,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937626563104491-m.jpg'),(432595,12356,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937626563104491-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937626563104491-m.jpg\";}'),(432593,12356,'_sli_product_type',''),(432592,12356,'_sli_video_title',''),(432590,12356,'_sli_permalink','https://www.instagram.com/p/Bj0tEADA7hc/'),(432591,12356,'_sli_shortcode','Bj0tEADA7hc'),(432576,12355,'_sli_likes_count','0'),(432577,12355,'_sli_comments_count','0'),(432578,12355,'_sli_comments','a:0:{}'),(432579,12355,'_sli_children','a:0:{}'),(432580,12355,'_sli_is_story',''),(432581,12355,'_sli_last_requested','1667942579'),(432582,12355,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432583,12356,'_sli_media_id','17937626563104491'),(432584,12356,'_sli_media_username','lavendermatyoga'),(432585,12356,'_sli_timestamp','2018-06-10T00:09:19+0000'),(432586,12356,'_sli_caption','🦄🌈☔️🌞'),(432570,12355,'_sli_permalink','https://www.instagram.com/p/Bj5yQNGgsXN/'),(432571,12355,'_sli_shortcode','Bj5yQNGgsXN'),(432572,12355,'_sli_video_title',''),(432573,12355,'_sli_product_type',''),(432574,12355,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890588912213922-m.jpg'),(432575,12355,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890588912213922-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890588912213922-m.jpg\";}'),(432569,12355,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1055;}'),(432568,12355,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bj5yQNGgsXN&size=l'),(432567,12355,'_sli_media_type','IMAGE'),(432566,12355,'_sli_caption','Tourmalinated Quartz is probably my all time favorite crystal...(actually it’s a close tie with Amethyst) It’s simultaneously grounding and uplifting. It’s calming yet motivating. It’s balanced. It’s powerful as shit! (Excuse my French 🤭😋) It’s my go to crystal when my anxiety hits. It protects me and soothes me. 🙌🏻\n🌙🌙🌙\nI’m teaching my last Crystal Healing 101 class I’m Charleston next week! Check out all the details on my webpage 👉🏻👉🏻 madisonrosenberger.com/workshops-classes\n.\n.\n.\nAwesome photo via @energymuse'),(432564,12355,'_sli_media_username','lavendermatyoga'),(432565,12355,'_sli_timestamp','2018-06-11T23:30:52+0000'),(432562,12354,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432563,12355,'_sli_media_id','17890588912213922'),(432556,12354,'_sli_likes_count','0'),(432557,12354,'_sli_comments_count','0'),(432558,12354,'_sli_comments','a:0:{}'),(432561,12354,'_sli_last_requested','1667942578'),(432560,12354,'_sli_is_story',''),(432559,12354,'_sli_children','a:0:{}'),(432555,12354,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891994154210992-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891994154210992-m.jpg\";}'),(432554,12354,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891994154210992-m.jpg'),(432553,12354,'_sli_product_type',''),(432552,12354,'_sli_video_title',''),(432543,12354,'_sli_media_id','17891994154210992'),(432544,12354,'_sli_media_username','lavendermatyoga'),(432545,12354,'_sli_timestamp','2018-06-14T14:03:25+0000'),(432546,12354,'_sli_caption','In the midst of tremendous grief ask Mother Mary to nurture you. 🙏🏻🙏🏻🙏🏻\n.\n.\n.\n.\n📷@moonbathbotanicals'),(432551,12354,'_sli_shortcode','BkAfspnAnCQ'),(432549,12354,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1067;}'),(432550,12354,'_sli_permalink','https://www.instagram.com/p/BkAfspnAnCQ/'),(432548,12354,'_sli_media_url','https://lavendermatyoga.com?sli-img=BkAfspnAnCQ&size=l'),(432547,12354,'_sli_media_type','IMAGE'),(432536,12353,'_sli_likes_count','0'),(432537,12353,'_sli_comments_count','0'),(432538,12353,'_sli_comments','a:0:{}'),(432539,12353,'_sli_children','a:0:{}'),(432540,12353,'_sli_is_story',''),(432542,12353,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432541,12353,'_sli_last_requested','1667942578'),(432535,12353,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17953790800001281-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17953790800001281-m.jpg\";}'),(432534,12353,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17953790800001281-m.jpg'),(432533,12353,'_sli_product_type',''),(432532,12353,'_sli_video_title',''),(432531,12353,'_sli_shortcode','BkDwVs3gN2x'),(432530,12353,'_sli_permalink','https://www.instagram.com/p/BkDwVs3gN2x/'),(432529,12353,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432528,12353,'_sli_media_url','https://lavendermatyoga.com?sli-img=BkDwVs3gN2x&size=l'),(432527,12353,'_sli_media_type','IMAGE'),(432524,12353,'_sli_media_username','lavendermatyoga'),(432525,12353,'_sli_timestamp','2018-06-15T20:26:33+0000'),(432526,12353,'_sli_caption','Next week is the last time I will be teaching Crystal Healing 101 in Charleston, SC and there are only 4 seats left!!\n🌙🌙🌙\nTuesday, June 19th, 2018 @7:30pm – 9:30pm at @cornerstoneminerals on King Street\n🌙🌙🌙\nPrice – $25 OR $20 when you purchase with the How to Read Crystals Class\n🌙🌙🌙\nThe opportunity to shop for crystals suitable for your specific needs with my guidance is included in the class time (Standardly a paid service)!\nAll attending students will receive 20% off all crystals for 6 months after your class!\nCrystals are powerful healers, protectors and guardians, and in this workshop I, as a Certified Crystal Healer, will teach you how you can work with crystals to transform your life!\n🌙🌙🌙\nIn this class you will learn:\n– About specific crystal healing properties how to utilize crystals to heal your spirit, body, mind and emotions.\n– How the electromagnetic frequency of a crystal effects us and the Earth.\n– How to use crystals for protection and guidance.\n– How to use crystal tools to clear and balance your energy field.\n– How to program and record information in a crystal.\n– How to use a crystal grid.\n– How to make crystal water.\n– How to use crystals with children and animals.\n-How to use crystals in meditation and spiritual rituals\n– And more!\n🌙🌙🌙\nRegister for class at madisonrosenberger.com/workshops-classes (link in the bio 👆🏻)\n.\n.\n.\n.\nBeautiful photo of Amethyst by @energymuse'),(432523,12353,'_sli_media_id','17953790800001281'),(432522,12352,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432521,12352,'_sli_last_requested','1667942578'),(432520,12352,'_sli_is_story',''),(432519,12352,'_sli_children','a:0:{}'),(432518,12352,'_sli_comments','a:0:{}'),(432517,12352,'_sli_comments_count','0'),(432516,12352,'_sli_likes_count','0'),(432515,12352,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17925166669181651-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17925166669181651-m.jpg\";}'),(432514,12352,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17925166669181651-m.jpg'),(432513,12352,'_sli_product_type',''),(432510,12352,'_sli_permalink','https://www.instagram.com/p/BkK9LvpAsdK/'),(432511,12352,'_sli_shortcode','BkK9LvpAsdK'),(432512,12352,'_sli_video_title',''),(432509,12352,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:720;}'),(432507,12352,'_sli_media_type','IMAGE'),(432508,12352,'_sli_media_url','https://lavendermatyoga.com?sli-img=BkK9LvpAsdK&size=l'),(432506,12352,'_sli_caption','I can’t believe tonight is my last time teaching yoga in Charleston 😭\n🌙🌙🌙\nCome join me ONE last time at Blue Cross Blue Shield (Mt.Pleasant Towne Center) at 6pm for my last class, free!\n🌙🌙🌙\n5 years ago I moved here immediately after I finished my basic yoga training in Charlotte. I have taught in various studios and places (my favorite probably being the beach 😉) and for 3 of those years I spent a lot of wonderful time at @holycowyogacenter while I studied for my 500RYT.\nCharleston has been the place where my yoga career truly bloomed and I can’t be more thankful and grateful to all the teachers and students who have shaped this experience.\n🌙🌙🌙\nIt’s kind of beautiful ,the full circleness of it, I received my basic training in Charlotte in one intensive summer, left and really stepped into my own as a teacher these last 5 years and am returning home now. But I will never forget the yoga community in Charleston. Thank you all so much 🙏🏻🙏🏻🙏🏻\nI will miss you all so much!! Please stay and touch and come say goodbye tonight at my last class if you can! 💋💋\nNamaste!'),(432505,12352,'_sli_timestamp','2018-06-18T15:33:28+0000'),(432504,12352,'_sli_media_username','lavendermatyoga'),(432503,12352,'_sli_media_id','17925166669181651'),(432500,12351,'_sli_is_story',''),(432501,12351,'_sli_last_requested','1667942577'),(432502,12351,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432496,12351,'_sli_likes_count','0'),(432497,12351,'_sli_comments_count','0'),(432498,12351,'_sli_comments','a:0:{}'),(432499,12351,'_sli_children','a:0:{}'),(432489,12351,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(432490,12351,'_sli_permalink','https://www.instagram.com/p/BktKdgmnRAJ/'),(432491,12351,'_sli_shortcode','BktKdgmnRAJ'),(432492,12351,'_sli_video_title',''),(432493,12351,'_sli_product_type',''),(432494,12351,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17958130297017037-m.jpg'),(432495,12351,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17958130297017037-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17958130297017037-m.jpg\";}'),(432478,12350,'_sli_children','a:0:{}'),(432479,12350,'_sli_is_story',''),(432480,12350,'_sli_last_requested','1667942576'),(432481,12350,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432483,12351,'_sli_media_id','17958130297017037'),(432484,12351,'_sli_media_username','lavendermatyoga'),(432485,12351,'_sli_timestamp','2018-07-01T22:23:40+0000'),(432466,12350,'_sli_media_type','IMAGE'),(432467,12350,'_sli_media_url','https://lavendermatyoga.com?sli-img=BlEarSHHSdU&size=l'),(432468,12350,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432469,12350,'_sli_permalink','https://www.instagram.com/p/BlEarSHHSdU/'),(432470,12350,'_sli_shortcode','BlEarSHHSdU'),(432471,12350,'_sli_video_title',''),(432472,12350,'_sli_product_type',''),(432473,12350,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881986970246775-m.jpg'),(432474,12350,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881986970246775-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17881986970246775-m.jpg\";}'),(432475,12350,'_sli_likes_count','0'),(432476,12350,'_sli_comments_count','0'),(432477,12350,'_sli_comments','a:0:{}'),(139065,4760,'_sli_comments','a:0:{}'),(139066,4760,'_sli_children','a:0:{}'),(139067,4760,'_sli_is_story',''),(139068,4760,'_sli_last_requested','1668446646'),(432486,12351,'_sli_caption','Just sent out a powerful beautiful emailed reading to a woman close to my heart💗 I love the work I do!\n🌙🌙🌙\nInterested in an emailed PDF card reading? Check out my services 👉🏻👉🏻 www.madisonrosenberger.com/work-with-me (link in the bio 👆🏻)'),(432487,12351,'_sli_media_type','IMAGE'),(432488,12351,'_sli_media_url','https://lavendermatyoga.com?sli-img=BktKdgmnRAJ&size=l'),(432465,12350,'_sli_caption','✨🧜🏻‍♀️🌊FLASH SALE🌊🧜🏻‍♀️✨\nOne of the things I’ll miss the most about Charleston is the Sea.....sooo for the next week, in honor of my Mermaid Homestead, I’ll be offering a discount on 3 Card Mermaid Oracle Emailed Readings 🐚🐳🦀🐡🐠🐙\nReadings will be 50% off! $22 instead of $44 🙌🏻🙌🏻🙌🏻\nThere’s no listing for it in my shop so all you need to do is DM me 😊💗\nTHIS IS A REMOTE READING, AND NO SESSION IS SCHEDULED. YOUR READING WILL BE EMAILED TO YOU IN A PDF REPORT WITH A PHOTO OF YOUR CARD SPREAD ATTACHED.'),(432462,12350,'_sli_media_id','17881986970246775'),(432463,12350,'_sli_media_username','lavendermatyoga'),(432464,12350,'_sli_timestamp','2018-07-10T23:07:53+0000'),(432444,12349,'_sli_timestamp','2018-07-11T21:26:10+0000'),(432445,12349,'_sli_caption','✨🧜🏻‍♀️🌊FLASH SALE ON 3 CARD MERMAID READINGS🌊🧜🏻‍♀️✨\n🐚🐳🦀🐡🐠🐙\n- Sale expires 7/18 at Midnight EST\n- Readings will be 50% off! $22 instead of $44 🙌🏻🙌🏻🙌🏻\n👉🏻There’s no listing for it in my shop so all you need to do is DM me 😊💗\nTHIS IS A REMOTE READING, AND NO SESSION IS SCHEDULED. YOUR READING WILL BE EMAILED TO YOU IN A PDF REPORT WITH A PHOTO OF YOUR CARD SPREAD ATTACHED.\n\nPhoto #Repost @projectmermaids'),(432461,12349,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432460,12349,'_sli_last_requested','1667942576'),(446761,4760,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441800,12648,'_sli_timestamp','2021-01-29T20:32:22+0000'),(139061,4760,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/217945585_528532834861521_4919816631918815520_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=wF5Oqye6QXwAX9oTqHn&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_kHPQqFTPOewrKxHrAAEMsOjC9cBT-VVnXII-rU9NMPw&oe=62CB3B54'),(139063,4760,'_sli_likes_count','0'),(139064,4760,'_sli_comments_count','0'),(139062,4760,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884926908473591-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884926908473591-m.jpg\";}'),(139059,4760,'_sli_video_title',''),(139060,4760,'_sli_product_type',''),(139058,4760,'_sli_shortcode',''),(139057,4760,'_sli_permalink','https://www.instagram.com/reel/CRWSPnPB-3x/'),(139056,4760,'_sli_media_size','a:2:{s:5:\"width\";i:540;s:6:\"height\";i:960;}'),(139043,4759,'_sli_likes_count','0'),(139044,4759,'_sli_comments_count','0'),(139045,4759,'_sli_comments','a:0:{}'),(139046,4759,'_sli_children','a:0:{}'),(139047,4759,'_sli_is_story',''),(139048,4759,'_sli_last_requested','1668446646'),(446760,4759,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(139050,4760,'_sli_media_id','17884926908473591'),(139051,4760,'_sli_media_username','lavendermatyoga'),(139052,4760,'_sli_timestamp','2021-07-15T12:42:19+0000'),(139053,4760,'_sli_caption','Meditate: A Simple and Straightforward Guide by Madison Rosenberger, Ph.D. - available on Amazon'),(139054,4760,'_sli_media_type','VIDEO'),(139055,4760,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/217733514_552917389453598_7186677874978743581_n.mp4?_nc_cat=108&vs=17888938400334444_2133004590&_nc_vs=HBksFQAYJEdJcFpfZ3dlcVpZYzRQWUJBQjFsUkYxek5ieGpicV9FQUFBRhUAAsgBABUAGCRHRmhWRGcydkVTUjFnaGNFQUU3U0x5Y085alYyYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACagt9vn%2BeDUPxUCKAJDMywXQD3EGJN0vGoYEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5jbGlwcyJ9&_nc_ohc=WbKuX7sdaCQAX9yDK-J&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBb_IIyq9Oq6XMhIH8mRSgFQoK5WGQM_Sa6uxDeJi6qww&oe=637309A3&_nc_rid=5f8bb58541'),(139042,4759,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947732888852663-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947732888852663-m.jpg\";}'),(139041,4759,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/277966068_186641893687906_7497994295507476946_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=V1mNeBXGAjUAX_1FBSn&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-IHlAtdn9H0g5-XdAW9Ie01beCGV1wEOimciCYPoZWmQ&oe=62CB262D'),(139040,4759,'_sli_product_type',''),(139036,4759,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:1280;}'),(139037,4759,'_sli_permalink','https://www.instagram.com/reel/CcG382CgHBc/'),(139038,4759,'_sli_shortcode',''),(139039,4759,'_sli_video_title',''),(139033,4759,'_sli_caption','Looking back at old posts and realized I’ve been teaching yoga for 9 years! \n\nIn Numerology, 9 is the number of completion. It feels fitting that this is the year I am pregnant 🤰🏼 completing a cycle and starting a new one! Looking forward to many more years of teaching 🥰🧘🏼‍♀️'),(139034,4759,'_sli_media_type','VIDEO'),(139035,4759,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/277720688_293270872967085_623365468188925613_n.mp4?_nc_cat=100&vs=1208959786177629_1468400955&_nc_vs=HBksFQAYJEdIQ3VqUkN0eHpSeXVnb0JBSzFlcFRDWG82WUlicV9FQUFBRhUAAsgBABUAGCRHTUpYbEJEVm1CYzdiT3NEQUd0Mm45OVlVODliYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaIsIGqi%2FHSPxUCKAJDMywXQD4GZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=N--_cGYl3zIAX_WCAWb&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB2iLeLPXfbhAaMCXlVWKtbJ_VlbVKVJSxVXZ_oyPC_hw&oe=63730D93&_nc_rid=4b51045439'),(139032,4759,'_sli_timestamp','2022-04-08T22:56:21+0000'),(139031,4759,'_sli_media_username','lavendermatyoga'),(139030,4759,'_sli_media_id','17947732888852663'),(138872,4752,'_sli_media_id','17919282913530671'),(138873,4752,'_sli_media_username','lavendermatyoga'),(138874,4752,'_sli_timestamp','2021-01-30T00:24:22+0000'),(138875,4752,'_sli_caption','Ladies (both single and taken) this is the way to treat yourself this Valentine’s Day! \n\nThree of my favorite items 🤩 from YPP are now in a SPECIAL EDITION discounted bundle! And save an extra 20% off when you use coupon code VALENTINESDAY2021 🙌🏻👆🏻👆🏻link in the bio\n\n🌹 BUNDLE INCLUDES: \n1 ROSE QUARTZ YONI EGG - used to  heal you pelvic floor (which promotes healing in your body in various ways) awaken your libido, strengthen your sacral energy, and connect to your sacred womb\n\n1 ROSE QUARTZ CURVE -  used to heal your relationship with your yoni and s€x - for self pleasure, and v@ginal/cervic@l dearmoring\n\n1 YONI ELXIR - a self love oil made with a powerful blend of Sweet Almond Oil, Baobab Oil, Jojoba Oil, Sacred Sage, Raspberry Leaf, Ashwaganda Root (Withania), Chamomile, Pau d’arco, Ylang Ylang, Rose Geranium, Myrrh and Bergamot. Intended for use with your Yoni egg and crystal wand as well as for bre@st massage.\n\nPlease DM me with any questions 🥰😘🌹🌹🌹🌹'),(432447,12349,'_sli_media_url','https://lavendermatyoga.com?sli-img=BlGz1J0nYXf&size=l'),(432448,12349,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1348;}'),(432449,12349,'_sli_permalink','https://www.instagram.com/p/BlGz1J0nYXf/'),(432450,12349,'_sli_shortcode','BlGz1J0nYXf'),(432451,12349,'_sli_video_title',''),(432452,12349,'_sli_product_type',''),(432453,12349,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17930416357148826-m.jpg'),(432454,12349,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17930416357148826-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17930416357148826-m.jpg\";}'),(432455,12349,'_sli_likes_count','0'),(432456,12349,'_sli_comments_count','0'),(432457,12349,'_sli_comments','a:0:{}'),(432458,12349,'_sli_children','a:0:{}'),(432459,12349,'_sli_is_story',''),(432446,12349,'_sli_media_type','IMAGE'),(432441,12348,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432442,12349,'_sli_media_id','17930416357148826'),(432443,12349,'_sli_media_username','lavendermatyoga'),(432439,12348,'_sli_is_story',''),(432440,12348,'_sli_last_requested','1667942576'),(432437,12348,'_sli_comments','a:0:{}'),(432438,12348,'_sli_children','a:0:{}'),(432434,12348,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843788009302043-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843788009302043-m.jpg\";}'),(432435,12348,'_sli_likes_count','0'),(432436,12348,'_sli_comments_count','0'),(432432,12348,'_sli_product_type',''),(432433,12348,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843788009302043-m.jpg'),(432431,12348,'_sli_video_title',''),(432430,12348,'_sli_shortcode','BlL2CGiniM7'),(432428,12348,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432429,12348,'_sli_permalink','https://www.instagram.com/p/BlL2CGiniM7/'),(432423,12348,'_sli_media_username','lavendermatyoga'),(432424,12348,'_sli_timestamp','2018-07-13T20:21:37+0000'),(432425,12348,'_sli_caption','✨🧜🏻‍♀️🌊FLASH SALE🌊🧜🏻‍♀️✨\nI will never forget the day someone told me that mermaids are real, I thought they were insane....what was even more insane was that deep inside myself I believed them!! “That’s it, this is BS”, I thought to myself...”A  fantasy world...”\n🐠\nBut then I sat down, I opened up and I listened with the heart of a child. My child self was elated, over the moon about the idea of mermaids being real!! Internally I started to squeal.\n🧜🏻‍♀️\nYou see Mermaids aren’t real in the way you or I are , it’s more similar to the way Angels exist. Mermaids are what I consider Angels of the Sea. Entities like Spirits, that are very real but can only be seen or heard by very few people.\n🐠\nLuckily, I am one of those people. I figured..if I can hear and see Spirits...why not mermaids? So about 4 years ago I went to the beach and I mediated... and then boom there they were!! Talking to me just like any other spirit guide, I began Automatic Writing and wrote pages and pages of guidance for myself..\n🐙\nWould you like your own channeled message from the mermaids?\n- Sale expires 7/18 at Midnight EST\n- 3 Card Mermaid Oracle Emailed Readings will be 50% off! $22 instead of $44 🙌🏻🙌🏻\n👉🏻There’s no listing for it in my shop so all you need to do is DM me 😊💗\nTHIS IS A REMOTE READING, AND NO SESSION IS SCHEDULED. YOUR READING WILL BE EMAILED TO YOU IN A PDF REPORT WITH A PHOTO OF YOUR CARD SPREAD ATTACHED.\n\nPhoto #Repost @projectmermaids'),(432426,12348,'_sli_media_type','IMAGE'),(432427,12348,'_sli_media_url','https://lavendermatyoga.com?sli-img=BlL2CGiniM7&size=l'),(432415,12347,'_sli_likes_count','0'),(432416,12347,'_sli_comments_count','0'),(432417,12347,'_sli_comments','a:0:{}'),(432418,12347,'_sli_children','a:0:{}'),(432419,12347,'_sli_is_story',''),(432420,12347,'_sli_last_requested','1667942575'),(432421,12347,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432422,12348,'_sli_media_id','17843788009302043'),(432414,12347,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959782700031924-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959782700031924-m.jpg\";}'),(432413,12347,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959782700031924-m.jpg'),(432412,12347,'_sli_product_type',''),(432411,12347,'_sli_video_title',''),(432410,12347,'_sli_shortcode','BlOH9AXHqTb'),(432409,12347,'_sli_permalink','https://www.instagram.com/p/BlOH9AXHqTb/'),(432408,12347,'_sli_media_size','a:2:{s:5:\"width\";i:810;s:6:\"height\";i:810;}'),(432405,12347,'_sli_caption','✨🧜🏻‍♀️🌊FLASH SALE🌊🧜🏻‍♀️✨\nHonored by this mermaid oracle testimonial! - Sale expires 7/18 at Midnight EST\n- 3 Card Mermaid Oracle Emailed Readings will be 50% off! $22 instead of $44 🙌🏻🙌🏻\n👉🏻There’s no listing for it in my shop so all you need to do is DM me 😊💗\nTHIS IS A REMOTE READING, AND NO SESSION IS SCHEDULED. YOUR READING WILL BE EMAILED TO YOU IN A PDF REPORT WITH A PHOTO OF YOUR CARD SPREAD ATTACHED.'),(432407,12347,'_sli_media_url','https://lavendermatyoga.com?sli-img=BlOH9AXHqTb&size=l'),(432406,12347,'_sli_media_type','IMAGE'),(432403,12347,'_sli_media_username','lavendermatyoga'),(432404,12347,'_sli_timestamp','2018-07-14T17:36:41+0000'),(432402,12347,'_sli_media_id','17959782700031924'),(432401,12346,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432399,12346,'_sli_is_story',''),(432400,12346,'_sli_last_requested','1667942575'),(432397,12346,'_sli_comments','a:0:{}'),(432398,12346,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17946496039116703\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/36868594_480308289075642_2027620271933882368_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=0xs4kjRBLtYAX84mEkX&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBgz8kasi7dzdGN9p9c423vn7M9jPcAj6c5Ayz3tLfgCA&oe=636EFF29\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BlQeW8Rlwoz/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17946496039116703-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17946496039116703-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17946496039116703-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17960842681001726\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/37094340_204797890366475_8587196400024944640_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=Tluvpc7Snr8AX9SyRKg&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCL-1K-oBUXPhyqck5qFdAb3PIZq7m4tlHazKTQWhHjAw&oe=636EEACF\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BlQeW2eF0F2/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17960842681001726-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17960842681001726-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17960842681001726-m.jpg\";}}'),(432396,12346,'_sli_comments_count','0'),(432379,12345,'_sli_is_story',''),(432380,12345,'_sli_last_requested','1667942573'),(432381,12345,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432382,12346,'_sli_media_id','17946178855097752'),(432383,12346,'_sli_media_username','lavendermatyoga'),(432384,12346,'_sli_timestamp','2018-07-15T15:31:35+0000'),(432385,12346,'_sli_caption','My workplace for the day 👌🏻🐠🧜🏻‍♀️💦🌴'),(432386,12346,'_sli_media_type','CAROUSEL_ALBUM'),(432387,12346,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/36868594_480308289075642_2027620271933882368_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=0xs4kjRBLtYAX84mEkX&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBgz8kasi7dzdGN9p9c423vn7M9jPcAj6c5Ayz3tLfgCA&oe=636EFF29'),(432388,12346,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432389,12346,'_sli_permalink','https://www.instagram.com/p/BlQebjGHJ_r/'),(432390,12346,'_sli_shortcode','BlQebjGHJ_r'),(432391,12346,'_sli_video_title',''),(432392,12346,'_sli_product_type',''),(432393,12346,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17946178855097752-m.jpg'),(432394,12346,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17946178855097752-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17946178855097752-m.jpg\";}'),(432395,12346,'_sli_likes_count','0'),(432377,12345,'_sli_comments','a:0:{}'),(432378,12345,'_sli_children','a:0:{}'),(432376,12345,'_sli_comments_count','0'),(432375,12345,'_sli_likes_count','0'),(432374,12345,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17964063472035859-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17964063472035859-m.jpg\";}'),(432369,12345,'_sli_permalink','https://www.instagram.com/p/BlYZi99nEMH/'),(432373,12345,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17964063472035859-m.jpg'),(432370,12345,'_sli_shortcode','BlYZi99nEMH'),(432371,12345,'_sli_video_title',''),(432372,12345,'_sli_product_type',''),(432368,12345,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432367,12345,'_sli_media_url','https://lavendermatyoga.com?sli-img=BlYZi99nEMH&size=l'),(432366,12345,'_sli_media_type','IMAGE'),(432364,12345,'_sli_timestamp','2018-07-18T17:22:50+0000'),(432365,12345,'_sli_caption','LAST DAY OF THE FLASH SALE🌊🧜🏻‍♀️✨\n.🐚🐳🦀🐡\n🐙Sale expires 7/18 at Midnight EST!\n🐠3 Card Mermaid Oracle Emailed Readings  are 50% off! $22 instead of $44 🙌🏻🙌🏻🙌🏻\n👉🏻There’s no listing for it in my shop so all you need to do is DM me 😊💗\nTHIS IS A REMOTE READING, AND NO SESSION IS SCHEDULED. YOUR READING WILL BE EMAILED TO YOU IN A PDF REPORT WITH A PHOTO OF YOUR CARD SPREAD ATTACHED.'),(432363,12345,'_sli_media_username','lavendermatyoga'),(432362,12345,'_sli_media_id','17964063472035859'),(432361,12344,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432359,12344,'_sli_is_story',''),(432360,12344,'_sli_last_requested','1667942573'),(432358,12344,'_sli_children','a:0:{}'),(432357,12344,'_sli_comments','a:0:{}'),(432356,12344,'_sli_comments_count','0'),(432346,12344,'_sli_media_type','IMAGE'),(432347,12344,'_sli_media_url','https://lavendermatyoga.com?sli-img=BlbqKXAn3p1&size=l'),(432348,12344,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432349,12344,'_sli_permalink','https://www.instagram.com/p/BlbqKXAn3p1/'),(432350,12344,'_sli_shortcode','BlbqKXAn3p1'),(432351,12344,'_sli_video_title',''),(432352,12344,'_sli_product_type',''),(432353,12344,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17941078549088189-m.jpg'),(432354,12344,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17941078549088189-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17941078549088189-m.jpg\";}'),(432355,12344,'_sli_likes_count','0'),(432328,12343,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432329,12343,'_sli_permalink','https://www.instagram.com/p/BmmMtvhHXBz/'),(432330,12343,'_sli_shortcode','BmmMtvhHXBz'),(432331,12343,'_sli_video_title',''),(432332,12343,'_sli_product_type',''),(432333,12343,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17956104487107013-m.jpg'),(432334,12343,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17956104487107013-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17956104487107013-m.jpg\";}'),(432345,12344,'_sli_caption','Photo by @thedarlingtree \nWords by @healingpaige ・・・\n✨Important Eclipse energy update!!! This is worth gold! ::: The windows between ::: we had our first eclipse on July 12th (the energy and action started a month before that and emotions were heightened a week before) and we have our next full moon lunar eclipse on July 27th (will be doing one of my virtual moon circles. Stay tuned!\n_\nTranslation:: We are in between eclipses. This is a sacred time. The ground has shifted and now you are wondering how you will stand on it? What will come? What direction should you go? Should you dip your toe in? Is it safe? Will this time be different? Can you risk opening your heart like never before? Etc etc\n_\nAll of these worries will be worked out. During the window of eclipses it’s a 2 week period of magic. Everything is shifting. Right now it can feel very uncertain and as if you don’t even know what to do? What do you do with this new life or new idea or new direction??\n_\nAnd with this series of eclipses we have an extra one as well so we will have another “window in between”. Our last eclipse in this series is August 11th. This is an action packed summer. \n_\nAstro tip: don’t look to something to happen ON the dates I gave. It doesn’t work that way. Energy and life changes as you build up to it. \n_\nLet it all unfold....there is fate happening here with the eclipses. However, you have to answer the call. The universe is redirecting you to what is truly best for your heart and it’s up to you (your free will) what you do with it. Sometimes it’s very obvious and something is changed for you then you have to adapt. Sometimes it’s about deep changes inside and you must listen to the voice that is talking to you. \n_\nThese next few weeks are a time for redirection. It’s ok that the answers are not all clear right now...they will be in time so for now embrace the feeling of transformation for the new life is emerging and with that always comes a letting go.....letting go of the old you. For she/he no longer can exist on the new dimension that the eclipse is taking you to. \n_\nKeep rising my loves. With an open heart that cancer and soon to be Leo season asks of you.'),(432344,12344,'_sli_timestamp','2018-07-19T23:45:44+0000'),(432343,12344,'_sli_media_username','lavendermatyoga'),(432341,12343,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432342,12344,'_sli_media_id','17941078549088189'),(432340,12343,'_sli_last_requested','1667942572'),(432335,12343,'_sli_likes_count','0'),(432336,12343,'_sli_comments_count','0'),(432337,12343,'_sli_comments','a:0:{}'),(432338,12343,'_sli_children','a:0:{}'),(432339,12343,'_sli_is_story',''),(432327,12343,'_sli_media_url','https://lavendermatyoga.com?sli-img=BmmMtvhHXBz&size=l'),(432326,12343,'_sli_media_type','IMAGE'),(432320,12342,'_sli_last_requested','1667942572'),(432321,12342,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432322,12343,'_sli_media_id','17956104487107013'),(432323,12343,'_sli_media_username','lavendermatyoga'),(432324,12343,'_sli_timestamp','2018-08-17T22:31:28+0000'),(432325,12343,'_sli_caption','Self care bathtime with my favorite deck ever, @alana_fairchild Isis Deck'),(432314,12342,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17971938379005281-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17971938379005281-m.jpg\";}'),(432315,12342,'_sli_likes_count','0'),(432316,12342,'_sli_comments_count','0'),(432317,12342,'_sli_comments','a:0:{}'),(432318,12342,'_sli_children','a:0:{}'),(432319,12342,'_sli_is_story',''),(432309,12342,'_sli_permalink','https://www.instagram.com/p/Bm4kUlWnDN7/'),(432310,12342,'_sli_shortcode','Bm4kUlWnDN7'),(432311,12342,'_sli_video_title',''),(432312,12342,'_sli_product_type',''),(432313,12342,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17971938379005281-m.jpg'),(432308,12342,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432307,12342,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bm4kUlWnDN7&size=l'),(432306,12342,'_sli_media_type','IMAGE'),(432300,12341,'_sli_last_requested','1667942571'),(432301,12341,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432302,12342,'_sli_media_id','17971938379005281'),(432303,12342,'_sli_media_username','lavendermatyoga'),(432304,12342,'_sli_timestamp','2018-08-25T01:44:04+0000'),(432305,12342,'_sli_caption','Now that my Mom has opened her birthday present I can finally share the “how to” video on Facebook lol 💗💗\nCheck out my private FB group, Spiritual Teachings with Madison, to watch my video on How to Make a Mala! 👉🏻 link to join the group in my bio 💋'),(432296,12341,'_sli_comments_count','0'),(432297,12341,'_sli_comments','a:0:{}'),(432298,12341,'_sli_children','a:0:{}'),(432299,12341,'_sli_is_story',''),(432295,12341,'_sli_likes_count','0'),(432286,12341,'_sli_media_type','IMAGE'),(432287,12341,'_sli_media_url','https://lavendermatyoga.com?sli-img=BnEgwNAnXYQ&size=l'),(432288,12341,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432289,12341,'_sli_permalink','https://www.instagram.com/p/BnEgwNAnXYQ/'),(432290,12341,'_sli_shortcode','BnEgwNAnXYQ'),(432291,12341,'_sli_video_title',''),(432292,12341,'_sli_product_type',''),(432293,12341,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959536826116494-m.jpg'),(432294,12341,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959536826116494-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959536826116494-m.jpg\";}'),(432285,12341,'_sli_caption','Since moving to Charlotte I’ve stopped teaching yoga and am taking some time to redevote to my own practice.\n💗\nI can’t stress enough the importance of checking your ego at the door during yoga to keep your body safe.\n💗\nI can’t hold poses quite as long as I use to, I flat out can’t get into some arm balances anymore, and my endurance is subpar... but it’s giving me an incredible opportunity to practice standing in my confidence.\n🌙\nAs other students fly through the poses, I take breaks. I stop mid flow to take a child’s pose, despite the fact that I’m the only one doing it.\n🦋\nI wanted to post this because as I looked around the room I noticed a lot of students sacrificing alignment to keep up. This puts you at a huge risk of injury! You know your body so be confident about choosing what feels good for you and what doesn’t.\n💗\nBe true to yourself, listen to your body. If you can’t do another Vinyasa because your tired and your shoulder is starting to hurt,don’t do it!\n💗\n I am incredibly passionate about keeping your body safe during yoga. My second knee surgery was a result of a misguided instruction during my very first yoga class!\n🧘🏼‍♀️ All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment.\n🦋\nSo that being said, trust yourself, go slow, and don’t be ashamed to either stand still when you need a break or go to a foundational class to build knowledge of how to keep your body safe!\n💗\nYoga is an opportunity to tune into your body and become hyper aware of what it needs, so don’t tune it out because your ego wants to keep up!\n🧘🏼‍♀️🧘🏼‍♀️🧘🏼‍♀️\nWho is interested in learning more about how to keep your body safe during yoga?'),(432284,12341,'_sli_timestamp','2018-08-29T17:03:47+0000'),(432283,12341,'_sli_media_username','lavendermatyoga'),(432281,12340,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432282,12341,'_sli_media_id','17959536826116494'),(432280,12340,'_sli_last_requested','1667942571'),(432278,12340,'_sli_children','a:0:{}'),(432279,12340,'_sli_is_story',''),(432277,12340,'_sli_comments','a:0:{}'),(432275,12340,'_sli_likes_count','0'),(432276,12340,'_sli_comments_count','0'),(432274,12340,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17975559265052114-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17975559265052114-m.jpg\";}'),(432271,12340,'_sli_video_title',''),(432272,12340,'_sli_product_type',''),(432273,12340,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17975559265052114-m.jpg'),(432270,12340,'_sli_shortcode','BnJdyMJn3A9'),(432269,12340,'_sli_permalink','https://www.instagram.com/p/BnJdyMJn3A9/'),(432268,12340,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432267,12340,'_sli_media_url','https://lavendermatyoga.com?sli-img=BnJdyMJn3A9&size=l'),(432266,12340,'_sli_media_type','IMAGE'),(432264,12340,'_sli_timestamp','2018-08-31T15:14:02+0000'),(432265,12340,'_sli_caption','Have you had the FEELS this past month? Have you kind of looked back on these past 5-6 weeks and thought, what the hell just happened? If so, you are not alone! Check out my new post in my Private FB Group, Spiritual Teachings with Madison 👉🏻💋💗 (link in bio)'),(432263,12340,'_sli_media_username','lavendermatyoga'),(432262,12340,'_sli_media_id','17975559265052114'),(432261,12339,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432259,12339,'_sli_is_story',''),(432260,12339,'_sli_last_requested','1667942571'),(432258,12339,'_sli_children','a:0:{}'),(432257,12339,'_sli_comments','a:0:{}'),(432256,12339,'_sli_comments_count','0'),(432255,12339,'_sli_likes_count','0'),(432254,12339,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917788328201164-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917788328201164-m.jpg\";}'),(432253,12339,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917788328201164-m.jpg'),(432246,12339,'_sli_media_type','IMAGE'),(432247,12339,'_sli_media_url','https://lavendermatyoga.com?sli-img=BnaPNb1ntKi&size=l'),(432248,12339,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432249,12339,'_sli_permalink','https://www.instagram.com/p/BnaPNb1ntKi/'),(432250,12339,'_sli_shortcode','BnaPNb1ntKi'),(432251,12339,'_sli_video_title',''),(432252,12339,'_sli_product_type',''),(432234,12338,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937058729199791-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937058729199791-m.jpg\";}'),(432235,12338,'_sli_likes_count','0'),(432236,12338,'_sli_comments_count','0'),(432237,12338,'_sli_comments','a:0:{}'),(432238,12338,'_sli_children','a:0:{}'),(432239,12338,'_sli_is_story',''),(432240,12338,'_sli_last_requested','1667942570'),(432241,12338,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432242,12339,'_sli_media_id','17917788328201164'),(432243,12339,'_sli_media_username','lavendermatyoga'),(432244,12339,'_sli_timestamp','2018-09-07T03:33:47+0000'),(432245,12339,'_sli_caption','#Repost @energymuse\n・・・\nEach crystal is completely unique and one of a kind. It has a story to tell and wisdom to share. What do you see within this crystal? Share with us! #crystalgram #crystalsofig #crystalsofinstagram'),(432217,12337,'_sli_comments','a:0:{}'),(432218,12337,'_sli_children','a:0:{}'),(432219,12337,'_sli_is_story',''),(432220,12337,'_sli_last_requested','1667942570'),(432221,12337,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432222,12338,'_sli_media_id','17937058729199791'),(432223,12338,'_sli_media_username','lavendermatyoga'),(432224,12338,'_sli_timestamp','2018-09-16T20:49:25+0000'),(432225,12338,'_sli_caption','My current favorite yoni egg 💜 Calming, centering and soothing.\nPurchase through my shop 👉🏻 madisonrosenberger.com/shop (link in the bio 👆🏻)\n#amethyst #sacredsex #tantra'),(432226,12338,'_sli_media_type','IMAGE'),(432227,12338,'_sli_media_url','https://lavendermatyoga.com?sli-img=BnzQ4iFHXuF&size=l'),(432228,12338,'_sli_media_size','a:2:{s:5:\"width\";i:882;s:6:\"height\";i:882;}'),(432229,12338,'_sli_permalink','https://www.instagram.com/p/BnzQ4iFHXuF/'),(432230,12338,'_sli_shortcode','BnzQ4iFHXuF'),(432231,12338,'_sli_video_title',''),(432232,12338,'_sli_product_type',''),(432233,12338,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937058729199791-m.jpg'),(432215,12337,'_sli_likes_count','0'),(432216,12337,'_sli_comments_count','0'),(432207,12337,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bn6yC24HABL&size=l'),(432208,12337,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:720;}'),(432214,12337,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17953883626131193-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17953883626131193-m.jpg\";}'),(432213,12337,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17953883626131193-m.jpg'),(432211,12337,'_sli_video_title',''),(432212,12337,'_sli_product_type',''),(432209,12337,'_sli_permalink','https://www.instagram.com/p/Bn6yC24HABL/'),(432210,12337,'_sli_shortcode','Bn6yC24HABL'),(432206,12337,'_sli_media_type','IMAGE'),(432195,12336,'_sli_likes_count','0'),(432196,12336,'_sli_comments_count','0'),(432197,12336,'_sli_comments','a:0:{}'),(432198,12336,'_sli_children','a:0:{}'),(432199,12336,'_sli_is_story',''),(432200,12336,'_sli_last_requested','1667942569'),(432201,12336,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432202,12337,'_sli_media_id','17953883626131193'),(432203,12337,'_sli_media_username','lavendermatyoga'),(432204,12337,'_sli_timestamp','2018-09-19T18:53:52+0000'),(432205,12337,'_sli_caption','I am not a distributor for Doterra anymore so this is not a promotional post. (I use doterra daily and swear by it just stopped selling because I had one too many things on my plate)\n.\nI just wanted to take a second to share this with anyone who struggles with anxiety like I do. .\nCBD is the current most popular oil used for anxiety and I believe in its effectiveness and benefits but I turn to this little powerhouse instead and here is why.\n.\nBCP is a a type of cannaboid that is predominetly in Copaiba Essential Oil. Now here\'s the best part -- BCP is over 60% in doTERRA\'s Copaiba! That\'s 2-30x more predomienet that CBD or THC. And in addition, it\'s much, much cheaper than CBD and you have no worries of passing any drug tests. With full spectrum CBD there are trace amounts of THC and there is no guarantee it will not show up in a drug tests.'),(432160,12334,'_sli_last_requested','1667942569'),(432161,12334,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432162,12335,'_sli_media_id','17920138291220127'),(432163,12335,'_sli_media_username','lavendermatyoga'),(432164,12335,'_sli_timestamp','2018-09-26T19:58:18+0000'),(432165,12335,'_sli_caption','My saving grace today, Balance + 🛀🏻👌🏻🙏🏻'),(432166,12335,'_sli_media_type','IMAGE'),(432167,12335,'_sli_media_url','https://lavendermatyoga.com?sli-img=BoM6-5fnHpJ&size=l'),(432168,12335,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1085;}'),(432169,12335,'_sli_permalink','https://www.instagram.com/p/BoM6-5fnHpJ/'),(432170,12335,'_sli_shortcode','BoM6-5fnHpJ'),(432171,12335,'_sli_video_title',''),(432172,12335,'_sli_product_type',''),(432173,12335,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17920138291220127-m.jpg'),(432174,12335,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17920138291220127-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17920138291220127-m.jpg\";}'),(432175,12335,'_sli_likes_count','0'),(432176,12335,'_sli_comments_count','0'),(432177,12335,'_sli_comments','a:0:{}'),(432178,12335,'_sli_children','a:0:{}'),(432179,12335,'_sli_is_story',''),(432180,12335,'_sli_last_requested','1667942569'),(432181,12335,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432182,12336,'_sli_media_id','17960867176094186'),(432183,12336,'_sli_media_username','lavendermatyoga'),(432184,12336,'_sli_timestamp','2018-09-23T16:47:37+0000'),(432185,12336,'_sli_caption','Pineapple + Mango + Banana + Spinach + Almond Milk blended in a Magic Bullet 👌🏻Happy Sunday!'),(432186,12336,'_sli_media_type','IMAGE'),(432187,12336,'_sli_media_url','https://lavendermatyoga.com?sli-img=BoE2xs6n879&size=l'),(432188,12336,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432189,12336,'_sli_permalink','https://www.instagram.com/p/BoE2xs6n879/'),(432190,12336,'_sli_shortcode','BoE2xs6n879'),(432191,12336,'_sli_video_title',''),(432192,12336,'_sli_product_type',''),(432193,12336,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17960867176094186-m.jpg'),(432194,12336,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17960867176094186-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17960867176094186-m.jpg\";}'),(432159,12334,'_sli_is_story',''),(432158,12334,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17963259331080679\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42335749_277736156183542_3526362470215616837_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=gnHUFQKwNdIAX_p8NJz&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBGjNkIuuLov3TVLD7tAQVzp-ixYfwzFfEBXgirXyXnIA&oe=6370293A\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoZLmZbApQi/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17963259331080679-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17963259331080679-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17963259331080679-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17987190094032762\";s:9:\"media_url\";s:289:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/41834647_160064361594882_754426981219594460_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=76KX72Mt6wMAX9bAcgv&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCkBlLKq64OFWlzaBIqfHAaHunMkttU6mvMm2CnRh6N4w&oe=6370AD6D\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoZLmkXgBuG/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17987190094032762-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17987190094032762-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17987190094032762-m.jpg\";}}'),(432157,12334,'_sli_comments','a:0:{}'),(432155,12334,'_sli_likes_count','0'),(432156,12334,'_sli_comments_count','0'),(432146,12334,'_sli_media_type','CAROUSEL_ALBUM'),(432147,12334,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42335749_277736156183542_3526362470215616837_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=gnHUFQKwNdIAX_p8NJz&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBGjNkIuuLov3TVLD7tAQVzp-ixYfwzFfEBXgirXyXnIA&oe=6370293A'),(432148,12334,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432149,12334,'_sli_permalink','https://www.instagram.com/p/BoZLqMnHnT7/'),(432150,12334,'_sli_shortcode','BoZLqMnHnT7'),(432151,12334,'_sli_video_title',''),(432152,12334,'_sli_product_type',''),(432153,12334,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984798461013040-m.jpg'),(432154,12334,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984798461013040-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984798461013040-m.jpg\";}'),(432140,12333,'_sli_last_requested','1667942567'),(432141,12333,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432142,12334,'_sli_media_id','17984798461013040'),(432143,12334,'_sli_media_username','lavendermatyoga'),(432145,12334,'_sli_caption','Yesterday’s Goat “Yoga” ... it was pretty impossible to focus on the yoga 🧘🏼‍♀️... 🐐'),(432144,12334,'_sli_timestamp','2018-10-01T14:14:54+0000'),(432139,12333,'_sli_is_story',''),(432127,12333,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42002376_293038041422705_6231651588603647556_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=kGTe3U63ezUAX-VCZzB&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfC2LyPjpvzm6rc_yQCSErS2rMKDEalnu5hKFsKp6jWYbw&oe=636F4F55'),(432135,12333,'_sli_likes_count','0'),(432136,12333,'_sli_comments_count','0'),(432137,12333,'_sli_comments','a:0:{}'),(432138,12333,'_sli_children','a:5:{i:0;a:7:{s:2:\"id\";s:17:\"17984457403042401\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42002376_293038041422705_6231651588603647556_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=kGTe3U63ezUAX-VCZzB&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfC2LyPjpvzm6rc_yQCSErS2rMKDEalnu5hKFsKp6jWYbw&oe=636F4F55\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoaC0TlgkKj/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984457403042401-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984457403042401-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984457403042401-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17878570855272077\";s:9:\"media_url\";s:365:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42341930_510196499385862_3522102231425581392_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=ssh5Uh1a4owAX8CWNWb&_nc_oc=AQmh8PktcxBzTjNuiKaxxvc-VapvimfLnNAXuXkQ-ZpwKcgHUqBoJ22rJNtAx2uyjXI&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBWJ2dpWqGx4nCLi5MSd5_14p3YxNX9I8d5SLfH7b5inw&oe=636F7788\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoaC0_qgP84/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:811;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17878570855272077-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17878570855272077-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17878570855272077-m.jpg\";}i:2;a:7:{s:2:\"id\";s:17:\"17985058111020628\";s:9:\"media_url\";s:365:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42002439_547231959071727_1458104744492461892_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=IQNZN4o7v6kAX-f03mH&_nc_oc=AQn3KRAcCVCiAc_h-l_O1Hpp6qZ29T2DcOITrW_ADCY_j1msyYJ3wXbpwQt6Huabw6g&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBxqMNUB7RT0zWjWW13YHiw_oyNQh8jztV6gTJgEf2ovg&oe=63706D88\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoaC1MnAaCv/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:811;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17985058111020628-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17985058111020628-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17985058111020628-m.jpg\";}i:3;a:7:{s:2:\"id\";s:17:\"17942054863194419\";s:9:\"media_url\";s:291:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42002545_2114765842109806_3460914146965417843_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=CPnnRDhwRiQAX9u5Bu3&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDQGmYwhYeWv80_AsxETBWL1qmTNT85BGQWRxy75-5GCg&oe=63708892\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoaC1NJg_R7/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:813;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17942054863194419-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17942054863194419-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17942054863194419-m.jpg\";}i:4;a:7:{s:2:\"id\";s:17:\"17910619636225940\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/42120188_161315754797800_3042977601524242023_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=nbDna_jmtuUAX9GMuN1&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAC5d3wnCSMcj8x0AhfP16muakmojkYRnQ1eDQApbGy3w&oe=6370142B\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BoaC1ODgKoy/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:813;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910619636225940-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910619636225940-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910619636225940-m.jpg\";}}'),(432134,12333,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984590480004417-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984590480004417-m.jpg\";}'),(432129,12333,'_sli_permalink','https://www.instagram.com/p/BoaC7TIHzke/'),(432130,12333,'_sli_shortcode','BoaC7TIHzke'),(432131,12333,'_sli_video_title',''),(432132,12333,'_sli_product_type',''),(432133,12333,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17984590480004417-m.jpg'),(432128,12333,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:810;}'),(432116,12332,'_sli_comments_count','0'),(432117,12332,'_sli_comments','a:0:{}'),(432118,12332,'_sli_children','a:0:{}'),(432119,12332,'_sli_is_story',''),(432120,12332,'_sli_last_requested','1667942564'),(432121,12332,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432122,12333,'_sli_media_id','17984590480004417'),(432123,12333,'_sli_media_username','lavendermatyoga'),(432124,12333,'_sli_timestamp','2018-10-01T22:17:50+0000'),(432125,12333,'_sli_caption','I can’t even be mad about muddy prints on my mat with a face like that... I leave for two seconds and he steals my mat 💗😂'),(432126,12333,'_sli_media_type','CAROUSEL_ALBUM'),(432115,12332,'_sli_likes_count','0'),(432109,12332,'_sli_permalink','https://www.instagram.com/p/Bo4J1NgnuqI/'),(432110,12332,'_sli_shortcode','Bo4J1NgnuqI'),(432111,12332,'_sli_video_title',''),(432112,12332,'_sli_product_type',''),(432113,12332,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17989615864037837-m.jpg'),(432114,12332,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17989615864037837-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17989615864037837-m.jpg\";}'),(432101,12331,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432102,12332,'_sli_media_id','17989615864037837'),(432103,12332,'_sli_media_username','lavendermatyoga'),(432104,12332,'_sli_timestamp','2018-10-13T14:55:23+0000'),(432105,12332,'_sli_caption','😂😂\n#takeabreakfromsocialmedia'),(432106,12332,'_sli_media_type','IMAGE'),(432107,12332,'_sli_media_url','https://lavendermatyoga.com?sli-img=Bo4J1NgnuqI&size=l'),(432108,12332,'_sli_media_size','a:2:{s:5:\"width\";i:954;s:6:\"height\";i:953;}'),(432085,12331,'_sli_caption','The most gorgeous lily I’ve ever received 😍 #bestboyfriend #flowertherapy'),(432086,12331,'_sli_media_type','IMAGE'),(432087,12331,'_sli_media_url','https://lavendermatyoga.com?sli-img=BtJt6zDnBpE&size=l'),(432088,12331,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432089,12331,'_sli_permalink','https://www.instagram.com/p/BtJt6zDnBpE/'),(432090,12331,'_sli_shortcode','BtJt6zDnBpE'),(432091,12331,'_sli_video_title',''),(432092,12331,'_sli_product_type',''),(432093,12331,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17995492201152937-m.jpg'),(432094,12331,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17995492201152937-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17995492201152937-m.jpg\";}'),(432095,12331,'_sli_likes_count','0'),(432096,12331,'_sli_comments_count','0'),(432097,12331,'_sli_comments','a:0:{}'),(432098,12331,'_sli_children','a:0:{}'),(432099,12331,'_sli_is_story',''),(432100,12331,'_sli_last_requested','1667942563'),(432070,12330,'_sli_shortcode','BwIh7jOnLWz'),(432071,12330,'_sli_video_title',''),(432072,12330,'_sli_product_type',''),(432073,12330,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18029157589090743-m.jpg'),(432074,12330,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18029157589090743-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18029157589090743-m.jpg\";}'),(432075,12330,'_sli_likes_count','0'),(432076,12330,'_sli_comments_count','0'),(432077,12330,'_sli_comments','a:0:{}'),(432078,12330,'_sli_children','a:0:{}'),(432079,12330,'_sli_is_story',''),(432080,12330,'_sli_last_requested','1667942563'),(432081,12330,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432082,12331,'_sli_media_id','17995492201152937'),(432083,12331,'_sli_media_username','lavendermatyoga'),(432084,12331,'_sli_timestamp','2019-01-27T20:43:23+0000'),(432069,12330,'_sli_permalink','https://www.instagram.com/p/BwIh7jOnLWz/'),(432068,12330,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(432067,12330,'_sli_media_url','https://lavendermatyoga.com?sli-img=BwIh7jOnLWz&size=l'),(432066,12330,'_sli_media_type','IMAGE'),(432065,12330,'_sli_caption','Enjoying some R&R with my Gem Water 😍✨👌🏻🧘🏼‍♀️ (available for purchase in my shop, link in bio👆🏻😘)'),(432064,12330,'_sli_timestamp','2019-04-11T23:13:35+0000'),(432063,12330,'_sli_media_username','lavendermatyoga'),(432062,12330,'_sli_media_id','18029157589090743'),(432061,12329,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432055,12329,'_sli_likes_count','0'),(432056,12329,'_sli_comments_count','0'),(432057,12329,'_sli_comments','a:0:{}'),(432058,12329,'_sli_children','a:0:{}'),(432059,12329,'_sli_is_story',''),(432060,12329,'_sli_last_requested','1667942562'),(432053,12329,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18039411589099059-m.jpg'),(445807,12733,'_sli_last_requested','1668371547'),(445806,12733,'_sli_is_story',''),(445805,12733,'_sli_children','a:0:{}'),(445804,12733,'_sli_comments','a:0:{}'),(445803,12733,'_sli_comments_count','0'),(445802,12733,'_sli_likes_count','0'),(445801,12733,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17956372783159133-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17956372783159133-m.jpg\";}'),(445797,12733,'_sli_shortcode','BootZD6n56A'),(445798,12733,'_sli_video_title',''),(445799,12733,'_sli_product_type',''),(445800,12733,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17956372783159133-m.jpg'),(445796,12733,'_sli_permalink','https://www.instagram.com/p/BootZD6n56A/'),(445795,12733,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:715;}'),(445793,12733,'_sli_media_type','IMAGE'),(445794,12733,'_sli_media_url','https://lavendermatyoga.com?sli-img=BootZD6n56A&size=l'),(445791,12733,'_sli_timestamp','2018-10-07T14:58:16+0000'),(445792,12733,'_sli_caption','I have a new and exciting product coming to my shop soon! Any guesses on what it is? 😊💗'),(445790,12733,'_sli_media_username','lavendermatyoga'),(432054,12329,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18039411589099059-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18039411589099059-m.jpg\";}'),(432052,12329,'_sli_product_type',''),(432051,12329,'_sli_video_title',''),(432050,12329,'_sli_shortcode','BwXoRMLnsJ9'),(432049,12329,'_sli_permalink','https://www.instagram.com/p/BwXoRMLnsJ9/'),(432048,12329,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(432047,12329,'_sli_media_url','https://lavendermatyoga.com?sli-img=BwXoRMLnsJ9&size=l'),(432046,12329,'_sli_media_type','IMAGE'),(432044,12329,'_sli_timestamp','2019-04-17T19:57:34+0000'),(432045,12329,'_sli_caption','I am so excited to announce my acceptance into the\nAmazon Influencer Program! \nhttps://www.amazon.com/shop/madisonrosenberger (Link in my bio 👆🏻)\n💗💗💗💗\nNow you can find all of my highest recommended products in one convenient storefront!  I have worked really hard to put together four comprehensive lists for you all...\n.\n✨1. Books\nOver 185 books and counting. I compiled (and am adding more every day) an epic list of all my most highly recommended spiritual books. Books are the number 1 way I have educated myself and expanded my own personal journey. Books, books, books. I can\'t stress it enough.\n.\n✨2. Self-Care & Energy Maintenance \nA large list of fantastic products that will support you in your self-care and maintaining high vibrating energy, a clear aura, and balanced chakras. Everything from Aura Soma Quintessences to the best pillow I have ever found.\n.\n✨3. Oracle and Tarot Cards\nFinally, an easy way to show you guys the epic library of decks that I love.\n.\n✨4. Yoga & Stretching\nAll the tools you need to strengthen, stretch, and nurture your physical body.\n✨✨✨\nTake a look and enjoy your shopping!\nxoxo\nMadison'),(432043,12329,'_sli_media_username','lavendermatyoga'),(432042,12329,'_sli_media_id','18039411589099059'),(432041,12328,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432040,12328,'_sli_last_requested','1667942562'),(432035,12328,'_sli_likes_count','0'),(432036,12328,'_sli_comments_count','0'),(432037,12328,'_sli_comments','a:0:{}'),(432038,12328,'_sli_children','a:0:{}'),(432039,12328,'_sli_is_story',''),(432034,12328,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18067684666046691-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18067684666046691-m.jpg\";}'),(432032,12328,'_sli_product_type',''),(432033,12328,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18067684666046691-m.jpg'),(432030,12328,'_sli_shortcode','BxsMdR1nI--'),(432031,12328,'_sli_video_title',''),(432029,12328,'_sli_permalink','https://www.instagram.com/p/BxsMdR1nI--/'),(432027,12328,'_sli_media_url','https://lavendermatyoga.com?sli-img=BxsMdR1nI--&size=l'),(432028,12328,'_sli_media_size','a:2:{s:5:\"width\";i:892;s:6:\"height\";i:892;}'),(432026,12328,'_sli_media_type','IMAGE'),(432024,12328,'_sli_timestamp','2019-05-20T16:10:00+0000'),(432025,12328,'_sli_caption','Today is the last day for early bird pricing of $11 on this Thursdays Yoga in the Park Class!  After that the cost will be $15. Pre-registration is required here, www.madisonrosenberger.com/workshops-classes , and details on how to find us at the park will be emailed to you after registration.\n💗💗\nThis is an ALL LEVELS, intuitively guided and powerful healing class (complete beginners welcome!). Using my gifts as an experienced Intuitive Empath, I energetically tap into the students, as a whole, in each individual class, providing a class tailored to their specific needs. This results in a different theme, pace, and purpose for each class. This style of yoga is intended to heal you on a deep profound mental, emotional, spiritual, and physical level. It is important to me to make sure that every student is comfortable and safe when practicing yoga, so I enjoy a hands-on teaching approach.\n🧘🏼‍♀️🧘🏼‍♀️🧘🏼‍♀️\nHope to see you there!\n🙏🏻🙏🏻🙏🏻\n“THIS CLASS WAS ASTONISHING, EXACTLY WHAT I NEEDED FOR THE WEEK AHEAD. IT GAVE ME SUCH POWER IN THE MIDST OF QUIET. IT OPENED MY EYES TO HOW I NEED TO SLOW DOWN, MEET UP WITH MY SOUL, AND MAKE PEACE. I WILL TOTALLY BE ATTENDING FOR MANY FURTHER PRACTICES.”\n– MADISON CANTRELL'),(432022,12328,'_sli_media_id','18067684666046691'),(432023,12328,'_sli_media_username','lavendermatyoga'),(432018,12327,'_sli_children','a:0:{}'),(432019,12327,'_sli_is_story',''),(432020,12327,'_sli_last_requested','1667942561'),(432021,12327,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432017,12327,'_sli_comments','a:0:{}'),(432016,12327,'_sli_comments_count','0'),(432013,12327,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17911015930306372-m.jpg'),(432015,12327,'_sli_likes_count','0'),(432014,12327,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17911015930306372-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17911015930306372-m.jpg\";}'),(432012,12327,'_sli_product_type',''),(432011,12327,'_sli_video_title',''),(432006,12327,'_sli_media_type','IMAGE'),(432007,12327,'_sli_media_url','https://lavendermatyoga.com?sli-img=BxxGIwdHuKp&size=l'),(431981,12325,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431982,12326,'_sli_media_id','18042690532190673'),(431983,12326,'_sli_media_username','lavendermatyoga'),(431984,12326,'_sli_timestamp','2019-06-02T18:15:40+0000'),(431985,12326,'_sli_caption','Step out of the circle of time and into the circle of love. –Rumi'),(431986,12326,'_sli_media_type','IMAGE'),(431987,12326,'_sli_media_url','https://lavendermatyoga.com?sli-img=ByN5LEPnABz&size=l'),(431988,12326,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;}'),(431989,12326,'_sli_permalink','https://www.instagram.com/p/ByN5LEPnABz/'),(431990,12326,'_sli_shortcode','ByN5LEPnABz'),(431991,12326,'_sli_video_title',''),(431992,12326,'_sli_product_type',''),(431993,12326,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18042690532190673-m.jpg'),(431994,12326,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18042690532190673-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18042690532190673-m.jpg\";}'),(431995,12326,'_sli_likes_count','0'),(431996,12326,'_sli_comments_count','0'),(431997,12326,'_sli_comments','a:0:{}'),(431998,12326,'_sli_children','a:0:{}'),(431999,12326,'_sli_is_story',''),(432000,12326,'_sli_last_requested','1667942561'),(432001,12326,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(432002,12327,'_sli_media_id','17911015930306372'),(432003,12327,'_sli_media_username','lavendermatyoga'),(432004,12327,'_sli_timestamp','2019-05-22T13:50:58+0000'),(432005,12327,'_sli_caption','Ever since moving back to Charlotte @vivarawlife has been my go to place for cold pressed juices and raw foods. Today I’m completing their Renewal 1 Day Juice Cleanse to help me reset from all the birthday celebrating/indulging last weekend. 💚💚\nAnd since turning to a grain free, sugar free, dairy free diet, their Cacao Milk has been especially heavenly on days where I am craving a chocolate 🤩\nCheck them out! 👌🏻'),(431980,12325,'_sli_last_requested','1667942561'),(431979,12325,'_sli_is_story',''),(431978,12325,'_sli_children','a:0:{}'),(431977,12325,'_sli_comments','a:0:{}'),(431976,12325,'_sli_comments_count','0'),(431975,12325,'_sli_likes_count','0'),(431970,12325,'_sli_shortcode','By3Dn_lniwZ'),(431971,12325,'_sli_video_title',''),(431972,12325,'_sli_product_type',''),(431973,12325,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891498011350925-m.jpg'),(431974,12325,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891498011350925-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17891498011350925-m.jpg\";}'),(431966,12325,'_sli_media_type','IMAGE'),(431967,12325,'_sli_media_url','https://lavendermatyoga.com?sli-img=By3Dn_lniwZ&size=l'),(431968,12325,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431969,12325,'_sli_permalink','https://www.instagram.com/p/By3Dn_lniwZ/'),(431964,12325,'_sli_timestamp','2019-06-18T17:55:51+0000'),(431965,12325,'_sli_caption','😂'),(431959,12324,'_sli_is_story',''),(431960,12324,'_sli_last_requested','1667942560'),(431961,12324,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431962,12325,'_sli_media_id','17891498011350925'),(431963,12325,'_sli_media_username','lavendermatyoga'),(431958,12324,'_sli_children','a:0:{}'),(431956,12324,'_sli_comments_count','0'),(431957,12324,'_sli_comments','a:0:{}'),(431955,12324,'_sli_likes_count','0'),(431954,12324,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18045910090148142-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18045910090148142-m.jpg\";}'),(431945,12324,'_sli_caption','Cheers to the weekend! 🙌🏻 @vivarawlife'),(431946,12324,'_sli_media_type','IMAGE'),(431947,12324,'_sli_media_url','https://lavendermatyoga.com?sli-img=BzRWNdqn4bS&size=l'),(431948,12324,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(431949,12324,'_sli_permalink','https://www.instagram.com/p/BzRWNdqn4bS/'),(431950,12324,'_sli_shortcode','BzRWNdqn4bS'),(431951,12324,'_sli_video_title',''),(431952,12324,'_sli_product_type',''),(431953,12324,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18045910090148142-m.jpg'),(431943,12324,'_sli_media_username','lavendermatyoga'),(431944,12324,'_sli_timestamp','2019-06-28T22:58:31+0000'),(431939,12323,'_sli_is_story',''),(431940,12323,'_sli_last_requested','1667942560'),(431941,12323,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431942,12324,'_sli_media_id','18045910090148142'),(431938,12323,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"18036100438197995\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/64785280_157575615376248_2523942016700678895_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=soZt3fploHcAX91MvaQ&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDVLHZrd1iBbWBKOf_hn2FI7HH02uE9Mzu2v7MCI6HO7g&oe=63704076\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BzfuwTAHZWr/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18036100438197995-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18036100438197995-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18036100438197995-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17849542807480763\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/65678649_594447817744054_1457606442385370682_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=gx32pEU3BgAAX8tYquN&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCs1AkWIQEQ4ssyU41ayX2fS8kTm0lTM8Sbhal9q2bsAw&oe=636FEFB2\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/BzfuwTAnzZa/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849542807480763-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849542807480763-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849542807480763-m.jpg\";}}'),(431937,12323,'_sli_comments','a:0:{}'),(431935,12323,'_sli_likes_count','0'),(431934,12323,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18058459654120367-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18058459654120367-m.jpg\";}'),(431936,12323,'_sli_comments_count','0'),(431933,12323,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18058459654120367-m.jpg'),(431932,12323,'_sli_product_type',''),(431931,12323,'_sli_video_title',''),(431930,12323,'_sli_shortcode','BzfuwVUnRYu'),(431917,12322,'_sli_comments','a:0:{}'),(431929,12323,'_sli_permalink','https://www.instagram.com/p/BzfuwVUnRYu/'),(431928,12323,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431926,12323,'_sli_media_type','CAROUSEL_ALBUM'),(431927,12323,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/64785280_157575615376248_2523942016700678895_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=soZt3fploHcAX91MvaQ&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDVLHZrd1iBbWBKOf_hn2FI7HH02uE9Mzu2v7MCI6HO7g&oe=63704076'),(431925,12323,'_sli_caption','Who wants to pull a card? Im using my new GOT cards with my little Direwolf to give you all a free Eclipse Energy Reading! ✨\n If you feel drawn to, select a card and then head to my private FB group, Spiritual Teachings with Madison (link in the bio 👆🏻) to read your guidance for this intense energy below!\n✨\nIf you follow astrological events then you know we are in eclipse season and in a nutshell (if you want to learn more follow amazing astrologer @iamdaniellepaige) it’s creating some big shifts. This may be making you feel emotionally, physically, mentally, and spiritually chaotic!\n✨'),(431924,12323,'_sli_timestamp','2019-07-04T13:02:21+0000'),(431923,12323,'_sli_media_username','lavendermatyoga'),(431922,12323,'_sli_media_id','18058459654120367'),(431921,12322,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431920,12322,'_sli_last_requested','1667942559'),(431919,12322,'_sli_is_story',''),(431918,12322,'_sli_children','a:0:{}'),(431915,12322,'_sli_likes_count','0'),(431916,12322,'_sli_comments_count','0'),(431914,12322,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18063430948098450-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18063430948098450-m.jpg\";}'),(431913,12322,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18063430948098450-m.jpg'),(431912,12322,'_sli_product_type',''),(431911,12322,'_sli_video_title',''),(431910,12322,'_sli_shortcode','BzjV2MLnNNQ'),(431909,12322,'_sli_permalink','https://www.instagram.com/p/BzjV2MLnNNQ/'),(431903,12322,'_sli_media_username','lavendermatyoga'),(431904,12322,'_sli_timestamp','2019-07-05T22:41:40+0000'),(431905,12322,'_sli_caption','Believe it our not this was my first poke bowl! 🤯😱😋'),(431908,12322,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431907,12322,'_sli_media_url','https://lavendermatyoga.com?sli-img=BzjV2MLnNNQ&size=l'),(431906,12322,'_sli_media_type','IMAGE'),(431902,12322,'_sli_media_id','18063430948098450'),(431901,12321,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431874,12320,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845428526516532-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845428526516532-m.jpg\";}'),(431875,12320,'_sli_likes_count','0'),(431876,12320,'_sli_comments_count','0'),(431877,12320,'_sli_comments','a:0:{}'),(431878,12320,'_sli_children','a:0:{}'),(431879,12320,'_sli_is_story',''),(431880,12320,'_sli_last_requested','1667942558'),(431881,12320,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431882,12321,'_sli_media_id','18081238459055702'),(431883,12321,'_sli_media_username','lavendermatyoga'),(431884,12321,'_sli_timestamp','2019-07-10T15:07:17+0000'),(431885,12321,'_sli_caption','✨✨✨\n.\n.\n.\n.\n.\n.\n.\n.\n. .\n#lifequotes #quotes #life #love #motivationalquotes #motivation #lovequotes #inspirationalquotes #quoteoftheday #inspiration #quotestoliveby #quote  #instagood #lifestyle #writersofinstagram #words #happy #quotesaboutlife  #writer #photooftheday #quotestagram #spirituality #love #awakening #wisdom #peace #spiritual #meditation #consciousness #spiritualawakening'),(431886,12321,'_sli_media_type','IMAGE'),(431887,12321,'_sli_media_url','https://lavendermatyoga.com?sli-img=BzvZ0lDnDAL&size=l'),(431888,12321,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431889,12321,'_sli_permalink','https://www.instagram.com/p/BzvZ0lDnDAL/'),(431890,12321,'_sli_shortcode','BzvZ0lDnDAL'),(431891,12321,'_sli_video_title',''),(431892,12321,'_sli_product_type',''),(431893,12321,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18081238459055702-m.jpg'),(431894,12321,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18081238459055702-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18081238459055702-m.jpg\";}'),(431895,12321,'_sli_likes_count','0'),(431896,12321,'_sli_comments_count','0'),(431897,12321,'_sli_comments','a:0:{}'),(431898,12321,'_sli_children','a:0:{}'),(431899,12321,'_sli_is_story',''),(431900,12321,'_sli_last_requested','1667942558'),(431870,12320,'_sli_shortcode','BzyShC2nWCQ'),(431871,12320,'_sli_video_title',''),(431872,12320,'_sli_product_type',''),(431873,12320,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845428526516532-m.jpg'),(431869,12320,'_sli_permalink','https://www.instagram.com/p/BzyShC2nWCQ/'),(431866,12320,'_sli_media_type','IMAGE'),(431867,12320,'_sli_media_url','https://lavendermatyoga.com?sli-img=BzyShC2nWCQ&size=l'),(431868,12320,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431862,12320,'_sli_media_id','17845428526516532'),(431863,12320,'_sli_media_username','lavendermatyoga'),(431864,12320,'_sli_timestamp','2019-07-11T18:01:10+0000'),(431865,12320,'_sli_caption','Roscoes thinks my Ayurvedic hot lemon water is gross 🤢 (his Daddy agreees) what do you think? 😋'),(431859,12319,'_sli_is_story',''),(431860,12319,'_sli_last_requested','1667942557'),(431861,12319,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431856,12319,'_sli_comments_count','0'),(431857,12319,'_sli_comments','a:0:{}'),(431858,12319,'_sli_children','a:0:{}'),(431855,12319,'_sli_likes_count','0'),(431854,12319,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845876576535725-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845876576535725-m.jpg\";}'),(431848,12319,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431849,12319,'_sli_permalink','https://www.instagram.com/p/B0d8stkH_gW/'),(431853,12319,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845876576535725-m.jpg'),(431850,12319,'_sli_shortcode','B0d8stkH_gW'),(431851,12319,'_sli_video_title',''),(431852,12319,'_sli_product_type',''),(431847,12319,'_sli_media_url','https://lavendermatyoga.com?sli-img=B0d8stkH_gW&size=l'),(431845,12319,'_sli_caption',''),(431846,12319,'_sli_media_type','IMAGE'),(431842,12319,'_sli_media_id','17845876576535725'),(431843,12319,'_sli_media_username','lavendermatyoga'),(431844,12319,'_sli_timestamp','2019-07-28T16:57:06+0000'),(431841,12318,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431840,12318,'_sli_last_requested','1667942557'),(431837,12318,'_sli_comments','a:0:{}'),(431838,12318,'_sli_children','a:0:{}'),(431839,12318,'_sli_is_story',''),(431836,12318,'_sli_comments_count','0'),(431835,12318,'_sli_likes_count','0'),(431834,12318,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873888782415864-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873888782415864-m.jpg\";}'),(431833,12318,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873888782415864-m.jpg'),(431832,12318,'_sli_product_type',''),(431829,12318,'_sli_permalink','https://www.instagram.com/p/B0jwAFYn2W3/'),(431830,12318,'_sli_shortcode','B0jwAFYn2W3'),(431831,12318,'_sli_video_title',''),(431828,12318,'_sli_media_size','a:2:{s:5:\"width\";i:1055;s:6:\"height\";i:1055;}'),(431813,12317,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18061983868093610-m.jpg'),(431814,12317,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18061983868093610-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18061983868093610-m.jpg\";}'),(431815,12317,'_sli_likes_count','0'),(431816,12317,'_sli_comments_count','0'),(431817,12317,'_sli_comments','a:0:{}'),(431818,12317,'_sli_children','a:0:{}'),(431819,12317,'_sli_is_story',''),(431820,12317,'_sli_last_requested','1667942556'),(431821,12317,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431822,12318,'_sli_media_id','17873888782415864'),(431823,12318,'_sli_media_username','lavendermatyoga'),(431824,12318,'_sli_timestamp','2019-07-30T23:01:36+0000'),(431825,12318,'_sli_caption','Are you looking to enhance your intuitive prowess? Check out my Mentor with Madison sessions 💗 I am here to teach you how to hone your gifts! 🔮(sessions are in person or long distance via 📲)madisonrosenberger.com\n.\n.\n.\n.\nAwesome deck by the talented @innerhue'),(431827,12318,'_sli_media_url','https://lavendermatyoga.com?sli-img=B0jwAFYn2W3&size=l'),(431826,12318,'_sli_media_type','IMAGE'),(431810,12317,'_sli_shortcode','B1CeefKn2Mx'),(431811,12317,'_sli_video_title',''),(431812,12317,'_sli_product_type',''),(431802,12317,'_sli_media_id','18061983868093610'),(431803,12317,'_sli_media_username','lavendermatyoga'),(431804,12317,'_sli_timestamp','2019-08-11T21:24:55+0000'),(431805,12317,'_sli_caption','#truthbomb 😂'),(431806,12317,'_sli_media_type','IMAGE'),(431807,12317,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1CeefKn2Mx&size=l'),(431808,12317,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431809,12317,'_sli_permalink','https://www.instagram.com/p/B1CeefKn2Mx/'),(431801,12316,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431800,12316,'_sli_last_requested','1667942556'),(431798,12316,'_sli_children','a:0:{}'),(431799,12316,'_sli_is_story',''),(431796,12316,'_sli_comments_count','0'),(431797,12316,'_sli_comments','a:0:{}'),(431795,12316,'_sli_likes_count','0'),(431793,12316,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17970396844304742-m.jpg'),(431794,12316,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17970396844304742-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17970396844304742-m.jpg\";}'),(431791,12316,'_sli_video_title',''),(431792,12316,'_sli_product_type',''),(431790,12316,'_sli_shortcode','B1XCQPoHNuA'),(431789,12316,'_sli_permalink','https://www.instagram.com/p/B1XCQPoHNuA/'),(431788,12316,'_sli_media_size','a:2:{s:5:\"width\";i:1211;s:6:\"height\";i:1211;}'),(431787,12316,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1XCQPoHNuA&size=l'),(431786,12316,'_sli_media_type','IMAGE'),(431777,12315,'_sli_comments','a:0:{}'),(431778,12315,'_sli_children','a:0:{}'),(431779,12315,'_sli_is_story',''),(431780,12315,'_sli_last_requested','1667942556'),(431781,12315,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431782,12316,'_sli_media_id','17970396844304742'),(431783,12316,'_sli_media_username','lavendermatyoga'),(431784,12316,'_sli_timestamp','2019-08-19T21:02:22+0000'),(431785,12316,'_sli_caption','Did you know that women put an average of 168 chemicals on their body each day?! 😱 That’s a heavy load 😔\n.\nIn the European Union they ban about 1,400 harmful chemicals in beauty products. Canada bans about half that at approx 600 forbidden ingredients. Guess where the U.S stands?\n.\nThe U.S bans 11 😱\n.\nBeautycounter goes above and beyond and has a “Never List” of 1,500 chemicals they never use!\n.\nI’m hosting an online FB safer beauty popup on August 28th and would really love for you to join us! I really love the company’s mission, the quality of their products and their safer ingredients and wanted to share them with you because I think you will too!\n💄\nThere’s no obligation to buy, just pop in if you feel called to! It’ll be about an hour online from the comfort of your home and just for attending will have a chance to win a prize!\n💄\nI will be sharing all about safer product options, the mission of Beautycounter of getting safer products into the hands of everyone and their advocacy efforts to change legislation so all products can become safer and sharing my favorite products!\n💄\nI’d love for you to come if you are interested let me know either in the comments below or through DM and I’ll add you to the FB event!❤️'),(431775,12315,'_sli_likes_count','0'),(431776,12315,'_sli_comments_count','0'),(431769,12315,'_sli_permalink','https://www.instagram.com/p/B1Y2bj0nLL6/'),(431770,12315,'_sli_shortcode','B1Y2bj0nLL6'),(431771,12315,'_sli_video_title',''),(431772,12315,'_sli_product_type',''),(431773,12315,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853640564524054-m.jpg'),(431774,12315,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853640564524054-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17853640564524054-m.jpg\";}'),(431766,12315,'_sli_media_type','IMAGE'),(431767,12315,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1Y2bj0nLL6&size=l'),(431768,12315,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431765,12315,'_sli_caption','Spirituality is the belief that, at their foundation, all of the religions are based in truth. It’s simply mankind’s translations that have muddled the truths that all the great Masters once taught.'),(431762,12315,'_sli_media_id','17853640564524054'),(431764,12315,'_sli_timestamp','2019-08-20T13:57:32+0000'),(431763,12315,'_sli_media_username','lavendermatyoga'),(431761,12314,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431760,12314,'_sli_last_requested','1667942279'),(431759,12314,'_sli_is_story',''),(431756,12314,'_sli_comments_count','0'),(431757,12314,'_sli_comments','a:0:{}'),(431758,12314,'_sli_children','a:0:{}'),(431755,12314,'_sli_likes_count','0'),(431752,12314,'_sli_product_type',''),(431753,12314,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863119331472356-m.jpg'),(431754,12314,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863119331472356-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17863119331472356-m.jpg\";}'),(431750,12314,'_sli_shortcode','B1pTa6qHvFv'),(431751,12314,'_sli_video_title',''),(431749,12314,'_sli_permalink','https://www.instagram.com/p/B1pTa6qHvFv/'),(431748,12314,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431747,12314,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1pTa6qHvFv&size=l'),(431734,12313,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18065804572091981-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18065804572091981-m.jpg\";}'),(431746,12314,'_sli_media_type','IMAGE'),(431745,12314,'_sli_caption','✨✨'),(431744,12314,'_sli_timestamp','2019-08-26T23:18:42+0000'),(431743,12314,'_sli_media_username','lavendermatyoga'),(431742,12314,'_sli_media_id','17863119331472356'),(431741,12313,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431735,12313,'_sli_likes_count','0'),(431736,12313,'_sli_comments_count','0'),(431737,12313,'_sli_comments','a:0:{}'),(431738,12313,'_sli_children','a:0:{}'),(431739,12313,'_sli_is_story',''),(431740,12313,'_sli_last_requested','1667942278'),(431715,12312,'_sli_likes_count','0'),(431716,12312,'_sli_comments_count','0'),(431717,12312,'_sli_comments','a:0:{}'),(431718,12312,'_sli_children','a:0:{}'),(431719,12312,'_sli_is_story',''),(431720,12312,'_sli_last_requested','1667942278'),(431721,12312,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431722,12313,'_sli_media_id','18065804572091981'),(431723,12313,'_sli_media_username','lavendermatyoga'),(431724,12313,'_sli_timestamp','2019-08-28T16:05:58+0000'),(431725,12313,'_sli_caption','How often are you kind to yourself?\n💗\nI’m sure you spend plenty of time criticizing, pushing, and being hard on yourself. But how much compassion do you show yourself?\n💗\nIn a world where strength, empowerment, and independence are highly valued don’t forget that you need to balance all those amazing qualities out with softness, sweetness, and gentility.\n💗\nStart by being gentle with yourself 🥰'),(431726,12313,'_sli_media_type','IMAGE'),(431727,12313,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1trfNtnt9y&size=l'),(431728,12313,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;}'),(431729,12313,'_sli_permalink','https://www.instagram.com/p/B1trfNtnt9y/'),(431730,12313,'_sli_shortcode','B1trfNtnt9y'),(431731,12313,'_sli_video_title',''),(431732,12313,'_sli_product_type',''),(431733,12313,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18065804572091981-m.jpg'),(431714,12312,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17916001531336713-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17916001531336713-m.jpg\";}'),(431710,12312,'_sli_shortcode','B11Vrxin2ez'),(431711,12312,'_sli_video_title',''),(431712,12312,'_sli_product_type',''),(431713,12312,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17916001531336713-m.jpg'),(431706,12312,'_sli_media_type','IMAGE'),(431707,12312,'_sli_media_url','https://lavendermatyoga.com?sli-img=B11Vrxin2ez&size=l'),(431708,12312,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431709,12312,'_sli_permalink','https://www.instagram.com/p/B11Vrxin2ez/'),(431704,12312,'_sli_timestamp','2019-08-31T15:29:22+0000'),(431705,12312,'_sli_caption','This is why you must learn to accept yourself, because people’s approval or rejection of you has nothing to do with you. 💗💗'),(431690,12311,'_sli_shortcode','B19dmOeHiuu'),(431691,12311,'_sli_video_title',''),(431692,12311,'_sli_product_type',''),(431693,12311,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18087484963078290-m.jpg'),(431694,12311,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18087484963078290-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18087484963078290-m.jpg\";}'),(431703,12312,'_sli_media_username','lavendermatyoga'),(431701,12311,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431702,12312,'_sli_media_id','17916001531336713'),(428292,12254,'_sli_last_requested','1667766794'),(428293,12254,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(428291,12254,'_sli_is_story',''),(428289,12254,'_sli_comments','a:0:{}'),(428290,12254,'_sli_children','a:0:{}'),(428286,12254,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845444786601755-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845444786601755-m.jpg\";}'),(428282,12254,'_sli_shortcode','B1omBi5nvLN'),(428283,12254,'_sli_video_title',''),(428284,12254,'_sli_product_type',''),(428285,12254,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17845444786601755-m.jpg'),(428288,12254,'_sli_comments_count','0'),(428287,12254,'_sli_likes_count','0'),(431341,12293,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431342,12294,'_sli_media_id','18037882936230499'),(431343,12294,'_sli_media_username','lavendermatyoga'),(428281,12254,'_sli_permalink','https://www.instagram.com/p/B1omBi5nvLN/'),(428278,12254,'_sli_media_type','IMAGE'),(428279,12254,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1omBi5nvLN&size=l'),(428274,12254,'_sli_media_id','17845444786601755'),(428280,12254,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(428275,12254,'_sli_media_username','lavendermatyoga'),(428276,12254,'_sli_timestamp','2019-08-26T16:42:01+0000'),(428277,12254,'_sli_caption','Yoni Yoga utilizes poses that help women strengthen their pelvic floor and connect to their womb space. Developing your pelvic muscles helps to strengthen the low back and low abdomen, reduce menstrual cramps, prevent and remedy incontinence, balance hormones, and enhance vaginal sensitivity and decrease numbness.\n✨\nCombining yoga and deep breathing with pelvic floor awareness also establishes a powerful connection to your Feminine energy. This powerful force will help you increase your vitality and creative energy and clear your Sacral space from trauma and negative energy.\n✨\nYoni Yoga is a slow paced intimidation-free style of yoga accessible to all levels, including beginners.\n💗💗💗💗💗💗💗\n*Pre-registration is required (link in the bio), space is limited\n**Early Bird Pricing is $5 until September 1st; $11 after September 1st\n*** Please bring yourself, a water bottle, and a yoga mat!\n------------------------------------------\nI teach  a different themed yoga class once a month, navigate to my site to check out upcoming classes! 💗💗💗💗\nI own a Spiritual Wellness Private Practice where I empower and guide my clients to connect to their Higher Selves, step into their power, and to heal. I am a Channel, Spiritual Mentor and an E-RYT 200, RYT 500 Yoga Teacher and Yoga Alliance Continuing Education Provider, to learn more about me or my yoga training visit my site! Link in the bio too 😘💋💋'),(431699,12311,'_sli_is_story',''),(431700,12311,'_sli_last_requested','1667942278'),(431698,12311,'_sli_children','a:0:{}'),(431695,12311,'_sli_likes_count','0'),(431696,12311,'_sli_comments_count','0'),(431697,12311,'_sli_comments','a:0:{}'),(431689,12311,'_sli_permalink','https://www.instagram.com/p/B19dmOeHiuu/'),(431688,12311,'_sli_media_size','a:2:{s:5:\"width\";i:1241;s:6:\"height\";i:1241;}'),(431687,12311,'_sli_media_url','https://lavendermatyoga.com?sli-img=B19dmOeHiuu&size=l'),(431686,12311,'_sli_media_type','IMAGE'),(431685,12311,'_sli_caption','Repost from @beautycounter'),(431682,12311,'_sli_media_id','18087484963078290'),(431683,12311,'_sli_media_username','lavendermatyoga'),(431684,12311,'_sli_timestamp','2019-09-03T19:12:26+0000'),(431677,12310,'_sli_comments','a:0:{}'),(431678,12310,'_sli_children','a:0:{}'),(431679,12310,'_sli_is_story',''),(431680,12310,'_sli_last_requested','1667942277'),(431681,12310,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431676,12310,'_sli_comments_count','0'),(431675,12310,'_sli_likes_count','0'),(431674,12310,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18025769821223890-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18025769821223890-m.jpg\";}'),(431673,12310,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18025769821223890-m.jpg'),(431671,12310,'_sli_video_title',''),(431672,12310,'_sli_product_type',''),(431666,12310,'_sli_media_type','IMAGE'),(431667,12310,'_sli_media_url','https://lavendermatyoga.com?sli-img=B1_xDDFnoFH&size=l'),(431668,12310,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431669,12310,'_sli_permalink','https://www.instagram.com/p/B1_xDDFnoFH/'),(431670,12310,'_sli_shortcode','B1_xDDFnoFH'),(431663,12310,'_sli_media_username','lavendermatyoga'),(431665,12310,'_sli_caption','What’s best for you isn’t always best for someone else... ✨✨'),(431664,12310,'_sli_timestamp','2019-09-04T16:40:52+0000'),(431661,12309,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431660,12309,'_sli_last_requested','1667942277'),(431662,12310,'_sli_media_id','18025769821223890'),(431657,12309,'_sli_comments','a:0:{}'),(431658,12309,'_sli_children','a:0:{}'),(431659,12309,'_sli_is_story',''),(431650,12309,'_sli_shortcode','B2HjRtPH310'),(431651,12309,'_sli_video_title',''),(431652,12309,'_sli_product_type',''),(431653,12309,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842996516637378-m.jpg'),(431654,12309,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842996516637378-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842996516637378-m.jpg\";}'),(431655,12309,'_sli_likes_count','0'),(431656,12309,'_sli_comments_count','0'),(431649,12309,'_sli_permalink','https://www.instagram.com/p/B2HjRtPH310/'),(431648,12309,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431647,12309,'_sli_media_url','https://lavendermatyoga.com?sli-img=B2HjRtPH310&size=l'),(431646,12309,'_sli_media_type','IMAGE'),(431644,12309,'_sli_timestamp','2019-09-07T17:14:28+0000'),(431645,12309,'_sli_caption','Participating in a yoga workshop this weekend and getting to show off my gorgeous cushion created by @purepranalabel 😍Cindy really puts her whole heart and soul into making these high quality linen cushions. Check them out!'),(431642,12309,'_sli_media_id','17842996516637378'),(431643,12309,'_sli_media_username','lavendermatyoga'),(431641,12308,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431639,12308,'_sli_is_story',''),(431640,12308,'_sli_last_requested','1667942276'),(431638,12308,'_sli_children','a:0:{}'),(431636,12308,'_sli_comments_count','0'),(431637,12308,'_sli_comments','a:0:{}'),(431635,12308,'_sli_likes_count','0'),(431629,12308,'_sli_permalink','https://www.instagram.com/p/B2MtxZOBHn4/'),(431624,12308,'_sli_timestamp','2019-09-09T17:22:22+0000'),(431625,12308,'_sli_caption','💗💗💗'),(431626,12308,'_sli_media_type','IMAGE'),(431627,12308,'_sli_media_url','https://lavendermatyoga.com?sli-img=B2MtxZOBHn4&size=l'),(431628,12308,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431634,12308,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843418364637260-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843418364637260-m.jpg\";}'),(431631,12308,'_sli_video_title',''),(431632,12308,'_sli_product_type',''),(431633,12308,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843418364637260-m.jpg'),(431630,12308,'_sli_shortcode','B2MtxZOBHn4'),(431615,12307,'_sli_likes_count','0'),(431616,12307,'_sli_comments_count','0'),(431617,12307,'_sli_comments','a:0:{}'),(431618,12307,'_sli_children','a:0:{}'),(431619,12307,'_sli_is_story',''),(431620,12307,'_sli_last_requested','1667942276'),(431621,12307,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431622,12308,'_sli_media_id','17843418364637260'),(431623,12308,'_sli_media_username','lavendermatyoga'),(431614,12307,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917569238342575-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917569238342575-m.jpg\";}'),(431613,12307,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17917569238342575-m.jpg'),(431612,12307,'_sli_product_type',''),(431610,12307,'_sli_shortcode','B3C0GYaHC0O'),(431611,12307,'_sli_video_title',''),(431607,12307,'_sli_media_url','https://lavendermatyoga.com?sli-img=B3C0GYaHC0O&size=l'),(431609,12307,'_sli_permalink','https://www.instagram.com/p/B3C0GYaHC0O/'),(431608,12307,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431584,12306,'_sli_timestamp','2019-10-01T20:42:31+0000'),(431585,12306,'_sli_caption','The best way to support your immune system during sniffle season. I take one shot each morning, have you tried Elderberry Syrup? 🐝 🍇I picked this brand up at a local fair and it’s my favorite one so far. 😍 @kleinebeineapiary'),(431606,12307,'_sli_media_type','IMAGE'),(431603,12307,'_sli_media_username','lavendermatyoga'),(431604,12307,'_sli_timestamp','2019-09-30T17:36:39+0000'),(431605,12307,'_sli_caption','I saw this movie again recently and I LOVE it. I just adore when Aibileen reminds her little girl to say her affirmations everyday 😍💗 Have you said nice things to yourself today?'),(431602,12307,'_sli_media_id','17917569238342575'),(431601,12306,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431600,12306,'_sli_last_requested','1667942276'),(431599,12306,'_sli_is_story',''),(431598,12306,'_sli_children','a:0:{}'),(431597,12306,'_sli_comments','a:0:{}'),(431596,12306,'_sli_comments_count','0'),(431595,12306,'_sli_likes_count','0'),(431594,12306,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926674490322916-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926674490322916-m.jpg\";}'),(431592,12306,'_sli_product_type',''),(431593,12306,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926674490322916-m.jpg'),(431591,12306,'_sli_video_title',''),(431590,12306,'_sli_shortcode','B3FuKfinIbv'),(431589,12306,'_sli_permalink','https://www.instagram.com/p/B3FuKfinIbv/'),(431586,12306,'_sli_media_type','IMAGE'),(431587,12306,'_sli_media_url','https://lavendermatyoga.com?sli-img=B3FuKfinIbv&size=l'),(431588,12306,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431583,12306,'_sli_media_username','lavendermatyoga'),(431575,12305,'_sli_likes_count','0'),(431576,12305,'_sli_comments_count','0'),(431577,12305,'_sli_comments','a:0:{}'),(431578,12305,'_sli_children','a:0:{}'),(431579,12305,'_sli_is_story',''),(431580,12305,'_sli_last_requested','1667942275'),(431581,12305,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431582,12306,'_sli_media_id','17926674490322916'),(431574,12305,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872028347468209-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872028347468209-m.jpg\";}'),(431573,12305,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872028347468209-m.jpg'),(431572,12305,'_sli_product_type',''),(431571,12305,'_sli_video_title',''),(431568,12305,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431569,12305,'_sli_permalink','https://www.instagram.com/p/B3Ry22_HqOa/'),(431570,12305,'_sli_shortcode','B3Ry22_HqOa'),(431563,12305,'_sli_media_username','lavendermatyoga'),(431564,12305,'_sli_timestamp','2019-10-06T13:14:24+0000'),(431565,12305,'_sli_caption','💗🙏🏻'),(431566,12305,'_sli_media_type','IMAGE'),(431567,12305,'_sli_media_url','https://lavendermatyoga.com?sli-img=B3Ry22_HqOa&size=l'),(431559,12304,'_sli_is_story',''),(431560,12304,'_sli_last_requested','1667942275'),(431561,12304,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431562,12305,'_sli_media_id','17872028347468209'),(431557,12304,'_sli_comments','a:0:{}'),(431558,12304,'_sli_children','a:0:{}'),(445789,12733,'_sli_media_id','17956372783159133'),(445788,12732,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(445781,12732,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865574750490750-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865574750490750-m.jpg\";}'),(445782,12732,'_sli_likes_count','0'),(445783,12732,'_sli_comments_count','0'),(445784,12732,'_sli_comments','a:0:{}'),(445770,12732,'_sli_media_username','lavendermatyoga'),(445771,12732,'_sli_timestamp','2019-09-17T16:16:19+0000'),(445772,12732,'_sli_caption','The gorgeous dolphin that came to say hi to me my last night on vacation 😍🧜🏻‍♀️'),(445787,12732,'_sli_last_requested','1668371457'),(445786,12732,'_sli_is_story',''),(445785,12732,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17908371415359800\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/69424184_531981714204716_4773825018733117965_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=khezqeCrDhQAX9Q95jp&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDBzTwzhHY3TYK2S5OfQlkVrcC7VIrnhux9Xi7qMSWG9Q&oe=6376670C\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/B2hMkkuna2E/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17908371415359800-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17908371415359800-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17908371415359800-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17890571827393471\";s:9:\"media_url\";s:290:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/69991422_365637040987149_8169228312326188048_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=zdv7AKnPlukAX_RKRgD&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAPPmxBmsm5VxvAOTee0PTXrIGGcRau300wNSmy_bv7sw&oe=6376E949\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/B2hMkkuHwBZ/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890571827393471-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890571827393471-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890571827393471-m.jpg\";}}'),(445778,12732,'_sli_video_title',''),(445779,12732,'_sli_product_type',''),(445780,12732,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865574750490750-m.jpg'),(445777,12732,'_sli_shortcode','B2hMkmoHqjY'),(445775,12732,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(445776,12732,'_sli_permalink','https://www.instagram.com/p/B2hMkmoHqjY/'),(445774,12732,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/69424184_531981714204716_4773825018733117965_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=khezqeCrDhQAX9Q95jp&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDBzTwzhHY3TYK2S5OfQlkVrcC7VIrnhux9Xi7qMSWG9Q&oe=6376670C'),(445773,12732,'_sli_media_type','CAROUSEL_ALBUM'),(431556,12304,'_sli_comments_count','0'),(445769,12732,'_sli_media_id','17865574750490750'),(431555,12304,'_sli_likes_count','0'),(431554,12304,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849138983629514-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849138983629514-m.jpg\";}'),(431551,12304,'_sli_video_title',''),(431552,12304,'_sli_product_type',''),(431553,12304,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849138983629514-m.jpg'),(431549,12304,'_sli_permalink','https://www.instagram.com/p/B3diPCUnigS/'),(431550,12304,'_sli_shortcode','B3diPCUnigS'),(431548,12304,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(431546,12304,'_sli_media_type','IMAGE'),(431547,12304,'_sli_media_url','https://lavendermatyoga.com?sli-img=B3diPCUnigS&size=l'),(431543,12304,'_sli_media_username','lavendermatyoga'),(431544,12304,'_sli_timestamp','2019-10-11T02:40:03+0000'),(431545,12304,'_sli_caption','“The word \'crystal\' derives from the Greek word κρύσταλλος (krustallos) which means \"ice\", because it was believed that clear quartz was a piece of ice frozen so solid that it would never melt” - How to Become your own Crystal Healer 👉🏻 grab your copy of my latest eBook (link in the bio)'),(431541,12303,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431542,12304,'_sli_media_id','17849138983629514'),(431539,12303,'_sli_is_story',''),(431540,12303,'_sli_last_requested','1667942274'),(431538,12303,'_sli_children','a:0:{}'),(431537,12303,'_sli_comments','a:0:{}'),(431536,12303,'_sli_comments_count','0'),(431535,12303,'_sli_likes_count','0'),(431534,12303,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18009902092250211-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18009902092250211-m.jpg\";}'),(431533,12303,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18009902092250211-m.jpg'),(431532,12303,'_sli_product_type',''),(431529,12303,'_sli_permalink','https://www.instagram.com/p/B4FjdwoH0_T/'),(431530,12303,'_sli_shortcode','B4FjdwoH0_T'),(431531,12303,'_sli_video_title',''),(431526,12303,'_sli_media_type','IMAGE'),(431527,12303,'_sli_media_url','https://lavendermatyoga.com?sli-img=B4FjdwoH0_T&size=l'),(431528,12303,'_sli_media_size','a:2:{s:5:\"width\";i:1241;s:6:\"height\";i:1241;}'),(431525,12303,'_sli_caption','💕'),(431524,12303,'_sli_timestamp','2019-10-26T15:40:25+0000'),(431522,12303,'_sli_media_id','18009902092250211'),(431523,12303,'_sli_media_username','lavendermatyoga'),(431520,12302,'_sli_last_requested','1667942274'),(431521,12302,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431518,12302,'_sli_children','a:0:{}'),(431519,12302,'_sli_is_story',''),(431515,12302,'_sli_likes_count','0'),(431516,12302,'_sli_comments_count','0'),(431517,12302,'_sli_comments','a:0:{}'),(431514,12302,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17922603874347438-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17922603874347438-m.jpg\";}'),(431513,12302,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17922603874347438-m.jpg'),(431512,12302,'_sli_product_type',''),(431511,12302,'_sli_video_title',''),(431510,12302,'_sli_shortcode','B4krlKrH7nS'),(431509,12302,'_sli_permalink','https://www.instagram.com/p/B4krlKrH7nS/'),(431506,12302,'_sli_media_type','IMAGE'),(431507,12302,'_sli_media_url','https://lavendermatyoga.com?sli-img=B4krlKrH7nS&size=l'),(431508,12302,'_sli_media_size','a:2:{s:5:\"width\";i:1241;s:6:\"height\";i:1241;}'),(431505,12302,'_sli_caption','There is currently a lot of shame and judgement being thrown around about the use of Palo Santo in the spiritual community. People are pushing that everyone discontinue the smudging use of the powerful wood in exchange for other cleansing herbs and clearing techniques.\n.\n💗While it’s true that there are various other wonderful methods, I want to stress that it’s okay to still use Palo Santo if you wish to.💗\n.\nFor me, Palo Santo is not primarily about clearing  but about anxiety relief.\n.\nI will never forget the first time I felt the Palo Santo smoke wash over me, calming my nerves like pure magic. The holy wood brought a sense of grounding to my being that I desperately craved and had never felt before.\n.\nThe key is to become more mindful of obtaining your Palo Santo from sustainable and ethical sources like @woodlot\n.\n@woodlot: “...we have good news – everything about ethically sourced palo santo encourages a more mindful, sustainable existence. It is said that the true value of this tree comes after its life of up to 90 years because the tree does not release its essence, or essential oil, until it has lain on the ground for at least 4 years after having died of natural causes. At this point the tree gives freely of its essential essences. Small communities in Ecuador gather sticks of palo santo that have been laying on the ground for years which benefits many families who live in the central highlands of Ecuador.”\n.\nIn my opinion, just like many other things in our new world, the ethical and sustainable approach is the answer not complete discontinuation of something that can be so monumentally helpful to many people.'),(431504,12302,'_sli_timestamp','2019-11-07T17:47:47+0000'),(431503,12302,'_sli_media_username','lavendermatyoga'),(431502,12302,'_sli_media_id','17922603874347438'),(431501,12301,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431494,12301,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18116757178042978-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18116757178042978-m.jpg\";}'),(431500,12301,'_sli_last_requested','1667942273'),(431498,12301,'_sli_children','a:0:{}'),(431499,12301,'_sli_is_story',''),(431495,12301,'_sli_likes_count','0'),(431496,12301,'_sli_comments_count','0'),(431497,12301,'_sli_comments','a:0:{}'),(431493,12301,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18116757178042978-m.jpg'),(431492,12301,'_sli_product_type',''),(431490,12301,'_sli_shortcode','B5qQILAnzIY'),(431491,12301,'_sli_video_title',''),(431489,12301,'_sli_permalink','https://www.instagram.com/p/B5qQILAnzIY/'),(431488,12301,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431487,12301,'_sli_media_url','https://lavendermatyoga.com?sli-img=B5qQILAnzIY&size=l'),(431486,12301,'_sli_media_type','IMAGE'),(431484,12301,'_sli_timestamp','2019-12-04T18:14:44+0000'),(431485,12301,'_sli_caption','Our cosmetic laws haven’t changed since 1938. The European Unions bans 1,400 chemicals and the U.S only bans 30!! It’s time for a change...\n.\nHarmful chemicals in beauty products are causing many health issues, especially for women who put about 168 chemicals on their body a day.\n.\nGoogle the negative effects of beauty products and you will see many many health concerns linked to our cosmetics, such as infertility and cancer.\n.\nWe need to expect better from our beauty industry.\n.\nIf you want to learn more and get your hands on #betterbeauty follow @brandylittles 💗🙏🏻💋'),(431483,12301,'_sli_media_username','lavendermatyoga'),(431481,12300,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431482,12301,'_sli_media_id','18116757178042978'),(431480,12300,'_sli_last_requested','1667942273'),(431479,12300,'_sli_is_story',''),(431468,12300,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431469,12300,'_sli_permalink','https://www.instagram.com/p/B529-0dnRi6/'),(431470,12300,'_sli_shortcode','B529-0dnRi6'),(431471,12300,'_sli_video_title',''),(431472,12300,'_sli_product_type',''),(431473,12300,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923215937355977-m.jpg'),(431474,12300,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923215937355977-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923215937355977-m.jpg\";}'),(431475,12300,'_sli_likes_count','0'),(431476,12300,'_sli_comments_count','0'),(431477,12300,'_sli_comments','a:0:{}'),(431478,12300,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17903150917399159\";s:9:\"media_url\";s:291:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/79929714_2705527049486119_2740732940191606248_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=wmjz-ZAjw0gAX_SXP3j&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCXuBAE2pCAmqwrIxv2NiNzom6M8pj2JOhhZZrms4u0IA&oe=636FC9CE\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/B529-yYHUrj/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903150917399159-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903150917399159-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903150917399159-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17842837414855226\";s:9:\"media_url\";s:289:\"https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/80048248_703020296854034_677794970078341181_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=hiPySRp9ReQAX8pDobB&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCikdUVB0j22-Llm_HMvJjlNJb4jUPrmg9sshUQH-zrBQ&oe=636EF203\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/B529-yWn-rz/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842837414855226-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842837414855226-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842837414855226-m.jpg\";}}'),(431467,12300,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.2885-15/79929714_2705527049486119_2740732940191606248_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=wmjz-ZAjw0gAX_SXP3j&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCXuBAE2pCAmqwrIxv2NiNzom6M8pj2JOhhZZrms4u0IA&oe=636FC9CE'),(431466,12300,'_sli_media_type','CAROUSEL_ALBUM'),(431465,12300,'_sli_caption','The best stocking stuffer of Christmas 2019? A crystal! (Baby yoda not included) And to add a cherry on top send your friend/family my latest eBook as a companion so that they can learn all about how to become their own crystal healer! 😊😘🦄\n•\nCrystals are powerful little helpers and with the right knowledge you can easily use them to aid you in all aspects of your life. After you are finished reading this book you will be able to confidently navigate the world of crystal healing and utilize their magic in an effective way.\n•\nIn this eBook you will learn:\n- A brief history of crystal healing\n- The 2 main methods of crystal healing\n- How to power your crystals\n- 7 uses for crystals\n- How to select your crystals\n- Fool proof ways to clear your crystals\n- My top 10 favorite crystals to start with\n- And more!\n[{LINK IN BIO}]'),(431459,12299,'_sli_is_story',''),(431460,12299,'_sli_last_requested','1667942272'),(431461,12299,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431462,12300,'_sli_media_id','17923215937355977'),(431463,12300,'_sli_media_username','lavendermatyoga'),(431464,12300,'_sli_timestamp','2019-12-09T16:46:18+0000'),(431457,12299,'_sli_comments','a:0:{}'),(431458,12299,'_sli_children','a:0:{}'),(431446,12299,'_sli_media_type','IMAGE'),(431447,12299,'_sli_media_url','https://lavendermatyoga.com?sli-img=B6baiUKH6AC&size=l'),(431425,12298,'_sli_caption','A very merry holiday announcement! My first book will officially be released on Amazon in early January 2020! Stay tuned for details 🤩 Merry Christmas to all and to all a goodnight 💋🎄#meditatewithmadison'),(431456,12299,'_sli_comments_count','0'),(431455,12299,'_sli_likes_count','0'),(431448,12299,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431449,12299,'_sli_permalink','https://www.instagram.com/p/B6baiUKH6AC/'),(431450,12299,'_sli_shortcode','B6baiUKH6AC'),(431451,12299,'_sli_video_title',''),(431452,12299,'_sli_product_type',''),(431453,12299,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855598667699934-m.jpg'),(431454,12299,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855598667699934-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17855598667699934-m.jpg\";}'),(431441,12298,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431442,12299,'_sli_media_id','17855598667699934'),(431443,12299,'_sli_media_username','lavendermatyoga'),(431444,12299,'_sli_timestamp','2019-12-23T20:28:29+0000'),(431445,12299,'_sli_caption','Two sleeps till Santa comes!🎄🎁'),(431426,12298,'_sli_media_type','IMAGE'),(431427,12298,'_sli_media_url','https://lavendermatyoga.com?sli-img=B6eaRNlnOoA&size=l'),(431428,12298,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(431429,12298,'_sli_permalink','https://www.instagram.com/p/B6eaRNlnOoA/'),(431430,12298,'_sli_shortcode','B6eaRNlnOoA'),(431431,12298,'_sli_video_title',''),(431432,12298,'_sli_product_type',''),(431433,12298,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910086782384495-m.jpg'),(431434,12298,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910086782384495-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910086782384495-m.jpg\";}'),(431435,12298,'_sli_likes_count','0'),(431436,12298,'_sli_comments_count','0'),(431437,12298,'_sli_comments','a:0:{}'),(431438,12298,'_sli_children','a:0:{}'),(431439,12298,'_sli_is_story',''),(431440,12298,'_sli_last_requested','1667942272'),(431421,12297,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431418,12297,'_sli_children','a:0:{}'),(431424,12298,'_sli_timestamp','2019-12-25T00:23:52+0000'),(431422,12298,'_sli_media_id','17910086782384495'),(431423,12298,'_sli_media_username','lavendermatyoga'),(431420,12297,'_sli_last_requested','1667942271'),(431419,12297,'_sli_is_story',''),(431415,12297,'_sli_likes_count','0'),(431416,12297,'_sli_comments_count','0'),(431417,12297,'_sli_comments','a:0:{}'),(431414,12297,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18002272408275154-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18002272408275154-m.jpg\";}'),(431411,12297,'_sli_video_title',''),(431412,12297,'_sli_product_type',''),(431413,12297,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18002272408275154-m.jpg'),(431408,12297,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431409,12297,'_sli_permalink','https://www.instagram.com/p/B6lNbCKH_jr/'),(431410,12297,'_sli_shortcode','B6lNbCKH_jr'),(431407,12297,'_sli_media_url','https://lavendermatyoga.com?sli-img=B6lNbCKH_jr&size=l'),(431405,12297,'_sli_caption',''),(431406,12297,'_sli_media_type','IMAGE'),(431404,12297,'_sli_timestamp','2019-12-27T15:46:17+0000'),(431403,12297,'_sli_media_username','lavendermatyoga'),(431402,12297,'_sli_media_id','18002272408275154'),(431401,12296,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431400,12296,'_sli_last_requested','1667942271'),(431398,12296,'_sli_children','a:0:{}'),(431399,12296,'_sli_is_story',''),(431397,12296,'_sli_comments','a:0:{}'),(431395,12296,'_sli_likes_count','0'),(431396,12296,'_sli_comments_count','0'),(431394,12296,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893746673432873-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893746673432873-m.jpg\";}'),(431391,12296,'_sli_video_title',''),(431392,12296,'_sli_product_type',''),(431393,12296,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893746673432873-m.jpg'),(431390,12296,'_sli_shortcode','B6yq1ZIHtdE'),(431389,12296,'_sli_permalink','https://www.instagram.com/p/B6yq1ZIHtdE/'),(431388,12296,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(431387,12296,'_sli_media_url','https://lavendermatyoga.com?sli-img=B6yq1ZIHtdE&size=l'),(431386,12296,'_sli_media_type','IMAGE'),(431385,12296,'_sli_caption','The proof for MEDITATE arrived New Year\'s Eve and it feels so surreal!\n🧘🏼‍♀️\nAs some of you may know I have been working on turning my Doctoral dissertation, Spirituality as Treatment for Anxiety, into a full-length book.  During this process, I discovered that my chapter on meditation took up about 1/5 of the book and really stood alone on its own.  At that moment I realized that, before releasing any other book, I had to pay tribute to the #1 thing that has created so much transformation in my life. 🧘🏼‍♀️\nI have been studying, practicing, and teaching meditation for many years and it has changed my life.  I have written a powerful, yet accessible, guide in hopes to give the gift of meditation to more people.  This book will help you learn how to meditate in an intimidation-free way that skips overwhelm that may come with starting a practice. 🧘🏼‍♀️🧘🏼‍♀️\nMeditation is the foundation for all types of healing and I cannot wait to share this important cornerstone with you all!\n👇🏻👇🏻👇🏻👇🏻\nMeditate will be officially be released on Amazon this month, so stay tuned for details! 🤩'),(431384,12296,'_sli_timestamp','2020-01-01T21:13:25+0000'),(431383,12296,'_sli_media_username','lavendermatyoga'),(431382,12296,'_sli_media_id','17893746673432873'),(431381,12295,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431380,12295,'_sli_last_requested','1667942270'),(431379,12295,'_sli_is_story',''),(431377,12295,'_sli_comments','a:0:{}'),(431378,12295,'_sli_children','a:0:{}'),(431375,12295,'_sli_likes_count','0'),(431376,12295,'_sli_comments_count','0'),(431374,12295,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869315306566300-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869315306566300-m.jpg\";}'),(431373,12295,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869315306566300-m.jpg'),(431372,12295,'_sli_product_type',''),(431371,12295,'_sli_video_title',''),(431370,12295,'_sli_shortcode','B7CcZoQHi6z'),(431369,12295,'_sli_permalink','https://www.instagram.com/p/B7CcZoQHi6z/'),(431364,12295,'_sli_timestamp','2020-01-08T00:15:09+0000'),(431365,12295,'_sli_caption',''),(431366,12295,'_sli_media_type','IMAGE'),(431367,12295,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7CcZoQHi6z&size=l'),(431368,12295,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431362,12295,'_sli_media_id','17869315306566300'),(431363,12295,'_sli_media_username','lavendermatyoga'),(431355,12294,'_sli_likes_count','0'),(431356,12294,'_sli_comments_count','0'),(431357,12294,'_sli_comments','a:0:{}'),(431358,12294,'_sli_children','a:0:{}'),(431359,12294,'_sli_is_story',''),(431360,12294,'_sli_last_requested','1667942270'),(431361,12294,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431354,12294,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18037882936230499-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18037882936230499-m.jpg\";}'),(431353,12294,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18037882936230499-m.jpg'),(431352,12294,'_sli_product_type',''),(431351,12294,'_sli_video_title',''),(431350,12294,'_sli_shortcode','B7EhWanngXv'),(431346,12294,'_sli_media_type','IMAGE'),(431347,12294,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7EhWanngXv&size=l'),(431348,12294,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(431349,12294,'_sli_permalink','https://www.instagram.com/p/B7EhWanngXv/'),(431314,12292,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923806217363709-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923806217363709-m.jpg\";}'),(431344,12294,'_sli_timestamp','2020-01-08T19:36:53+0000'),(431288,12291,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431345,12294,'_sli_caption','AVAILABLE NOW ON AMAZON (Link in the bio 👆🏻)\n.\n“Madison Rosenberger brings her years of experience to this comprehensive and compelling guide to meditation.\n🧘🏼‍♀️🧘🏼‍♀️🧘🏼‍♀️\nYou will learn everything you need to create and sustain a fulfilling meditation practice. Learning how to meditate can seem overwhelming but Madison makes it simple, accessible, and uncomplicated. Madison\'s clear-cut approach is inspiring and she makes meditation fun and approachable.\n🧘🏼‍♀️🧘🏼‍♀️🧘🏼‍♀️\nShe defines and demystifies meditation, talks about how to move through resistance and highlights the power of silence. Madison succinctly teaches the five different types of meditation, five powerful tips for your practice and shares beneficial meditation tools and how to create a meditation space.\n🧘🏼‍♀️🧘🏼‍♀️🧘🏼‍♀️\nIn this book, you will be presented with numerous techniques and helpful guidelines that will make starting a meditation practice easy and intimidation free. It’s like getting five books in one, this is the only meditation guide you will ever need.\n🧘🏼‍♀️🧘🏼‍♀️🧘🏼‍♀️\n*This is a high-quality color print book with gorgeous full-page photography throughout. Meditate is a compact 5x7 guide convenient to stick in a purse or take with you wherever you go so that you will always have meditation inspiration nearby.\n.\n*This book also has a FREE DIY Companion Oracle Deck PDF download, meant to support your cultivation of a transformational meditation practice. Get your FREE download at madisonrosenberger.com/shop”\n#meditatewithmadison'),(431289,12291,'_sli_permalink','https://www.instagram.com/p/B7RBttdHKp5/'),(431290,12291,'_sli_shortcode','B7RBttdHKp5'),(431291,12291,'_sli_video_title',''),(431292,12291,'_sli_product_type',''),(431293,12291,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18125272270056011-m.jpg'),(431294,12291,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18125272270056011-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18125272270056011-m.jpg\";}'),(431295,12291,'_sli_likes_count','0'),(431296,12291,'_sli_comments_count','0'),(431297,12291,'_sli_comments','a:0:{}'),(431298,12291,'_sli_children','a:0:{}'),(431299,12291,'_sli_is_story',''),(431300,12291,'_sli_last_requested','1667942269'),(431301,12291,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431302,12292,'_sli_media_id','17923806217363709'),(431303,12292,'_sli_media_username','lavendermatyoga'),(431304,12292,'_sli_timestamp','2020-01-12T18:56:31+0000'),(431305,12292,'_sli_caption','Also available as an eBook 😊🥰💗 (link in the bio👆🏻)\n#meditatewithmadison'),(431306,12292,'_sli_media_type','IMAGE'),(431307,12292,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7Ov6OqnFBJ&size=l'),(431308,12292,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(431309,12292,'_sli_permalink','https://www.instagram.com/p/B7Ov6OqnFBJ/'),(431310,12292,'_sli_shortcode','B7Ov6OqnFBJ'),(431311,12292,'_sli_video_title',''),(431312,12292,'_sli_product_type',''),(431313,12292,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17923806217363709-m.jpg'),(431273,12290,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867859790593378-m.jpg'),(431336,12293,'_sli_comments_count','0'),(431337,12293,'_sli_comments','a:0:{}'),(431338,12293,'_sli_children','a:0:{}'),(431339,12293,'_sli_is_story',''),(431340,12293,'_sli_last_requested','1667942269'),(431335,12293,'_sli_likes_count','0'),(431334,12293,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18018294958260621-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18018294958260621-m.jpg\";}'),(431333,12293,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18018294958260621-m.jpg'),(431332,12293,'_sli_product_type',''),(431331,12293,'_sli_video_title',''),(431315,12292,'_sli_likes_count','0'),(431316,12292,'_sli_comments_count','0'),(431317,12292,'_sli_comments','a:0:{}'),(431318,12292,'_sli_children','a:0:{}'),(431319,12292,'_sli_is_story',''),(431320,12292,'_sli_last_requested','1667942269'),(431321,12292,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431322,12293,'_sli_media_id','18018294958260621'),(431323,12293,'_sli_media_username','lavendermatyoga'),(431324,12293,'_sli_timestamp','2020-01-09T19:35:05+0000'),(431325,12293,'_sli_caption','From my new book, Meditate: A Simple and Straightforward Guide, available now! Link in my bio 👆🏻🧘🏼‍♀️🍾💗\n#meditatewithmadison'),(431326,12293,'_sli_media_type','IMAGE'),(431327,12293,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7HF8KSn4YZ&size=l'),(431328,12293,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431329,12293,'_sli_permalink','https://www.instagram.com/p/B7HF8KSn4YZ/'),(431330,12293,'_sli_shortcode','B7HF8KSn4YZ'),(431287,12291,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7RBttdHKp5&size=l'),(431286,12291,'_sli_media_type','IMAGE'),(431282,12291,'_sli_media_id','18125272270056011'),(431283,12291,'_sli_media_username','lavendermatyoga'),(431284,12291,'_sli_timestamp','2020-01-13T16:10:34+0000'),(431285,12291,'_sli_caption','😊🙏🏻🧘🏼‍♀️'),(431281,12290,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431279,12290,'_sli_is_story',''),(431280,12290,'_sli_last_requested','1667942268'),(431278,12290,'_sli_children','a:0:{}'),(431277,12290,'_sli_comments','a:0:{}'),(431276,12290,'_sli_comments_count','0'),(431274,12290,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867859790593378-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17867859790593378-m.jpg\";}'),(431275,12290,'_sli_likes_count','0'),(431272,12290,'_sli_product_type',''),(431271,12290,'_sli_video_title',''),(431269,12290,'_sli_permalink','https://www.instagram.com/p/B7TvbSnH1Nb/'),(431270,12290,'_sli_shortcode','B7TvbSnH1Nb'),(431268,12290,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(431267,12290,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7TvbSnH1Nb&size=l'),(431266,12290,'_sli_media_type','IMAGE'),(431262,12290,'_sli_media_id','17867859790593378'),(431263,12290,'_sli_media_username','lavendermatyoga'),(431264,12290,'_sli_timestamp','2020-01-14T17:28:29+0000'),(431265,12290,'_sli_caption','GIVEAWAY CLOSED- the winner is @seekerofplaces!! 🎉 .\nI have partnered with @purepranalabel and @sonesence_music for an incredible meditation themed giveaway!\n🧘🏼‍♀️🙌🏻\n👉🏻Enter to win: 📘A copy of my new book Meditate: A Simple and Straightforward Guide, 🌱A bottle of Doterra Balance Blend Essential Oil, 🧘🏼‍♀️1 organic 100% flax linen Zafu Meditation Cushion, and 🎧 Sonesence’s Meditones Luminous Album (binaural beats for meditation by Tahlee Rouillon)\n.\n.\nRules of Entry: ⁣\n\n1. Follow @madisonrosenberger , @purepranalabel + @sonesence_music\n\n2. Tag at least (1) friend in the comment section below - each tag counts as an entry, so tag as many friends as you would like!\n\n3. \'Like\' this post\n\nBONUS: earn extra entries any time you repost or share the giveaway - be sure to tag @madisonrosenberger .\n\nThat\'s it! GOOD LUCK! Giveaway ends Jan 21st at 12am EST. The winner will be announced Jan 22. (This giveaway is not associated with Instagram in any way)\n.\n.\n.\n.\n\n#meditationgiveaway #spirituality #love #meditation #spiritual #spiritualawakening #consciousness  #enlightenment  #selflove #mindfulness  #wisdom #healing #soul #happiness #inspiration #faith #universe #awareness #lightworker #gratitude  #higherconsciousness  #guidance #light #loveyourself  #spiritualgrowth  #divine #intuition #meditatewithmadison'),(431261,12289,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431260,12289,'_sli_last_requested','1667942268'),(431259,12289,'_sli_is_story',''),(431257,12289,'_sli_comments','a:0:{}'),(431258,12289,'_sli_children','a:0:{}'),(431251,12289,'_sli_video_title',''),(431252,12289,'_sli_product_type',''),(431253,12289,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18070777222195294-m.jpg'),(431256,12289,'_sli_comments_count','0'),(431255,12289,'_sli_likes_count','0'),(431254,12289,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18070777222195294-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18070777222195294-m.jpg\";}'),(431250,12289,'_sli_shortcode','B7WWH7lH9Wn'),(431249,12289,'_sli_permalink','https://www.instagram.com/p/B7WWH7lH9Wn/'),(431246,12289,'_sli_media_type','IMAGE'),(431247,12289,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7WWH7lH9Wn&size=l'),(431248,12289,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431244,12289,'_sli_timestamp','2020-01-15T17:45:07+0000'),(431245,12289,'_sli_caption','‘Meditate: A Simple and Straightforward Guide’ link in the bio 😊🙏🏻💗'),(431243,12289,'_sli_media_username','lavendermatyoga'),(431242,12289,'_sli_media_id','18070777222195294'),(431236,12288,'_sli_comments_count','0'),(431237,12288,'_sli_comments','a:0:{}'),(431238,12288,'_sli_children','a:0:{}'),(431239,12288,'_sli_is_story',''),(431240,12288,'_sli_last_requested','1667942267'),(431241,12288,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431235,12288,'_sli_likes_count','0'),(431234,12288,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18079943752163946-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18079943752163946-m.jpg\";}'),(431233,12288,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18079943752163946-m.jpg'),(431231,12288,'_sli_video_title',''),(431232,12288,'_sli_product_type',''),(431228,12288,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(431229,12288,'_sli_permalink','https://www.instagram.com/p/B7llsPAHm52/'),(431230,12288,'_sli_shortcode','B7llsPAHm52'),(431227,12288,'_sli_media_url','https://lavendermatyoga.com?sli-img=B7llsPAHm52&size=l'),(431226,12288,'_sli_media_type','IMAGE'),(431195,12286,'_sli_likes_count','0'),(431196,12286,'_sli_comments_count','0'),(431197,12286,'_sli_comments','a:0:{}'),(431198,12286,'_sli_children','a:0:{}'),(431199,12286,'_sli_is_story',''),(431200,12286,'_sli_last_requested','1667942267'),(431201,12286,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431202,12287,'_sli_media_id','17873398126572976'),(431203,12287,'_sli_media_username','lavendermatyoga'),(431204,12287,'_sli_timestamp','2020-02-14T16:13:43+0000'),(431205,12287,'_sli_caption','Happy Valentines Day! 💗💗'),(431206,12287,'_sli_media_type','IMAGE'),(431207,12287,'_sli_media_url','https://lavendermatyoga.com?sli-img=B8jbgwYH1aq&size=l'),(431208,12287,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431209,12287,'_sli_permalink','https://www.instagram.com/p/B8jbgwYH1aq/'),(431210,12287,'_sli_shortcode','B8jbgwYH1aq'),(431211,12287,'_sli_video_title',''),(431212,12287,'_sli_product_type',''),(431213,12287,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873398126572976-m.jpg'),(431214,12287,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873398126572976-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873398126572976-m.jpg\";}'),(431215,12287,'_sli_likes_count','0'),(431216,12287,'_sli_comments_count','0'),(431217,12287,'_sli_comments','a:0:{}'),(431218,12287,'_sli_children','a:0:{}'),(431219,12287,'_sli_is_story',''),(431220,12287,'_sli_last_requested','1667942267'),(431221,12287,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431222,12288,'_sli_media_id','18079943752163946'),(431223,12288,'_sli_media_username','lavendermatyoga'),(431224,12288,'_sli_timestamp','2020-01-21T15:49:45+0000'),(431225,12288,'_sli_caption','CLOSED -the winner is @seekerofplaces!! 🎉 ———— LAST DAY! The giveaway closes tonight at midnight (EST) 🙌🏻🧘🏼‍♀️.\n.\nGIVEAWAY! 🤩 valued at over $250!\n.\nI have partnered with @purepranalabel and @sonesence_music for an incredible meditation themed giveaway!\n🧘🏼‍♀️🙌🏻\n👉🏻Enter to win: 📘A copy of my new book Meditate: A Simple and Straightforward Guide, 🌱A bottle of Doterra Balance Blend Essential Oil, 🧘🏼‍♀️1 organic 100% flax linen Zafu Meditation Cushion, and 🎧 Sonesence’s Meditones Luminous Album (binaural beats for meditation by Tahlee Rouillon)\n.\n.\nRules of Entry: ⁣\n\n1. Follow @madisonrosenberger , @purepranalabel + @sonesence_music\n\n2. Tag at least (1) friend in the comment section below - each tag counts as an entry, so tag as many friends as you would like!\n\n3. \'Like\' this post\n\nBONUS: earn extra entries any time you repost or share the giveaway - be sure to tag @madisonrosenberger .\n\nThat\'s it! GOOD LUCK! Giveaway ends Jan 21st at 12am EST. The winner will be announced Jan 22. (This giveaway is not associated with Instagram in any way)\n.\n.\n.\n.\n\n#meditationgiveaway #spirituality #love #meditation #spiritual #spiritualawakening #consciousness  #enlightenment  #selflove #mindfulness  #wisdom #healing #soul #happiness #inspiration #faith #universe #awareness #lightworker #gratitude  #higherconsciousness  #guidance #light #loveyourself  #spiritualgrowth  #divine #intuition #meditatewithmadison'),(431194,12286,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895003502455316-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895003502455316-m.jpg\";}'),(431192,12286,'_sli_product_type',''),(431193,12286,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895003502455316-m.jpg'),(431191,12286,'_sli_video_title',''),(431186,12286,'_sli_media_type','IMAGE'),(431187,12286,'_sli_media_url','https://lavendermatyoga.com?sli-img=B8yzI3CnA-d&size=l'),(431188,12286,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431189,12286,'_sli_permalink','https://www.instagram.com/p/B8yzI3CnA-d/'),(431190,12286,'_sli_shortcode','B8yzI3CnA-d'),(431181,12285,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431182,12286,'_sli_media_id','17895003502455316'),(431183,12286,'_sli_media_username','lavendermatyoga'),(431184,12286,'_sli_timestamp','2020-02-20T15:28:46+0000'),(431185,12286,'_sli_caption','Yesterday I had a minor surgery on my uterus and ovaries. So today I am listening to Rosie’s powerful Womb Healing Meditation. 💗💗\nThis meditation is powerful for any woman (surgery or no surgery) even those who have had a hysterectomy (you still have an energetic womb space to be healed!)\n💗💗\nHead to my website (link in the bio) to get your download! ☝🏻☝🏻\n💗💗\nWOMB HEALING MEDITATION DESCRIPTION: A divine 19-minute visual meditation for deep, womb healing. Follow Rosie’s calming voice and ethereal music to:\n- Clear physical or emotional pain from your womb\n- Release and let go of trauma (sexual, emotional or birth trauma)\n- Heal your sexual blockages\n- Forgiveness to anyone or anything that has abused this space without consent or permission\n- Visual healing to rejuvenate the uterus\n- Ignite more feeling and sensation in the womb/yoni\n- Let go of previous partners or ex lovers\n- Re-create your womb as a sacred space\n- Hear and listen to your womb wisdom\n#wombhealing #uterus #yoni #yonilove #wombpowered'),(431155,12284,'_sli_likes_count','0'),(431156,12284,'_sli_comments_count','0'),(431157,12284,'_sli_comments','a:0:{}'),(431158,12284,'_sli_children','a:0:{}'),(431159,12284,'_sli_is_story',''),(431160,12284,'_sli_last_requested','1667942266'),(431161,12284,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431162,12285,'_sli_media_id','17850063979898516'),(431163,12285,'_sli_media_username','lavendermatyoga'),(431164,12285,'_sli_timestamp','2020-03-08T19:09:55+0000'),(431165,12285,'_sli_caption','Happy International Women’s Day!'),(431166,12285,'_sli_media_type','IMAGE'),(431167,12285,'_sli_media_url','https://lavendermatyoga.com?sli-img=B9e99X4nsh2&size=l'),(431168,12285,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431169,12285,'_sli_permalink','https://www.instagram.com/p/B9e99X4nsh2/'),(431170,12285,'_sli_shortcode','B9e99X4nsh2'),(431171,12285,'_sli_video_title',''),(431172,12285,'_sli_product_type',''),(431173,12285,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850063979898516-m.jpg'),(431174,12285,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850063979898516-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850063979898516-m.jpg\";}'),(431175,12285,'_sli_likes_count','0'),(431176,12285,'_sli_comments_count','0'),(431177,12285,'_sli_comments','a:0:{}'),(431178,12285,'_sli_children','a:0:{}'),(431179,12285,'_sli_is_story',''),(431180,12285,'_sli_last_requested','1667942266'),(431154,12284,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866329403680670-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866329403680670-m.jpg\";}'),(431153,12284,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17866329403680670-m.jpg'),(431152,12284,'_sli_product_type',''),(431151,12284,'_sli_video_title',''),(431150,12284,'_sli_shortcode','B94j3y4nvER'),(431148,12284,'_sli_media_size','a:2:{s:5:\"width\";i:1020;s:6:\"height\";i:1020;}'),(431149,12284,'_sli_permalink','https://www.instagram.com/p/B94j3y4nvER/'),(431147,12284,'_sli_media_url','https://lavendermatyoga.com?sli-img=B94j3y4nvER&size=l'),(431146,12284,'_sli_media_type','IMAGE'),(431143,12284,'_sli_media_username','lavendermatyoga'),(431144,12284,'_sli_timestamp','2020-03-18T17:42:13+0000'),(431145,12284,'_sli_caption','I sat down to meditate today and asked my guides, “What do I need to know right now?” 🌙\nAnd their response was, “Go follow Kaia”  @kaiaraofficial\n🌙\nI thought to myself - I already do follow Kaia, I’m tuned into her posts and newsletters and always sign up for her ceremonies.\n🌙\nLow and behold I had missed all her announcements about her SPRING EQUINOX CEREMONY. Thankfully my guides notified me of this just in the nick of time.\n🌙\nMy guides have informed me that life changing activations will be given to those on this Live virtual call tomorrow. 5pm EST 💗💗Come join us if you feel drawn. 😊\n💗💗💗💗 #RepostPlus @kaiaraofficial\n- - - - - -\n🔥Embody Your Sovereignty® Equinox Ceremony with Kaia Ra LIVE⁣⁣ 🔥\n⁣⁣\nPlanting the Seeds for a Spiritual Revolution⁣⁣ ✨🐲✨\n⁣⁣\n⚡️𝐌𝐚𝐫𝐜𝐡 𝟏𝟗 @ 𝟐 𝐏𝐌 𝐏𝐒𝐓⚡️⁣⁣\n⁣⁣\nThe Time is NOW to embody your Higher Self and navigate this pivotal lifetime through the heart of your sovereign divinity!⁣⁣\n⁣⁣\nReceive important activations that will open the temple gates of your soul for your important role to shine in the spiritual revolution that we are here to birth together in 2020.⁣⁣\n⁣⁣\n🕊 𝐎𝐧𝐥𝐲 $𝟏𝟖 𝐭𝐨 𝐑𝐞𝐠𝐢𝐬𝐭𝐞𝐫 𝐍𝐨𝐰⁣⁣\n⁣⁣\n💥 Get Tickets at: http://kaiara.com/events'),(431130,12283,'_sli_shortcode','B-N3xdvHeNd'),(431131,12283,'_sli_video_title',''),(431132,12283,'_sli_product_type',''),(431133,12283,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858648272835070-m.jpg'),(431134,12283,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858648272835070-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858648272835070-m.jpg\";}'),(431135,12283,'_sli_likes_count','0'),(431136,12283,'_sli_comments_count','0'),(431137,12283,'_sli_comments','a:0:{}'),(431138,12283,'_sli_children','a:0:{}'),(431139,12283,'_sli_is_story',''),(431140,12283,'_sli_last_requested','1667942265'),(431141,12283,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431142,12284,'_sli_media_id','17866329403680670'),(431115,12282,'_sli_likes_count','0'),(431116,12282,'_sli_comments_count','0'),(431117,12282,'_sli_comments','a:0:{}'),(431118,12282,'_sli_children','a:0:{}'),(431119,12282,'_sli_is_story',''),(431120,12282,'_sli_last_requested','1667942265'),(431121,12282,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431122,12283,'_sli_media_id','17858648272835070'),(431123,12283,'_sli_media_username','lavendermatyoga'),(431124,12283,'_sli_timestamp','2020-03-27T00:20:10+0000'),(431125,12283,'_sli_caption','💗💗💗'),(431126,12283,'_sli_media_type','IMAGE'),(431127,12283,'_sli_media_url','https://lavendermatyoga.com?sli-img=B-N3xdvHeNd&size=l'),(431128,12283,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431129,12283,'_sli_permalink','https://www.instagram.com/p/B-N3xdvHeNd/'),(431111,12282,'_sli_video_title',''),(431112,12282,'_sli_product_type',''),(431113,12282,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889634930497952-m.jpg'),(431114,12282,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889634930497952-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17889634930497952-m.jpg\";}'),(431110,12282,'_sli_shortcode','B-PpXekHdA7'),(431109,12282,'_sli_permalink','https://www.instagram.com/p/B-PpXekHdA7/'),(431108,12282,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431107,12282,'_sli_media_url','https://lavendermatyoga.com?sli-img=B-PpXekHdA7&size=l'),(431106,12282,'_sli_media_type','IMAGE'),(431104,12282,'_sli_timestamp','2020-03-27T16:52:45+0000'),(431105,12282,'_sli_caption','In yoga, the way we prepare ourselves for meditation is through asana (yoga poses) and pranayama (the breath). That’s what makes this sequence the perfect cocktail for a complete Mind-Body-Spirit Reset\n💗\nRemember it doesn’t have to be all or nothing, 20 minutes towards a whole-being reset is more than enough to give yourselves a sense of relief and renewal.\nIt doesn’t always have to be an hr yoga session or an hr meditation practice. 💗\nEven just 5 deep breaths on their own can make a world of difference in times of stress.\n🌙'),(431087,12281,'_sli_media_url','https://lavendermatyoga.com?sli-img=B-iNSFWHEWL&size=l'),(431088,12281,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431083,12281,'_sli_media_username','lavendermatyoga'),(431084,12281,'_sli_timestamp','2020-04-03T21:52:55+0000'),(431085,12281,'_sli_caption','You know that “frivolous” thing that you haven’t done for yourself because you “don’t have the time”, schedule it into your day as a priority. It’s a necessity for your overall well-being. 💗💗'),(431086,12281,'_sli_media_type','IMAGE'),(431103,12282,'_sli_media_username','lavendermatyoga'),(431102,12282,'_sli_media_id','17889634930497952'),(431101,12281,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431082,12281,'_sli_media_id','17869431331674270'),(431076,12280,'_sli_comments_count','0'),(431077,12280,'_sli_comments','a:0:{}'),(431078,12280,'_sli_children','a:0:{}'),(431079,12280,'_sli_is_story',''),(431080,12280,'_sli_last_requested','1667942264'),(431081,12280,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431071,12280,'_sli_video_title',''),(431072,12280,'_sli_product_type',''),(431073,12280,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856644626884208-m.jpg'),(431100,12281,'_sli_last_requested','1667942265'),(431099,12281,'_sli_is_story',''),(431098,12281,'_sli_children','a:0:{}'),(431097,12281,'_sli_comments','a:0:{}'),(431096,12281,'_sli_comments_count','0'),(431095,12281,'_sli_likes_count','0'),(431089,12281,'_sli_permalink','https://www.instagram.com/p/B-iNSFWHEWL/'),(431090,12281,'_sli_shortcode','B-iNSFWHEWL'),(431091,12281,'_sli_video_title',''),(431092,12281,'_sli_product_type',''),(431093,12281,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869431331674270-m.jpg'),(431094,12281,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869431331674270-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17869431331674270-m.jpg\";}'),(431074,12280,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856644626884208-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856644626884208-m.jpg\";}'),(431050,12279,'_sli_shortcode','B-8RAK4HJ9D'),(431051,12279,'_sli_video_title',''),(431052,12279,'_sli_product_type',''),(431053,12279,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870101483682798-m.jpg'),(431054,12279,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870101483682798-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870101483682798-m.jpg\";}'),(431075,12280,'_sli_likes_count','0'),(431070,12280,'_sli_shortcode','B-pijkQHS7O'),(431069,12280,'_sli_permalink','https://www.instagram.com/p/B-pijkQHS7O/'),(431068,12280,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(431066,12280,'_sli_media_type','IMAGE'),(431067,12280,'_sli_media_url','https://lavendermatyoga.com?sli-img=B-pijkQHS7O&size=l'),(431062,12280,'_sli_media_id','17856644626884208'),(431063,12280,'_sli_media_username','lavendermatyoga'),(431064,12280,'_sli_timestamp','2020-04-06T18:13:30+0000'),(431065,12280,'_sli_caption','Extra time at home, potentially alone, may be the perfect time to embark on a Yoni Egg healing journey with this fantastic online course. Check out my online shop for more details 🙌🏻💗☝🏻(link in the bio)'),(431061,12279,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431060,12279,'_sli_last_requested','1667942264'),(431059,12279,'_sli_is_story',''),(431058,12279,'_sli_children','a:0:{}'),(431057,12279,'_sli_comments','a:0:{}'),(431055,12279,'_sli_likes_count','0'),(431056,12279,'_sli_comments_count','0'),(431046,12279,'_sli_media_type','IMAGE'),(431047,12279,'_sli_media_url','https://lavendermatyoga.com?sli-img=B-8RAK4HJ9D&size=l'),(431048,12279,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431049,12279,'_sli_permalink','https://www.instagram.com/p/B-8RAK4HJ9D/'),(431041,12278,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431042,12279,'_sli_media_id','17870101483682798'),(431043,12279,'_sli_media_username','lavendermatyoga'),(431044,12279,'_sli_timestamp','2020-04-14T00:45:41+0000'),(431045,12279,'_sli_caption','🙏🏻💗🌙 @mattkahn1'),(431038,12278,'_sli_children','a:0:{}'),(431039,12278,'_sli_is_story',''),(431040,12278,'_sli_last_requested','1667942263'),(431037,12278,'_sli_comments','a:0:{}'),(431036,12278,'_sli_comments_count','0'),(431035,12278,'_sli_likes_count','0'),(431034,12278,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905074742449369-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905074742449369-m.jpg\";}'),(431033,12278,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17905074742449369-m.jpg'),(431032,12278,'_sli_product_type',''),(431031,12278,'_sli_video_title',''),(431030,12278,'_sli_shortcode','B_VmfrqnKOx'),(431029,12278,'_sli_permalink','https://www.instagram.com/p/B_VmfrqnKOx/'),(431028,12278,'_sli_media_size','a:2:{s:5:\"width\";i:1199;s:6:\"height\";i:627;}'),(431027,12278,'_sli_media_url','https://lavendermatyoga.com?sli-img=B_VmfrqnKOx&size=l'),(431021,12277,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431022,12278,'_sli_media_id','17905074742449369'),(431023,12278,'_sli_media_username','lavendermatyoga'),(431024,12278,'_sli_timestamp','2020-04-23T20:54:30+0000'),(431025,12278,'_sli_caption','This book will teach you the power of the present moment and how to create a safe place of peace and comfort within yourself. You will discover who you truly are and that will create a ripple effect of positivity throughout your life. 💗🧘🏼‍♀️🙏🏻🌙'),(431026,12278,'_sli_media_type','IMAGE'),(431019,12277,'_sli_is_story',''),(431020,12277,'_sli_last_requested','1667942263'),(431018,12277,'_sli_children','a:0:{}'),(431017,12277,'_sli_comments','a:0:{}'),(431008,12277,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(431009,12277,'_sli_permalink','https://www.instagram.com/p/B_fcY8zHYly/'),(431010,12277,'_sli_shortcode','B_fcY8zHYly'),(431011,12277,'_sli_video_title',''),(431012,12277,'_sli_product_type',''),(431013,12277,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864578663798970-m.jpg'),(431014,12277,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864578663798970-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17864578663798970-m.jpg\";}'),(431015,12277,'_sli_likes_count','0'),(431016,12277,'_sli_comments_count','0'),(431007,12277,'_sli_media_url','https://lavendermatyoga.com?sli-img=B_fcY8zHYly&size=l'),(431006,12277,'_sli_media_type','IMAGE'),(431005,12277,'_sli_caption',''),(431004,12277,'_sli_timestamp','2020-04-27T16:38:36+0000'),(430995,12276,'_sli_likes_count','0'),(430996,12276,'_sli_comments_count','0'),(430997,12276,'_sli_comments','a:0:{}'),(430998,12276,'_sli_children','a:0:{}'),(430999,12276,'_sli_is_story',''),(431000,12276,'_sli_last_requested','1667942263'),(431001,12276,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(431002,12277,'_sli_media_id','17864578663798970'),(431003,12277,'_sli_media_username','lavendermatyoga'),(430994,12276,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18117524317105138-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18117524317105138-m.jpg\";}'),(430990,12276,'_sli_shortcode','B_7wouAnXK5'),(430993,12276,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18117524317105138-m.jpg'),(430992,12276,'_sli_product_type',''),(430991,12276,'_sli_video_title',''),(430987,12276,'_sli_media_url','https://lavendermatyoga.com?sli-img=B_7wouAnXK5&size=l'),(430988,12276,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1705;}'),(430989,12276,'_sli_permalink','https://www.instagram.com/p/B_7wouAnXK5/'),(430986,12276,'_sli_media_type','IMAGE'),(430985,12276,'_sli_caption','Throwback to when Roscoe was the official face of @drinkcoppercup 😂😉 (not really, but he’s cute enough for the job!)'),(430984,12276,'_sli_timestamp','2020-05-08T16:34:15+0000'),(430983,12276,'_sli_media_username','lavendermatyoga'),(430982,12276,'_sli_media_id','18117524317105138'),(430981,12275,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430980,12275,'_sli_last_requested','1667942262'),(430978,12275,'_sli_children','a:0:{}'),(430979,12275,'_sli_is_story',''),(430977,12275,'_sli_comments','a:0:{}'),(430975,12275,'_sli_likes_count','0'),(430976,12275,'_sli_comments_count','0'),(430974,12275,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17868574594764782-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17868574594764782-m.jpg\";}'),(430966,12275,'_sli_media_type','IMAGE'),(430968,12275,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(430969,12275,'_sli_permalink','https://www.instagram.com/p/CAsskHIHg7e/'),(430970,12275,'_sli_shortcode','CAsskHIHg7e'),(430971,12275,'_sli_video_title',''),(430972,12275,'_sli_product_type',''),(430973,12275,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17868574594764782-m.jpg'),(430967,12275,'_sli_media_url','https://lavendermatyoga.com?sli-img=CAsskHIHg7e&size=l'),(430965,12275,'_sli_caption','🧘🏼‍♀️ Meditation will absolutely change your life. And you can learn it simply and in a straightforward way with my latest book, link in the bio👍🏻🙏🏻🌙'),(430962,12275,'_sli_media_id','17868574594764782'),(430963,12275,'_sli_media_username','lavendermatyoga'),(430964,12275,'_sli_timestamp','2020-05-27T16:41:28+0000'),(430957,12274,'_sli_comments','a:0:{}'),(430958,12274,'_sli_children','a:0:{}'),(430960,12274,'_sli_last_requested','1667942262'),(430961,12274,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430959,12274,'_sli_is_story',''),(430955,12274,'_sli_likes_count','0'),(430956,12274,'_sli_comments_count','0'),(430930,12273,'_sli_shortcode','CCTs-jNnFTy'),(430931,12273,'_sli_video_title',''),(430932,12273,'_sli_product_type',''),(430933,12273,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849535611178875-m.jpg'),(430934,12273,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849535611178875-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17849535611178875-m.jpg\";}'),(430954,12274,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18102000751155707-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18102000751155707-m.jpg\";}'),(430952,12274,'_sli_product_type',''),(430953,12274,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18102000751155707-m.jpg'),(430951,12274,'_sli_video_title',''),(430935,12273,'_sli_likes_count','0'),(430936,12273,'_sli_comments_count','0'),(430937,12273,'_sli_comments','a:0:{}'),(430938,12273,'_sli_children','a:0:{}'),(430939,12273,'_sli_is_story',''),(430940,12273,'_sli_last_requested','1667942261'),(430941,12273,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430942,12274,'_sli_media_id','18102000751155707'),(430943,12274,'_sli_media_username','lavendermatyoga'),(430944,12274,'_sli_timestamp','2020-05-30T15:28:34+0000'),(430945,12274,'_sli_caption','🌙🌙🌙 Taking a much needed time-out from social media. Check out my blog post on the mental health effects of social media. (Link in the bio) Maybe it’s time for a social media detox? You won’t be able to get in touch with me via FB or Instagram for a while, but I’m still here! Email me, or give me a call 💕😘🌙'),(430949,12274,'_sli_permalink','https://www.instagram.com/p/CA0Sm1fHPki/'),(430950,12274,'_sli_shortcode','CA0Sm1fHPki'),(430948,12274,'_sli_media_size','a:2:{s:5:\"width\";i:1227;s:6:\"height\";i:1233;}'),(430947,12274,'_sli_media_url','https://lavendermatyoga.com?sli-img=CA0Sm1fHPki&size=l'),(430946,12274,'_sli_media_type','IMAGE'),(446711,1184,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(16665,1184,'_sli_last_requested','1668442029'),(16664,1184,'_sli_is_story',''),(16659,1184,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843040859039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843040859039047-m.jpg\";}'),(16660,1184,'_sli_likes_count','0'),(16661,1184,'_sli_comments_count','0'),(16662,1184,'_sli_comments','a:0:{}'),(16663,1184,'_sli_children','a:0:{}'),(16658,1184,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/10549630_263238917210625_148361608_n.jpg?_nc_cat=110&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=k_stACV2f20AX9Phbtz&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9nrIQ2Se5Bs2jvydN_Yifefp9VlkjVi0X0gvWfb6jD_g&oe=628116E0'),(16656,1184,'_sli_video_title',''),(16657,1184,'_sli_product_type',''),(16655,1184,'_sli_shortcode','qo5W08vz87'),(16654,1184,'_sli_permalink','https://www.instagram.com/p/qo5W08vz87/'),(16653,1184,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(430929,12273,'_sli_permalink','https://www.instagram.com/p/CCTs-jNnFTy/'),(16652,1184,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/10564417_500279160106277_1552137343_n.mp4?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=CB3fYmrvNggAX-2CKC_&_nc_oc=AQlI3DLVw37101o_nKjWq3lwYeiiWeG6loejc6D_Pf84eZjeL45PEwcE3R0e54pXwrU&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBtahXMIRY4woHx4265HkRHoFO0U6vFVGSGa1nGMrRwxA&oe=637306C9'),(16651,1184,'_sli_media_type','VIDEO'),(430927,12273,'_sli_media_url','https://lavendermatyoga.com?sli-img=CCTs-jNnFTy&size=l'),(430928,12273,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(16650,1184,'_sli_caption','So impressed by my vigilant warriors this morning! \n#beach #yoga #waves #ocean #warrior #pose #asana #yogamindset #yogaeverydamnday #meetup #charleston #free #outdooryoga #sandytoes'),(432678,12360,'_sli_comments','a:0:{}'),(16647,1184,'_sli_media_id','17843040859039047'),(16648,1184,'_sli_media_username','lavendermatyoga'),(16649,1184,'_sli_timestamp','2014-07-19T16:16:23+0000'),(430926,12273,'_sli_media_type','IMAGE'),(430925,12273,'_sli_caption',''),(430924,12273,'_sli_timestamp','2020-07-06T16:46:51+0000'),(430923,12273,'_sli_media_username','lavendermatyoga'),(430922,12273,'_sli_media_id','17849535611178875'),(430921,12272,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430920,12272,'_sli_last_requested','1667942261'),(430919,12272,'_sli_is_story',''),(430917,12272,'_sli_comments','a:0:{}'),(430918,12272,'_sli_children','a:0:{}'),(430916,12272,'_sli_comments_count','0'),(430915,12272,'_sli_likes_count','0'),(442188,12667,'_sli_media_username','lavendermatyoga'),(442189,12667,'_sli_timestamp','2020-07-14T14:58:06+0000'),(442190,12667,'_sli_caption','Did you know that deer are a sign of trust? A message to have faith. These three gorgeous buck came to see me (the third one was camera shy and hid behind the tree) and I wanted to share it with you all. 🦌 #everylittlethingisgonnabealright'),(442191,12667,'_sli_media_type','CAROUSEL_ALBUM'),(442192,12667,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/107510112_277240970044962_5904523210455400514_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=2VqVKt2bKU4AX9hd40h&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAa2jDi5JasA-sFj9eDCH2Tf9MpUvp6s2WQ7-teBEItmQ&oe=637426CC'),(442193,12667,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(442194,12667,'_sli_permalink','https://www.instagram.com/p/CCoG5CUnq5J/'),(442195,12667,'_sli_shortcode','CCoG5CUnq5J'),(442196,12667,'_sli_video_title',''),(442197,12667,'_sli_product_type',''),(442198,12667,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18139019716079623-m.jpg'),(442199,12667,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18139019716079623-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18139019716079623-m.jpg\";}'),(442200,12667,'_sli_likes_count','0'),(442201,12667,'_sli_comments_count','0'),(442202,12667,'_sli_comments','a:0:{}'),(442203,12667,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17859059729008554\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/107510112_277240970044962_5904523210455400514_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=2VqVKt2bKU4AX9hd40h&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAa2jDi5JasA-sFj9eDCH2Tf9MpUvp6s2WQ7-teBEItmQ&oe=637426CC\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CCoG5AtH1OB/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859059729008554-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859059729008554-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17859059729008554-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17858766413057280\";s:9:\"media_url\";s:293:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/107462041_3164857306932954_9031041092305778734_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=3OujFZlqTfgAX-oQQ5D&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAtYproMeGn6GYyjEsvhgDrDlSpdJIA_wiN2fGFbWchRQ&oe=637418B5\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CCoG5Atnfgm/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858766413057280-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858766413057280-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858766413057280-m.jpg\";}}'),(442187,12667,'_sli_media_id','18139019716079623'),(442186,12666,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442185,12666,'_sli_last_requested','1668198675'),(442184,12666,'_sli_is_story',''),(442183,12666,'_sli_children','a:0:{}'),(442181,12666,'_sli_comments_count','0'),(442182,12666,'_sli_comments','a:0:{}'),(442180,12666,'_sli_likes_count','0'),(442179,12666,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18156632422052380-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18156632422052380-m.jpg\";}'),(442178,12666,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18156632422052380-m.jpg'),(12958,1108,'_sli_media_id','17842168162039047'),(12959,1108,'_sli_media_username','lavendermatyoga'),(12960,1108,'_sli_timestamp','2015-08-14T00:21:32+0000'),(12961,1108,'_sli_caption','I don\'t think there could be a more perfect place for #savasana! Tonight we talked about remembering who you are at your essence. You are a soul you are not your ego mind or ego thoughts. You are divinely perfect! #beachyoga #fortmoltrie #sullivansisland #charlestonscbeach #divine #soul #stepasideego'),(12962,1108,'_sli_media_type','VIDEO'),(12963,1108,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/11785058_1602902466639475_80554680_n.mp4?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=1EKHVqTzgG0AX_D7Kva&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBVVhX_ZkGG_3Q323JewgteiIVh66ribjwBUFRekaJ-wg&oe=63730CFF'),(12964,1108,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(12965,1108,'_sli_permalink','https://www.instagram.com/p/6V-5cqvz95/'),(12966,1108,'_sli_shortcode','6V-5cqvz95'),(12967,1108,'_sli_video_title',''),(12968,1108,'_sli_product_type',''),(12969,1108,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/11375162_1630976630521001_1883207295_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=3kcaPD9vJv8AX_k7GhH&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9b8Spr19AbjwujGw4jI5UUsT2M5Ijm_1gvWBzbTgvmVQ&oe=6271B8AB'),(12970,1108,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842168162039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842168162039047-m.jpg\";}'),(12971,1108,'_sli_likes_count','0'),(12972,1108,'_sli_comments_count','0'),(12973,1108,'_sli_comments','a:0:{}'),(12974,1108,'_sli_children','a:0:{}'),(12975,1108,'_sli_is_story',''),(12976,1108,'_sli_last_requested','1668442028'),(446709,1108,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442177,12666,'_sli_product_type',''),(442170,12666,'_sli_caption','🙌🏻 🤗 #thegreatawakening'),(442171,12666,'_sli_media_type','IMAGE'),(442172,12666,'_sli_media_url','https://lavendermatyoga.com?sli-img=CC81OS5HoRD&size=l'),(442173,12666,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(442174,12666,'_sli_permalink','https://www.instagram.com/p/CC81OS5HoRD/'),(442175,12666,'_sli_shortcode','CC81OS5HoRD'),(442176,12666,'_sli_video_title',''),(442168,12666,'_sli_media_username','lavendermatyoga'),(442169,12666,'_sli_timestamp','2020-07-22T16:07:46+0000'),(442167,12666,'_sli_media_id','18156632422052380'),(442166,12665,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442165,12665,'_sli_last_requested','1668198675'),(442159,12665,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876202235797757-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876202235797757-m.jpg\";}'),(442160,12665,'_sli_likes_count','0'),(442161,12665,'_sli_comments_count','0'),(442162,12665,'_sli_comments','a:0:{}'),(442163,12665,'_sli_children','a:0:{}'),(442164,12665,'_sli_is_story',''),(442154,12665,'_sli_permalink','https://www.instagram.com/p/CDjbp3Jhkfq/'),(442155,12665,'_sli_shortcode','CDjbp3Jhkfq'),(442156,12665,'_sli_video_title',''),(442157,12665,'_sli_product_type',''),(442158,12665,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17876202235797757-m.jpg'),(442153,12665,'_sli_media_size','a:2:{s:5:\"width\";i:1077;s:6:\"height\";i:1077;}'),(442151,12665,'_sli_media_type','IMAGE'),(442152,12665,'_sli_media_url','https://lavendermatyoga.com?sli-img=CDjbp3Jhkfq&size=l'),(441802,12648,'_sli_media_type','IMAGE'),(441803,12648,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKpHVbMh242&size=l'),(441804,12648,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(441805,12648,'_sli_permalink','https://www.instagram.com/p/CKpHVbMh242/'),(441806,12648,'_sli_shortcode','CKpHVbMh242'),(441807,12648,'_sli_video_title',''),(441808,12648,'_sli_product_type',''),(442150,12665,'_sli_caption','⭐️😍New in my shop😍⭐️\n﻿\n﻿Ancient tribes believed that raw cacao has special powers. They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao Bliss because of a naturally occurring chemical in cacao called anandamide.\n﻿\n﻿ The root word of this chemical is Ananda which is a Sanskrit word for bliss, happiness, pleasure, joy, and delight.  Scientists call this chemical the “bliss molecule” because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss™ formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao.\n﻿\n﻿When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.” Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods 🙌🏻\n﻿'),(442149,12665,'_sli_timestamp','2020-08-06T15:54:43+0000'),(442147,12665,'_sli_media_id','17876202235797757'),(442148,12665,'_sli_media_username','lavendermatyoga'),(442146,12664,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442145,12664,'_sli_last_requested','1668198674'),(442144,12664,'_sli_is_story',''),(442143,12664,'_sli_children','a:0:{}'),(442142,12664,'_sli_comments','a:0:{}'),(442140,12664,'_sli_likes_count','0'),(442141,12664,'_sli_comments_count','0'),(442139,12664,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18032210119279963-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18032210119279963-m.jpg\";}'),(442138,12664,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18032210119279963-m.jpg'),(442137,12664,'_sli_product_type',''),(442136,12664,'_sli_video_title',''),(442135,12664,'_sli_shortcode','CDoffGzHztU'),(442134,12664,'_sli_permalink','https://www.instagram.com/p/CDoffGzHztU/'),(442133,12664,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(442129,12664,'_sli_timestamp','2020-08-08T15:04:24+0000'),(442130,12664,'_sli_caption','🙌🏻🙌🏻\n#selflove #youareenough #youarebeautiful'),(442125,12663,'_sli_last_requested','1668198674'),(442132,12664,'_sli_media_url','https://lavendermatyoga.com?sli-img=CDoffGzHztU&size=l'),(442131,12664,'_sli_media_type','IMAGE'),(442127,12664,'_sli_media_id','18032210119279963'),(442128,12664,'_sli_media_username','lavendermatyoga'),(442126,12663,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442123,12663,'_sli_children','a:0:{}'),(442124,12663,'_sli_is_story',''),(442122,12663,'_sli_comments','a:0:{}'),(441801,12648,'_sli_caption','🫁breathe better and I promise you’ll live better 🫁\n\n🤸‍♀️Starting Feb 1st I will be teaching 28 days of breathwork (28 different practices!) for free right here on IGTV. \n\n🧘🏼‍♀️🧘🏼‍♀️learn how to breathe better; it frees our spirits, calms our minds and heals our bodies. this is my gift to you during challenging times when life might feel suffocating. (Free but donations are accepted - link in bio)\n\n👉🏻Tune in each day and learn a new breathing technique.👈🏻\n\n🤩JOIN THE CHALLENGE - join me in 28 straight days of breathing practice and enter to win a copy of my book , 🧘🏼‍♀️’Meditate: A Simple and Straightforward Guide to Meditation’\n\n🚨3 copies will be raffled away at the end of the 28 days, here’s how to enter:\n\n‘Like’ - 1 point\nComment - 3 points\nTag a Friend - 5 points \nShare - 10 points (tag me in the post/story so I can give you points!)'),(430914,12272,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862994057950729-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862994057950729-m.jpg\";}'),(430913,12272,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17862994057950729-m.jpg'),(430912,12272,'_sli_product_type',''),(430910,12272,'_sli_shortcode','CCUAcGiniAt'),(430911,12272,'_sli_video_title',''),(430908,12272,'_sli_media_size','a:2:{s:5:\"width\";i:1207;s:6:\"height\";i:1207;}'),(430909,12272,'_sli_permalink','https://www.instagram.com/p/CCUAcGiniAt/'),(430907,12272,'_sli_media_url','https://lavendermatyoga.com?sli-img=CCUAcGiniAt&size=l'),(430906,12272,'_sli_media_type','IMAGE'),(430903,12272,'_sli_media_username','lavendermatyoga'),(430904,12272,'_sli_timestamp','2020-07-06T19:36:54+0000'),(430905,12272,'_sli_caption','and repeat 🙌🏻 via @letsnixit'),(430891,12271,'_sli_video_title',''),(430890,12271,'_sli_shortcode','CCYmsXnH1XT'),(430889,12271,'_sli_permalink','https://www.instagram.com/p/CCYmsXnH1XT/'),(430888,12271,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(442121,12663,'_sli_comments_count','0'),(442120,12663,'_sli_likes_count','0'),(441824,12649,'_sli_media_size','a:2:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;}'),(441825,12649,'_sli_permalink','https://www.instagram.com/p/CKo03B3hwVP/'),(441826,12649,'_sli_shortcode','CKo03B3hwVP'),(441827,12649,'_sli_video_title',''),(441828,12649,'_sli_product_type',''),(441829,12649,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872471361174810-m.jpg'),(441830,12649,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872471361174810-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872471361174810-m.jpg\";}'),(441831,12649,'_sli_likes_count','0'),(441832,12649,'_sli_comments_count','0'),(441833,12649,'_sli_comments','a:0:{}'),(430837,12268,'_sli_children','a:0:{}'),(430838,12268,'_sli_is_story',''),(430839,12268,'_sli_last_requested','1667942258'),(430840,12268,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430887,12271,'_sli_media_url','https://lavendermatyoga.com?sli-img=CCYmsXnH1XT&size=l'),(430828,12268,'_sli_permalink','https://www.instagram.com/p/CCmAH9RH6Kq/'),(430829,12268,'_sli_shortcode','CCmAH9RH6Kq'),(430830,12268,'_sli_video_title',''),(430831,12268,'_sli_product_type',''),(430832,12268,'_sli_thumbnail_url',''),(430833,12268,'_sli_thumbnails','a:0:{}'),(430834,12268,'_sli_likes_count','0'),(430835,12268,'_sli_comments_count','0'),(430836,12268,'_sli_comments','a:0:{}'),(430827,12268,'_sli_media_size',''),(430826,12268,'_sli_media_url','https://lavendermatyoga.com?sli-img=CCmAH9RH6Kq&size=l'),(430824,12268,'_sli_caption',''),(430825,12268,'_sli_media_type','IMAGE'),(430823,12268,'_sli_timestamp','2020-07-13T19:20:29+0000'),(430821,12268,'_sli_media_id','18075523297207819'),(430822,12268,'_sli_media_username','lavendermatyoga'),(430820,12267,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430818,12267,'_sli_is_story',''),(430819,12267,'_sli_last_requested','1667941964'),(430813,12267,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856852803137555-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856852803137555-m.jpg\";}'),(430814,12267,'_sli_likes_count','0'),(430815,12267,'_sli_comments_count','0'),(430816,12267,'_sli_comments','a:0:{}'),(430817,12267,'_sli_children','a:0:{}'),(16465,1174,'_sli_last_requested','1668442028'),(446710,1174,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(16464,1174,'_sli_is_story',''),(16463,1174,'_sli_children','a:0:{}'),(16462,1174,'_sli_comments','a:0:{}'),(16461,1174,'_sli_comments_count','0'),(16460,1174,'_sli_likes_count','0'),(16459,1174,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843063485039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17843063485039047-m.jpg\";}'),(16458,1174,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/10683789_290748307786473_222991952_n.jpg?_nc_cat=104&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=Tk00Z0mxzFMAX_OhDCv&_nc_oc=AQljJtji6T4lQ7xkDsAPRaFAzOyomimvpbULx2I7WHnIup6emThUKk9QXFuVhXFqW_o&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8Ghm7ENxEcPwYltJlTGfg67Tw7K_BlVQEJKgf4H1UgeA&oe=6281B015'),(16456,1174,'_sli_video_title',''),(16457,1174,'_sli_product_type',''),(16453,1174,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(16454,1174,'_sli_permalink','https://www.instagram.com/p/tJuIeyvz9j/'),(16455,1174,'_sli_shortcode','tJuIeyvz9j'),(436771,12453,'_sli_comments_count','0'),(430812,12267,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17856852803137555-m.jpg'),(430810,12267,'_sli_video_title',''),(430811,12267,'_sli_product_type',''),(441834,12649,'_sli_children','a:0:{}'),(16452,1174,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/1489953_865338780152447_2028163840_n.mp4?_nc_cat=101&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=yMttwT8modgAX8-b9aK&_nc_oc=AQnoZaO_BTToFqmIk1zvc__DcuDXVdxaLLb96EXUtN3cGmSm0OtB8ZhzNobUCy5I8oA&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBgizjwNwrrCnmvmcS-zdNL_1PsjTbTc1TK9yjBFekftw&oe=63730C86'),(16451,1174,'_sli_media_type','VIDEO'),(430623,12258,'_sli_media_url','https://lavendermatyoga.com?sli-img=CIA3yMCn7kV&size=l'),(16450,1174,'_sli_caption','So excited about this post! This is my first time performing handstand in public! A year ago I never thought this would be possible! Never give up on your dreams! I\'m know I\'m no where near done ;) #musicmidtown #mm14 #atlanta #music #featival #friends #love #life #yogi #yogiintuition'),(16449,1174,'_sli_timestamp','2014-09-20T03:16:02+0000'),(16447,1174,'_sli_media_id','17843063485039047'),(16448,1174,'_sli_media_username','lavendermatyoga'),(441835,12649,'_sli_is_story',''),(430892,12271,'_sli_product_type',''),(430893,12271,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947249672359591-m.jpg'),(430894,12271,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947249672359591-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947249672359591-m.jpg\";}'),(430895,12271,'_sli_likes_count','0'),(430896,12271,'_sli_comments_count','0'),(430897,12271,'_sli_comments','a:0:{}'),(430898,12271,'_sli_children','a:0:{}'),(430899,12271,'_sli_is_story',''),(430900,12271,'_sli_last_requested','1667942260'),(430901,12271,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430902,12272,'_sli_media_id','17862994057950729'),(430809,12267,'_sli_shortcode','CD66Ln5HSXr'),(430808,12267,'_sli_permalink','https://www.instagram.com/p/CD66Ln5HSXr/'),(430807,12267,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430806,12267,'_sli_media_url','https://lavendermatyoga.com?sli-img=CD66Ln5HSXr&size=l'),(430805,12267,'_sli_media_type','IMAGE'),(430804,12267,'_sli_caption',''),(430798,12266,'_sli_is_story',''),(430799,12266,'_sli_last_requested','1667941964'),(430800,12266,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430801,12267,'_sli_media_id','17856852803137555'),(430802,12267,'_sli_media_username','lavendermatyoga'),(430803,12267,'_sli_timestamp','2020-08-15T18:44:00+0000'),(430796,12266,'_sli_comments','a:0:{}'),(442118,12663,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870733403870171-m.jpg'),(430797,12266,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17877112288805297\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/118510184_321377838923978_3215902896522129560_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=sFDJPbrKzc0AX_QmwXD&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBfz5VbG2N3OIu74rlEwELRrd2CTRqmSCZ6RQvCAEE1YQ&oe=6370A088\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CEhhDLAHCGl/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877112288805297-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877112288805297-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17877112288805297-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17851960214221108\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/118562007_185778939597738_6232598761770259572_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=zriCM0cGUKUAX_vWsTc&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCZbh5ZGeIARL0hR_8vPEp2o0kEMXIkdy49ZthbopO1Bw&oe=6370406B\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CEhhDK_HXMT/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851960214221108-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851960214221108-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17851960214221108-m.jpg\";}}'),(430794,12266,'_sli_likes_count','0'),(430795,12266,'_sli_comments_count','0'),(442117,12663,'_sli_product_type',''),(442116,12663,'_sli_video_title',''),(442115,12663,'_sli_shortcode','CDt0m4GHDW_'),(442114,12663,'_sli_permalink','https://www.instagram.com/p/CDt0m4GHDW_/'),(442111,12663,'_sli_media_type','IMAGE'),(442112,12663,'_sli_media_url','https://lavendermatyoga.com?sli-img=CDt0m4GHDW_&size=l'),(442113,12663,'_sli_media_size','a:2:{s:5:\"width\";i:1059;s:6:\"height\";i:1059;}'),(430793,12266,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18078604501212121-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18078604501212121-m.jpg\";}'),(442031,12659,'_sli_permalink','https://www.instagram.com/p/CH79J0enZ-y/'),(442032,12659,'_sli_shortcode','CH79J0enZ-y'),(442033,12659,'_sli_video_title',''),(442034,12659,'_sli_product_type',''),(442035,12659,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873824739047213-m.jpg'),(442036,12659,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873824739047213-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17873824739047213-m.jpg\";}'),(442037,12659,'_sli_likes_count','0'),(442038,12659,'_sli_comments_count','0'),(442039,12659,'_sli_comments','a:0:{}'),(442040,12659,'_sli_children','a:0:{}'),(442041,12659,'_sli_is_story',''),(442042,12659,'_sli_last_requested','1668198671'),(442043,12659,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441872,12651,'_sli_likes_count','0'),(441873,12651,'_sli_comments_count','0'),(441874,12651,'_sli_comments','a:0:{}'),(441875,12651,'_sli_children','a:0:{}'),(441876,12651,'_sli_is_story',''),(441877,12651,'_sli_last_requested','1668198666'),(441878,12651,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441879,12652,'_sli_media_id','17898652753748260'),(441880,12652,'_sli_media_username','lavendermatyoga'),(441881,12652,'_sli_timestamp','2021-01-24T23:43:10+0000'),(441882,12652,'_sli_caption','A fantastic read, everyone is psychic it’s all about learning how to hone your gifts. I often tell clients that it’s like math. Everyone is capable of math, 2 + 2 = 4 ...but you need to be taught. And the more you are taught the more you up level...algebra, calculus and so on. It’s the same with your intuitive abilities. You just need practice. 🤸‍♀️ 🔮'),(430788,12266,'_sli_permalink','https://www.instagram.com/p/CEhhDOBHOmz/'),(430789,12266,'_sli_shortcode','CEhhDOBHOmz'),(430790,12266,'_sli_video_title',''),(430791,12266,'_sli_product_type',''),(430792,12266,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18078604501212121-m.jpg'),(430787,12266,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(430785,12266,'_sli_media_type','CAROUSEL_ALBUM'),(430786,12266,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/118510184_321377838923978_3215902896522129560_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=sFDJPbrKzc0AX_QmwXD&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfBfz5VbG2N3OIu74rlEwELRrd2CTRqmSCZ6RQvCAEE1YQ&oe=6370A088'),(430774,12265,'_sli_likes_count','0'),(430775,12265,'_sli_comments_count','0'),(430776,12265,'_sli_comments','a:0:{}'),(430777,12265,'_sli_children','a:0:{}'),(430778,12265,'_sli_is_story',''),(430779,12265,'_sli_last_requested','1667941963'),(430780,12265,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430781,12266,'_sli_media_id','18078604501212121'),(430782,12266,'_sli_media_username','lavendermatyoga'),(430783,12266,'_sli_timestamp','2020-08-30T18:34:47+0000'),(430773,12265,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17952462778363693-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17952462778363693-m.jpg\";}'),(430784,12266,'_sli_caption','New in the shop! Sold out same day it was released, preorder now so you can get your hands on a bottle of the next batch! 🤸‍♀️ 🥚 #yonieggcleanse\n﻿..\n﻿Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.\n﻿\n﻿Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.\n﻿'),(430772,12265,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17952462778363693-m.jpg'),(430770,12265,'_sli_video_title',''),(430771,12265,'_sli_product_type',''),(430769,12265,'_sli_shortcode','CEr7gPmHBoy'),(430768,12265,'_sli_permalink','https://www.instagram.com/p/CEr7gPmHBoy/'),(430767,12265,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(442082,12661,'_sli_comments','a:0:{}'),(442083,12661,'_sli_children','a:0:{}'),(442084,12661,'_sli_is_story',''),(442085,12661,'_sli_last_requested','1668198673'),(442086,12661,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442087,12662,'_sli_media_id','17882168071811556'),(442088,12662,'_sli_media_username','lavendermatyoga'),(442089,12662,'_sli_timestamp','2020-09-29T19:44:14+0000'),(442090,12662,'_sli_caption','Due to complications with my last knee surgery it has been about a year since I have been able to teach yoga. I have been ITCHING to get back to it, and while waiting for my body to heal I was reflecting on how important yoga is to me and what it has meant to me for the past 10 years. This inspired the creation of  NEW BRAND……LAVENDER MAT!!\n﻿\n﻿The Lavender Mat is a sacred place to retreat to when life won’t stop spinning.\n﻿\n﻿Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere.\n﻿\n﻿Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana.\n﻿\n﻿Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.\n﻿\n﻿I AM HOSTING LAVENDER MAT’S FIRST IN-PERSON INTUITIVE YOGA CLASS THIS SATURDAY:\n﻿\n﻿Intuitive Yoga is a spiritually based yoga class where I use my gifts as a channel and an intuitive empath to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time.\n﻿\n﻿My ability to intuitively deduce the energy of my class allows me to provide a yoga practice tailored to their specific needs. This results in a different theme and purpose for each class. This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.\n﻿\n﻿DM for details or visit the site!\n﻿\n﻿#yoga #charlotteyoga #lavendermatyoga #intuitiveyoga #yogacharlotte\n﻿'),(442110,12663,'_sli_caption','In the summer of 2016, I was a guest teacher for Tarot Readers Academy’s Tarot Summer School and it was at that time I created a very special workshop, Unlocking the Major Arcana through Yoga, where I taught the power of the connection of yoga and tarot. This is the rerelease of the workshop with an updated second edition of the eBook!\n﻿\n﻿This is a workshop unlike any other. Learn to use tarot + yoga to heal your body, discover your authentic Self, and awaken your spiritual journey. Experience the power of combining intentional movement and the profound lessons of the Major Arcana! The connection between tarot and yoga asana is profound, here you can discover the power of manifesting and actualizing the dynamic archetypes of the Major Arcana into your being.\n﻿\n﻿This online workshop includes instant, lifetime access to a recorded online 60-minute hatha yoga class, a compelling and original eBook, and email support from me to answer any questions you may have or provide any clarification you may need.\n﻿\n﻿The most special part about this workshop was the eBook which I channeled from my guides, I was directed to pair each of the 22 cards in the Major Arcana of Tarot with a yoga pose. The purpose of this connection is to fully embody the archetypes represented in the tarot. In Major Arcana each card represents a phase in the cycle of enlightenment. Embodying the lessons taught to us by the tarot in our physical bodies through asana is transformative.\n﻿#tarotyoga #majorarcana #yogapractice #tarot'),(430759,12264,'_sli_last_requested','1667941962'),(430760,12264,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430761,12265,'_sli_media_id','17952462778363693'),(430766,12265,'_sli_media_url','https://lavendermatyoga.com?sli-img=CEr7gPmHBoy&size=l'),(430765,12265,'_sli_media_type','IMAGE'),(430764,12265,'_sli_caption','💗💗'),(430763,12265,'_sli_timestamp','2020-09-03T19:38:20+0000'),(442109,12663,'_sli_timestamp','2020-08-10T16:45:10+0000'),(430762,12265,'_sli_media_username','lavendermatyoga'),(430754,12264,'_sli_likes_count','0'),(430755,12264,'_sli_comments_count','0'),(430753,12264,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17939877511382747-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17939877511382747-m.jpg\";}'),(430758,12264,'_sli_is_story',''),(430757,12264,'_sli_children','a:0:{}'),(430756,12264,'_sli_comments','a:0:{}'),(430751,12264,'_sli_product_type',''),(430752,12264,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17939877511382747-m.jpg'),(430750,12264,'_sli_video_title',''),(430714,12262,'_sli_likes_count','0'),(430715,12262,'_sli_comments_count','0'),(430716,12262,'_sli_comments','a:0:{}'),(430717,12262,'_sli_children','a:0:{}'),(430718,12262,'_sli_is_story',''),(430719,12262,'_sli_last_requested','1667941962'),(430720,12262,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430721,12263,'_sli_media_id','17939077843392744'),(430722,12263,'_sli_media_username','lavendermatyoga'),(430723,12263,'_sli_timestamp','2020-10-01T18:08:46+0000'),(430724,12263,'_sli_caption','I’m so proud of my beautifully propagated baby 🥰 #plantmom'),(430725,12263,'_sli_media_type','IMAGE'),(430726,12263,'_sli_media_url','https://lavendermatyoga.com?sli-img=CFz3gvSnckE&size=l'),(430727,12263,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430728,12263,'_sli_permalink','https://www.instagram.com/p/CFz3gvSnckE/'),(430729,12263,'_sli_shortcode','CFz3gvSnckE'),(430730,12263,'_sli_video_title',''),(430731,12263,'_sli_product_type',''),(430732,12263,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17939077843392744-m.jpg'),(430733,12263,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17939077843392744-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17939077843392744-m.jpg\";}'),(430734,12263,'_sli_likes_count','0'),(430735,12263,'_sli_comments_count','0'),(430736,12263,'_sli_comments','a:0:{}'),(430737,12263,'_sli_children','a:0:{}'),(430738,12263,'_sli_is_story',''),(430739,12263,'_sli_last_requested','1667941962'),(430740,12263,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430741,12264,'_sli_media_id','17939877511382747'),(430742,12264,'_sli_media_username','lavendermatyoga'),(430743,12264,'_sli_timestamp','2020-09-30T12:14:32+0000'),(430744,12264,'_sli_caption',''),(430745,12264,'_sli_media_type','IMAGE'),(430746,12264,'_sli_media_url','https://lavendermatyoga.com?sli-img=CFwqLSqnTTV&size=l'),(430747,12264,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430748,12264,'_sli_permalink','https://www.instagram.com/p/CFwqLSqnTTV/'),(430749,12264,'_sli_shortcode','CFwqLSqnTTV'),(430713,12262,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18121790152084824-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18121790152084824-m.jpg\";}'),(430712,12262,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18121790152084824-m.jpg'),(430710,12262,'_sli_video_title',''),(430711,12262,'_sli_product_type',''),(442108,12663,'_sli_media_username','lavendermatyoga'),(442107,12663,'_sli_media_id','17870733403870171'),(430709,12262,'_sli_shortcode','CF183punr0i'),(442106,12662,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442105,12662,'_sli_last_requested','1668198674'),(442100,12662,'_sli_likes_count','0'),(442101,12662,'_sli_comments_count','0'),(442102,12662,'_sli_comments','a:0:{}'),(442103,12662,'_sli_children','a:0:{}'),(442104,12662,'_sli_is_story',''),(442099,12662,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882168071811556-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882168071811556-m.jpg\";}'),(442098,12662,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17882168071811556-m.jpg'),(442097,12662,'_sli_product_type',''),(442096,12662,'_sli_video_title',''),(442095,12662,'_sli_shortcode','CFu42MDnhgE'),(442094,12662,'_sli_permalink','https://www.instagram.com/p/CFu42MDnhgE/'),(442093,12662,'_sli_media_size','a:2:{s:5:\"width\";i:479;s:6:\"height\";i:479;}'),(432790,12364,'_sli_permalink','https://www.instagram.com/p/BVr_LtNADYp/'),(430708,12262,'_sli_permalink','https://www.instagram.com/p/CF183punr0i/'),(430707,12262,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(430706,12262,'_sli_media_url','https://lavendermatyoga.com?sli-img=CF183punr0i&size=l'),(430705,12262,'_sli_media_type','IMAGE'),(442092,12662,'_sli_media_url','https://lavendermatyoga.com?sli-img=CFu42MDnhgE&size=l'),(442091,12662,'_sli_media_type','IMAGE'),(442080,12661,'_sli_likes_count','0'),(442081,12661,'_sli_comments_count','0'),(442077,12661,'_sli_product_type',''),(442078,12661,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18148520395078921-m.jpg'),(442074,12661,'_sli_permalink','https://www.instagram.com/p/CF0FOEAH1Uj/'),(442079,12661,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18148520395078921-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18148520395078921-m.jpg\";}'),(442075,12661,'_sli_shortcode','CF0FOEAH1Uj'),(442076,12661,'_sli_video_title',''),(442071,12661,'_sli_media_type','IMAGE'),(442072,12661,'_sli_media_url','https://lavendermatyoga.com?sli-img=CF0FOEAH1Uj&size=l'),(442073,12661,'_sli_media_size','a:2:{s:5:\"width\";i:1241;s:6:\"height\";i:1241;}'),(442070,12661,'_sli_caption','Today’s the last day for Early Bird tickets! Link in my bio for details 🥰 🧘🏼‍♀️ 💗'),(442069,12661,'_sli_timestamp','2020-10-01T20:08:34+0000'),(442067,12661,'_sli_media_id','18148520395078921'),(442068,12661,'_sli_media_username','lavendermatyoga'),(442066,12660,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442051,12660,'_sli_media_type','IMAGE'),(442052,12660,'_sli_media_url','https://lavendermatyoga.com?sli-img=CGF6uxDnbEk&size=l'),(442053,12660,'_sli_media_size','a:2:{s:5:\"width\";i:959;s:6:\"height\";i:959;}'),(442054,12660,'_sli_permalink','https://www.instagram.com/p/CGF6uxDnbEk/'),(442055,12660,'_sli_shortcode','CGF6uxDnbEk'),(442056,12660,'_sli_video_title',''),(442057,12660,'_sli_product_type',''),(442058,12660,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858474579182553-m.jpg'),(442059,12660,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858474579182553-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17858474579182553-m.jpg\";}'),(442060,12660,'_sli_likes_count','0'),(442061,12660,'_sli_comments_count','0'),(442062,12660,'_sli_comments','a:0:{}'),(442063,12660,'_sli_children','a:0:{}'),(442064,12660,'_sli_is_story',''),(442065,12660,'_sli_last_requested','1668198673'),(442050,12660,'_sli_caption','Join us this evening! 🙏🏻🥰 🧘🏼‍♀️'),(442049,12660,'_sli_timestamp','2020-10-08T18:23:14+0000'),(442047,12660,'_sli_media_id','17858474579182553'),(442048,12660,'_sli_media_username','lavendermatyoga'),(430704,12262,'_sli_caption','Saturn was in Capricorn for 3 years and it resembled a feeling as if we have all been living out a scene from the Matrix, many people are growing up and awakening to the way the world really works. It hasn’t been pleasant but it’s deeply necessary. Saturn in Capricorn has reflected our relationship with Authority - which also reveals healing needed to be done around Father Figures.\n﻿\n﻿I posted a story recently that said, in a nutshell, if you put 100 black ants and 100 red ants in a jar together...nothing will happen. However if you shake the jar violently and then dump the ants out, they will fight to the death because they are unaware of who the real enemy is.\n﻿\n﻿Someone is shaking the jar of America, and Saturn in Capricorn has been asking everyone for the past 3 years to grow up and start recognizing who the real enemy is. It takes maturity to look beyond the division of left vs. right and take a look at the bigger picture. Who is shaking our glass and why?\n﻿\n﻿Saturn in Capricorn worked to reveal what’s behind the curtain and encouraged us to take a look at who’s really running our world, who the true authority is and it’s up to us now to develop the wisdom to accept it. To find the strength to not live in denial or fear. Together we can reveal the person who shakes the glass and stop fighting each other.\n﻿\n﻿#saturnincapricorn\n﻿Digital art by me 🥰\n﻿'),(442030,12659,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(442029,12659,'_sli_media_url','https://lavendermatyoga.com?sli-img=CH79J0enZ-y&size=l'),(442028,12659,'_sli_media_type','IMAGE'),(442001,12657,'_sli_is_story',''),(442002,12657,'_sli_last_requested','1668198671'),(442003,12657,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442004,12658,'_sli_media_id','17904648547583650'),(442005,12658,'_sli_media_username','lavendermatyoga'),(442006,12658,'_sli_timestamp','2020-11-23T20:28:33+0000'),(442007,12658,'_sli_caption','You will get a FREE copy of my BRAND NEW Guided Meditation Album ($24.99 value) when you purchase a paperback copy of my book on Amazon ($13.99)\n﻿anytime between 11/23-11/30!\n﻿Happy holidays!\n﻿\n﻿In this companion album (over 2 hours of audio guided meditation!) to my book Meditate: A Simple and Straightforward Guide you will receive 7 Guided Meditation MP3s that coincide with the ones I teach in my book. In addition, you will get 4 BONUS Guided Meditations: Purple Rain Transformation, Discover Your Animal Chakra Guardians, Circulate Sacred Sexual Energy, and the Divine Fountain of Youth.\n﻿\n﻿I really wanted to create this album for you so that you could have me right there in your headphones to guide you through the meditations I teach in the book. This way you don\'t have to memorize the meditation techniques before trying and you do not need to distract yourself by trying to read the meditation steps while learning to meditate.\n﻿\n﻿All you need to do is send me proof of purchase via email and I will send you a coupon code to download your FREE copy!\n﻿\n﻿If you already have the book, consider purchasing another copy as a holiday gift for a friend and keeping the FREE album for yourself ;)\n﻿\n﻿\n﻿'),(430703,12262,'_sli_timestamp','2020-10-02T13:34:04+0000'),(430702,12262,'_sli_media_username','lavendermatyoga'),(430700,12261,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430701,12262,'_sli_media_id','18121790152084824'),(430696,12261,'_sli_comments','a:0:{}'),(430697,12261,'_sli_children','a:0:{}'),(430698,12261,'_sli_is_story',''),(430699,12261,'_sli_last_requested','1667941961'),(430695,12261,'_sli_comments_count','0'),(430694,12261,'_sli_likes_count','0'),(430693,12261,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852182745291444-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852182745291444-m.jpg\";}'),(442027,12659,'_sli_caption','We are all flawed creatures. Instead of focusing on being right or perfect or correct just focus on your intentions. And remember you best is always good enough.'),(442024,12659,'_sli_media_id','17873824739047213'),(442025,12659,'_sli_media_username','lavendermatyoga'),(442026,12659,'_sli_timestamp','2020-11-23T14:34:47+0000'),(442018,12658,'_sli_comments_count','0'),(442019,12658,'_sli_comments','a:0:{}'),(442020,12658,'_sli_children','a:0:{}'),(442021,12658,'_sli_is_story',''),(442022,12658,'_sli_last_requested','1668198671'),(442023,12658,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(442017,12658,'_sli_likes_count','0'),(442016,12658,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904648547583650-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904648547583650-m.jpg\";}'),(442012,12658,'_sli_shortcode','CH8lo48HL2c'),(442013,12658,'_sli_video_title',''),(442014,12658,'_sli_product_type',''),(442015,12658,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904648547583650-m.jpg'),(442011,12658,'_sli_permalink','https://www.instagram.com/p/CH8lo48HL2c/'),(442010,12658,'_sli_media_size','a:2:{s:5:\"width\";i:479;s:6:\"height\";i:479;}'),(442008,12658,'_sli_media_type','IMAGE'),(442009,12658,'_sli_media_url','https://lavendermatyoga.com?sli-img=CH8lo48HL2c&size=l'),(430692,12261,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17852182745291444-m.jpg'),(430689,12261,'_sli_shortcode','CF7XbIHnaYJ'),(430690,12261,'_sli_video_title',''),(430691,12261,'_sli_product_type',''),(430688,12261,'_sli_permalink','https://www.instagram.com/p/CF7XbIHnaYJ/'),(430687,12261,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430686,12261,'_sli_media_url','https://lavendermatyoga.com?sli-img=CF7XbIHnaYJ&size=l'),(430685,12261,'_sli_media_type','IMAGE'),(446661,1156,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(16102,1156,'_sli_comments','a:0:{}'),(16103,1156,'_sli_children','a:0:{}'),(16104,1156,'_sli_is_story',''),(16105,1156,'_sli_last_requested','1668439461'),(16101,1156,'_sli_comments_count','0'),(16100,1156,'_sli_likes_count','0'),(16099,1156,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841951613039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17841951613039047-m.jpg\";}'),(16096,1156,'_sli_video_title',''),(16097,1156,'_sli_product_type',''),(16098,1156,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/11427286_397482177129679_1881015208_n.jpg?_nc_cat=102&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=YhChIjnmplwAX9C9tZz&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-EmIrRg3gx4rGI7fGaefufrPIjnxf_6uhVA-7k9yXdhA&oe=6280A052'),(16095,1156,'_sli_shortcode','4iE4PDvz6c'),(16094,1156,'_sli_permalink','https://www.instagram.com/p/4iE4PDvz6c/'),(16093,1156,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(430684,12261,'_sli_caption',''),(430683,12261,'_sli_timestamp','2020-10-04T16:02:19+0000'),(430682,12261,'_sli_media_username','lavendermatyoga'),(430621,12258,'_sli_caption',''),(16091,1156,'_sli_media_type','VIDEO'),(16092,1156,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/11680235_751632804946338_2058269982_n.mp4?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=tbzcgSbh4tcAX9wp-Xz&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDhRS4Tzy8RqiCwbiDIaP7tU8i9xIwxftYeUEP-UOEAXQ&oe=6372F4F6'),(16090,1156,'_sli_caption','Yoga by the Sea! Contact me for details :) 🐠🐚🐳🌺'),(16089,1156,'_sli_timestamp','2015-06-30T00:01:54+0000'),(16088,1156,'_sli_media_username','lavendermatyoga'),(16087,1156,'_sli_media_id','17841951613039047'),(430636,12258,'_sli_last_requested','1667941959'),(430637,12258,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430656,12259,'_sli_children','a:0:{}'),(430657,12259,'_sli_is_story',''),(430658,12259,'_sli_last_requested','1667941960'),(430659,12259,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430679,12260,'_sli_last_requested','1667941961'),(430680,12260,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430681,12261,'_sli_media_id','17852182745291444'),(430635,12258,'_sli_is_story',''),(430634,12258,'_sli_children','a:0:{}'),(430633,12258,'_sli_comments','a:0:{}'),(430632,12258,'_sli_comments_count','0'),(430631,12258,'_sli_likes_count','0'),(430630,12258,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885356639842311-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885356639842311-m.jpg\";}'),(430629,12258,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17885356639842311-m.jpg'),(430627,12258,'_sli_video_title',''),(430628,12258,'_sli_product_type',''),(430626,12258,'_sli_shortcode','CIA3yMCn7kV'),(442000,12657,'_sli_children','a:3:{i:0;a:7:{s:2:\"id\";s:17:\"17926099981458596\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/127095719_1000599543755564_640169375925466626_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=Slho0s4GSVUAX_MPIod&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCXG0gT6EEc4EKe5MJyun1yvGZfAkmuqTPHA2Y5bCxEsQ&oe=6373A61F\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CIBc5DPnoCJ/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926099981458596-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926099981458596-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17926099981458596-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17904295849589434\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/126984821_203128727921096_4402119999153212565_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=v-06S7V3-uoAX9TNoH7&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfA9PzKqhl2sDOTnFQTmo0JMPV99oDVJCfS8vqoeD2I92w&oe=63734560\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CIBc5DQnsBy/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904295849589434-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904295849589434-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17904295849589434-m.jpg\";}i:2;a:7:{s:2:\"id\";s:17:\"17910131047542310\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/125957911_376745270205457_5195846837857009402_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=5xEaKJ9A-_MAX_7wfha&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDMEnkgpc9HwI3tDhysEYu4DT2eaMNcEyD2TposkvAS-A&oe=6372CBFC\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CIBc5DWnT1s/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910131047542310-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910131047542310-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910131047542310-m.jpg\";}}'),(441997,12657,'_sli_likes_count','0'),(441998,12657,'_sli_comments_count','0'),(441999,12657,'_sli_comments','a:0:{}'),(441992,12657,'_sli_shortcode','CIBc5F2HqP3'),(441993,12657,'_sli_video_title',''),(441994,12657,'_sli_product_type',''),(441995,12657,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850903986396351-m.jpg'),(441996,12657,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850903986396351-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17850903986396351-m.jpg\";}'),(441991,12657,'_sli_permalink','https://www.instagram.com/p/CIBc5F2HqP3/'),(441990,12657,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441988,12657,'_sli_media_type','CAROUSEL_ALBUM'),(441989,12657,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/127095719_1000599543755564_640169375925466626_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=Slho0s4GSVUAX_MPIod&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCXG0gT6EEc4EKe5MJyun1yvGZfAkmuqTPHA2Y5bCxEsQ&oe=6373A61F'),(430625,12258,'_sli_permalink','https://www.instagram.com/p/CIA3yMCn7kV/'),(430608,12257,'_sli_product_type',''),(430609,12257,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18159396898072384-m.jpg'),(430610,12257,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18159396898072384-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18159396898072384-m.jpg\";}'),(441986,12657,'_sli_timestamp','2020-11-25T17:48:20+0000'),(16044,1153,'_sli_is_story',''),(16045,1153,'_sli_last_requested','1668434428'),(446614,1153,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441987,12657,'_sli_caption','You get this whole album of guided meditations (over 2 hours!) FREE when you get my book on Amazon anytime before 11/30! 🥰🤩 #givethegiftofcalm \nDM for details 😘'),(16043,1153,'_sli_children','a:0:{}'),(16042,1153,'_sli_comments','a:0:{}'),(16041,1153,'_sli_comments_count','0'),(16040,1153,'_sli_likes_count','0'),(16039,1153,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842038319039047-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17842038319039047-m.jpg\";}'),(16038,1153,'_sli_thumbnail_url','https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/11355027_1661878147381729_740041943_n.jpg?_nc_cat=103&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=wiH2nB25eQwAX9Zo8sX&_nc_oc=AQnPYCCZ_YC6Pw59XuTlQroQHMHpntrdnl85cWgzrRxXVh7l1z2G7UeiUnZYo9IL0f4&_nc_ht=scontent-ort2-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8rP7VW1ys0y2VfY_8HMKyKZqLUeFSNrReINbPbDbpTyQ&oe=628192C1'),(16037,1153,'_sli_product_type',''),(16036,1153,'_sli_video_title',''),(16035,1153,'_sli_shortcode','5OCunqvz6U'),(16034,1153,'_sli_permalink','https://www.instagram.com/p/5OCunqvz6U/'),(16033,1153,'_sli_media_size','a:2:{s:5:\"width\";i:640;s:6:\"height\";i:640;}'),(430624,12258,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430603,12257,'_sli_media_url','https://lavendermatyoga.com?sli-img=CIGJHXsH-fN&size=l'),(16032,1153,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.2886-16/11766412_1607861946141310_1513374154_n.mp4?_nc_cat=110&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=GRNZyc9-BfoAX-y7JsA&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfCXOCavnOua7fJIIhRYNWBeP5PsElrHzk5WMfTzmZpCug&oe=6372EB57'),(16031,1153,'_sli_media_type','VIDEO'),(430622,12258,'_sli_media_type','IMAGE'),(16028,1153,'_sli_media_username','lavendermatyoga'),(16029,1153,'_sli_timestamp','2015-07-17T01:49:42+0000'),(16030,1153,'_sli_caption','Our friends came back and we caught them on camera ;) #dolphin #beach #beachyoga #fortmoultrie #sullivansisland #charlestonsc'),(16027,1153,'_sli_media_id','17842038319039047'),(430620,12258,'_sli_timestamp','2020-11-25T12:24:04+0000'),(430619,12258,'_sli_media_username','lavendermatyoga'),(430618,12258,'_sli_media_id','17885356639842311'),(430617,12257,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430616,12257,'_sli_last_requested','1667941959'),(430614,12257,'_sli_children','a:0:{}'),(430615,12257,'_sli_is_story',''),(430613,12257,'_sli_comments','a:0:{}'),(430612,12257,'_sli_comments_count','0'),(430611,12257,'_sli_likes_count','0'),(430607,12257,'_sli_video_title',''),(430606,12257,'_sli_shortcode','CIGJHXsH-fN'),(441985,12657,'_sli_media_username','lavendermatyoga'),(441984,12657,'_sli_media_id','17850903986396351'),(430605,12257,'_sli_permalink','https://www.instagram.com/p/CIGJHXsH-fN/'),(430604,12257,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441983,12656,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441981,12656,'_sli_is_story',''),(441982,12656,'_sli_last_requested','1668198669'),(441979,12656,'_sli_comments','a:0:{}'),(441980,12656,'_sli_children','a:0:{}'),(441977,12656,'_sli_likes_count','0'),(441978,12656,'_sli_comments_count','0'),(441976,12656,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17932709221440870-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17932709221440870-m.jpg\";}'),(441972,12656,'_sli_shortcode','CIGdRYsnhkm'),(441973,12656,'_sli_video_title',''),(441974,12656,'_sli_product_type',''),(441975,12656,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17932709221440870-m.jpg'),(441970,12656,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441971,12656,'_sli_permalink','https://www.instagram.com/p/CIGdRYsnhkm/'),(441968,12656,'_sli_media_type','IMAGE'),(441969,12656,'_sli_media_url','https://lavendermatyoga.com?sli-img=CIGdRYsnhkm&size=l'),(441967,12656,'_sli_caption','Meditation and Yoni Eggs go together like peanut butter and jelly.🙃🤩'),(441966,12656,'_sli_timestamp','2020-11-27T16:27:51+0000'),(441964,12656,'_sli_media_id','17932709221440870'),(441965,12656,'_sli_media_username','lavendermatyoga'),(441962,12655,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441961,12655,'_sli_last_requested','1668198668'),(441960,12655,'_sli_is_story',''),(441959,12655,'_sli_children','a:0:{}'),(441956,12655,'_sli_likes_count','0'),(441957,12655,'_sli_comments_count','0'),(441958,12655,'_sli_comments','a:0:{}'),(441955,12655,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18187522528032835-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18187522528032835-m.jpg\";}'),(441954,12655,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18187522528032835-m.jpg'),(441952,12655,'_sli_video_title',''),(441953,12655,'_sli_product_type',''),(441951,12655,'_sli_shortcode','CJ9AEjFH3A7'),(441949,12655,'_sli_media_size','a:2:{s:5:\"width\";i:1196;s:6:\"height\";i:1196;}'),(441950,12655,'_sli_permalink','https://www.instagram.com/p/CJ9AEjFH3A7/'),(441948,12655,'_sli_media_url','https://lavendermatyoga.com?sli-img=CJ9AEjFH3A7&size=l'),(441947,12655,'_sli_media_type','IMAGE'),(441940,12654,'_sli_is_story',''),(441941,12654,'_sli_last_requested','1668198668'),(441942,12654,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441946,12655,'_sli_caption','Now is as good a time as any to meditate 🧘🏼‍♀️🥰 Link in the bio 👉🏻 #meditation #selfcaresunday'),(441945,12655,'_sli_timestamp','2021-01-12T17:22:19+0000'),(441944,12655,'_sli_media_username','lavendermatyoga'),(441943,12655,'_sli_media_id','18187522528032835'),(441939,12654,'_sli_children','a:0:{}'),(441936,12654,'_sli_likes_count','0'),(441937,12654,'_sli_comments_count','0'),(441938,12654,'_sli_comments','a:0:{}'),(441935,12654,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903886568667533-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903886568667533-m.jpg\";}'),(441934,12654,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903886568667533-m.jpg'),(441932,12654,'_sli_video_title',''),(441933,12654,'_sli_product_type',''),(441930,12654,'_sli_permalink','https://www.instagram.com/p/CKHkOCGBpdJ/'),(441931,12654,'_sli_shortcode','CKHkOCGBpdJ'),(441925,12654,'_sli_timestamp','2021-01-16T19:50:35+0000'),(441926,12654,'_sli_caption','These little crystals are magic, incorporating them into my yoga and meditation routine has helped me heal in so many ways, both physically and energetically.'),(441927,12654,'_sli_media_type','IMAGE'),(441928,12654,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKHkOCGBpdJ&size=l'),(441929,12654,'_sli_media_size','a:2:{s:5:\"width\";i:1222;s:6:\"height\";i:1222;}'),(441924,12654,'_sli_media_username','lavendermatyoga'),(441923,12654,'_sli_media_id','17903886568667533'),(441920,12653,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441919,12653,'_sli_last_requested','1668198667'),(441918,12653,'_sli_is_story',''),(441917,12653,'_sli_children','a:0:{}'),(441916,12653,'_sli_comments','a:0:{}'),(441904,12653,'_sli_caption','Do you believe? Keep the faith and abundance will find you. 🤸‍♀️'),(441905,12653,'_sli_media_type','IMAGE'),(441906,12653,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKSwAbSBzdW&size=l'),(441907,12653,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441908,12653,'_sli_permalink','https://www.instagram.com/p/CKSwAbSBzdW/'),(441909,12653,'_sli_shortcode','CKSwAbSBzdW'),(441910,12653,'_sli_video_title',''),(441911,12653,'_sli_product_type',''),(441912,12653,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17908499968626970-m.jpg'),(441913,12653,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17908499968626970-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17908499968626970-m.jpg\";}'),(441914,12653,'_sli_likes_count','0'),(441915,12653,'_sli_comments_count','0'),(441902,12653,'_sli_media_username','lavendermatyoga'),(441903,12653,'_sli_timestamp','2021-01-21T04:05:14+0000'),(441901,12653,'_sli_media_id','17908499968626970'),(441898,12652,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441897,12652,'_sli_last_requested','1668198667'),(441894,12652,'_sli_comments','a:0:{}'),(441888,12652,'_sli_video_title',''),(441889,12652,'_sli_product_type',''),(441890,12652,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17898652753748260-m.jpg'),(441891,12652,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17898652753748260-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17898652753748260-m.jpg\";}'),(441896,12652,'_sli_is_story',''),(441895,12652,'_sli_children','a:0:{}'),(441892,12652,'_sli_likes_count','0'),(441893,12652,'_sli_comments_count','0'),(441887,12652,'_sli_shortcode','CKclMjQBJYR'),(441886,12652,'_sli_permalink','https://www.instagram.com/p/CKclMjQBJYR/'),(441885,12652,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441883,12652,'_sli_media_type','IMAGE'),(441884,12652,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKclMjQBJYR&size=l'),(443599,12681,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443596,12681,'_sli_children','a:0:{}'),(443597,12681,'_sli_is_story',''),(443598,12681,'_sli_last_requested','1668284959'),(443592,12681,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18118972786227914-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18118972786227914-m.jpg\";}'),(443591,12681,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18118972786227914-m.jpg'),(443590,12681,'_sli_product_type',''),(443589,12681,'_sli_video_title',''),(443588,12681,'_sli_shortcode','CQja6__hnxp'),(443586,12681,'_sli_media_size','a:2:{s:5:\"width\";i:1241;s:6:\"height\";i:1241;}'),(443587,12681,'_sli_permalink','https://www.instagram.com/p/CQja6__hnxp/'),(443584,12681,'_sli_media_type','IMAGE'),(443585,12681,'_sli_media_url','https://lavendermatyoga.com?sli-img=CQja6__hnxp&size=l'),(443583,12681,'_sli_caption','take a look at your moon and rising signs in addition to your sun sign! 🤸‍♀️\n\nFor me:\nTaurus ☀️ \nLeo 🌙 \nSag ⬆️'),(443582,12681,'_sli_timestamp','2021-06-25T18:36:26+0000'),(443581,12681,'_sli_media_username','lavendermatyoga'),(443580,12681,'_sli_media_id','18118972786227914'),(443579,12680,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443578,12680,'_sli_last_requested','1668284959'),(443577,12680,'_sli_is_story',''),(443573,12680,'_sli_likes_count','0'),(443574,12680,'_sli_comments_count','0'),(443575,12680,'_sli_comments','a:0:{}'),(443576,12680,'_sli_children','a:0:{}'),(443566,12680,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(443567,12680,'_sli_permalink','https://www.instagram.com/p/CROlvzXimbM/'),(443568,12680,'_sli_shortcode','CROlvzXimbM'),(443569,12680,'_sli_video_title',''),(443570,12680,'_sli_product_type',''),(443571,12680,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17909964634928641-m.jpg'),(443572,12680,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17909964634928641-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17909964634928641-m.jpg\";}'),(443565,12680,'_sli_media_url','https://lavendermatyoga.com?sli-img=CROlvzXimbM&size=l'),(443563,12680,'_sli_caption',''),(443564,12680,'_sli_media_type','IMAGE'),(443562,12680,'_sli_timestamp','2021-07-12T12:58:22+0000'),(443560,12680,'_sli_media_id','17909964634928641'),(443561,12680,'_sli_media_username','lavendermatyoga'),(443558,12679,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443557,12679,'_sli_last_requested','1668284958'),(443556,12679,'_sli_is_story',''),(443555,12679,'_sli_children','a:0:{}'),(443554,12679,'_sli_comments','a:0:{}'),(443552,12679,'_sli_likes_count','0'),(443553,12679,'_sli_comments_count','0'),(443551,12679,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17911390477839988-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17911390477839988-m.jpg\";}'),(443548,12679,'_sli_video_title',''),(443549,12679,'_sli_product_type',''),(443550,12679,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17911390477839988-m.jpg'),(443547,12679,'_sli_shortcode','CRZDI4thB9-'),(443546,12679,'_sli_permalink','https://www.instagram.com/p/CRZDI4thB9-/'),(443544,12679,'_sli_media_url','https://lavendermatyoga.com?sli-img=CRZDI4thB9-&size=l'),(443545,12679,'_sli_media_size','a:2:{s:5:\"width\";i:960;s:6:\"height\";i:1200;}'),(443541,12679,'_sli_timestamp','2021-07-16T14:27:37+0000'),(443542,12679,'_sli_caption','I’m sending out a prayer today that anyone who is feeling stressed, anxious, overwhelmed, not good enough, lost or burnt out finds peace. Smudge away the heavy anger, fear, or worry that is burdening your soul. I’m sending angels and AM your way to surround you in divine bright light to clean and clear all that does not serve you from your energy field. And so it is 💕💕🙏🏻'),(443543,12679,'_sli_media_type','IMAGE'),(443540,12679,'_sli_media_username','lavendermatyoga'),(443539,12679,'_sli_media_id','17911390477839988'),(443537,12678,'_sli_last_requested','1668284958'),(443538,12678,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443536,12678,'_sli_is_story',''),(443535,12678,'_sli_children','a:0:{}'),(443523,12678,'_sli_media_type','IMAGE'),(443524,12678,'_sli_media_url','https://lavendermatyoga.com?sli-img=CReNfsVB8dm&size=l'),(443525,12678,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:1152;}'),(443526,12678,'_sli_permalink','https://www.instagram.com/p/CReNfsVB8dm/'),(443527,12678,'_sli_shortcode','CReNfsVB8dm'),(443528,12678,'_sli_video_title',''),(443529,12678,'_sli_product_type',''),(443530,12678,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879984048441285-m.jpg'),(443531,12678,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879984048441285-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17879984048441285-m.jpg\";}'),(443532,12678,'_sli_likes_count','0'),(443533,12678,'_sli_comments_count','0'),(443534,12678,'_sli_comments','a:0:{}'),(443521,12678,'_sli_timestamp','2021-07-18T14:34:19+0000'),(443522,12678,'_sli_caption','Day 2 of my Free IGTV Breathwork series is saved in stories! 👆🏻👆🏻'),(443520,12678,'_sli_media_username','lavendermatyoga'),(443519,12678,'_sli_media_id','17879984048441285'),(443518,12677,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443515,12677,'_sli_children','a:0:{}'),(443516,12677,'_sli_is_story',''),(443517,12677,'_sli_last_requested','1668284957'),(443514,12677,'_sli_comments','a:0:{}'),(443513,12677,'_sli_comments_count','0'),(443510,12677,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18002469334341138-m.jpg'),(443511,12677,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18002469334341138-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18002469334341138-m.jpg\";}'),(443512,12677,'_sli_likes_count','0'),(443509,12677,'_sli_product_type',''),(443507,12677,'_sli_shortcode','CRhIIzThFfH'),(443508,12677,'_sli_video_title',''),(443506,12677,'_sli_permalink','https://www.instagram.com/p/CRhIIzThFfH/'),(443505,12677,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(443503,12677,'_sli_media_type','IMAGE'),(443504,12677,'_sli_media_url','https://lavendermatyoga.com?sli-img=CRhIIzThFfH&size=l'),(443502,12677,'_sli_caption',''),(443501,12677,'_sli_timestamp','2021-07-19T17:45:13+0000'),(443499,12677,'_sli_media_id','18002469334341138'),(443500,12677,'_sli_media_username','lavendermatyoga'),(443498,12676,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443497,12676,'_sli_last_requested','1668284957'),(443496,12676,'_sli_is_story',''),(443494,12676,'_sli_comments','a:0:{}'),(443495,12676,'_sli_children','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"17937097174574142\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/225483274_262029855300617_3658369465525371162_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=5CPIyW2WjFAAX9EYp6x&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB-EsFA4XQKJRqKTxTpn6Krre1EDS1j6Wd5YMfcOTiSUQ&oe=6375D64D\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CR1d69qhOO_/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937097174574142-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937097174574142-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17937097174574142-m.jpg\";}i:1;a:7:{s:2:\"id\";s:17:\"17907096107000785\";s:9:\"media_url\";s:292:\"https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/224215177_355940759307090_7475134653492439246_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=BO24GKFOLtQAX8DwFzy&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfAtaLcVDEisf_MnRtfiOzpQRGx5Q210btXbWqMxFvjPUw&oe=63754ADC\";s:10:\"media_type\";s:5:\"IMAGE\";s:9:\"permalink\";s:40:\"https://www.instagram.com/p/CR1d69rhlDn/\";s:10:\"media_size\";a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1795;}s:10:\"thumbnails\";a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907096107000785-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907096107000785-m.jpg\";}s:13:\"thumbnail_url\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17907096107000785-m.jpg\";}}'),(443493,12676,'_sli_comments_count','0'),(443487,12676,'_sli_shortcode','CR1d7B1BP0j'),(443488,12676,'_sli_video_title',''),(443489,12676,'_sli_product_type',''),(443490,12676,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874001859473786-m.jpg'),(443491,12676,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874001859473786-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17874001859473786-m.jpg\";}'),(443492,12676,'_sli_likes_count','0'),(443485,12676,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;}'),(443486,12676,'_sli_permalink','https://www.instagram.com/p/CR1d7B1BP0j/'),(443483,12676,'_sli_media_type','CAROUSEL_ALBUM'),(443484,12676,'_sli_media_url','https://scontent-atl3-2.cdninstagram.com/v/t51.29350-15/225483274_262029855300617_3658369465525371162_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=5CPIyW2WjFAAX9EYp6x&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfB-EsFA4XQKJRqKTxTpn6Krre1EDS1j6Wd5YMfcOTiSUQ&oe=6375D64D'),(443480,12676,'_sli_media_username','lavendermatyoga'),(443481,12676,'_sli_timestamp','2021-07-27T15:20:23+0000'),(443482,12676,'_sli_caption','Roscoe and I received the most wonderful Reiki session from @groundandcurrent with Let Animals Lead today! I highly recommend 💕\n\nOur pets take on our stress and energetic disturbances in an effort to help us. I have been under a lot of anxiety lately and I know Roscoe has been trying to help. I am so happy he got to receive some healing today with Jessica (long distance!). He snored the loudest I have heard in a long time! 💕💕💕\n📸: @jenyusonphotography'),(443479,12676,'_sli_media_id','17874001859473786'),(443476,12675,'_sli_is_story',''),(443477,12675,'_sli_last_requested','1668284956'),(443478,12675,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443475,12675,'_sli_children','a:0:{}'),(443474,12675,'_sli_comments','a:0:{}'),(443465,12675,'_sli_media_size','a:2:{s:5:\"width\";i:909;s:6:\"height\";i:909;}'),(443466,12675,'_sli_permalink','https://www.instagram.com/p/CS4fXOqrhQS/'),(443467,12675,'_sli_shortcode','CS4fXOqrhQS'),(443468,12675,'_sli_video_title',''),(443469,12675,'_sli_product_type',''),(443470,12675,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903062283146883-m.jpg'),(443471,12675,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903062283146883-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17903062283146883-m.jpg\";}'),(443472,12675,'_sli_likes_count','0'),(443473,12675,'_sli_comments_count','0'),(443464,12675,'_sli_media_url','https://lavendermatyoga.com?sli-img=CS4fXOqrhQS&size=l'),(443462,12675,'_sli_caption','🙏🏻💕✨'),(443463,12675,'_sli_media_type','IMAGE'),(443461,12675,'_sli_timestamp','2021-08-22T16:02:05+0000'),(443460,12675,'_sli_media_username','lavendermatyoga'),(443457,12674,'_sli_last_requested','1668284955'),(443458,12674,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443459,12675,'_sli_media_id','17903062283146883'),(443456,12674,'_sli_is_story',''),(443455,12674,'_sli_children','a:0:{}'),(443452,12674,'_sli_likes_count','0'),(443453,12674,'_sli_comments_count','0'),(443454,12674,'_sli_comments','a:0:{}'),(443451,12674,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883213578455588-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883213578455588-m.jpg\";}'),(443447,12674,'_sli_shortcode','CUfHbpYg7Ui'),(443448,12674,'_sli_video_title',''),(443449,12674,'_sli_product_type',''),(443450,12674,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17883213578455588-m.jpg'),(443445,12674,'_sli_media_size','a:2:{s:5:\"width\";i:1169;s:6:\"height\";i:1169;}'),(443446,12674,'_sli_permalink','https://www.instagram.com/p/CUfHbpYg7Ui/'),(443440,12674,'_sli_media_username','lavendermatyoga'),(443441,12674,'_sli_timestamp','2021-10-01T12:34:45+0000'),(443442,12674,'_sli_caption','@ansleyalchemy'),(443443,12674,'_sli_media_type','IMAGE'),(443444,12674,'_sli_media_url','https://lavendermatyoga.com?sli-img=CUfHbpYg7Ui&size=l'),(443439,12674,'_sli_media_id','17883213578455588'),(443438,12673,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443436,12673,'_sli_is_story',''),(443437,12673,'_sli_last_requested','1668284955'),(443435,12673,'_sli_children','a:0:{}'),(443434,12673,'_sli_comments','a:0:{}'),(443433,12673,'_sli_comments_count','0'),(443432,12673,'_sli_likes_count','0'),(443427,12673,'_sli_shortcode','CW6AiaGL0lm'),(443428,12673,'_sli_video_title',''),(443426,12673,'_sli_permalink','https://www.instagram.com/p/CW6AiaGL0lm/'),(443431,12673,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890996205424548-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890996205424548-m.jpg\";}'),(443430,12673,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17890996205424548-m.jpg'),(443429,12673,'_sli_product_type',''),(443423,12673,'_sli_media_type','IMAGE'),(443424,12673,'_sli_media_url','https://lavendermatyoga.com?sli-img=CW6AiaGL0lm&size=l'),(443425,12673,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(443422,12673,'_sli_caption','Anxiety has plagued me my whole life and through spirituality and yogic practices I have learned how to manage my anxiety instead of allowing it to manage me.'),(443418,12672,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443419,12673,'_sli_media_id','17890996205424548'),(443420,12673,'_sli_media_username','lavendermatyoga'),(443421,12673,'_sli_timestamp','2021-11-30T16:16:47+0000'),(443416,12672,'_sli_is_story',''),(443417,12672,'_sli_last_requested','1668284954'),(443415,12672,'_sli_children','a:0:{}'),(443414,12672,'_sli_comments','a:0:{}'),(443412,12672,'_sli_likes_count','0'),(443413,12672,'_sli_comments_count','0'),(443408,12672,'_sli_video_title',''),(443409,12672,'_sli_product_type',''),(443410,12672,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18262889698022271-m.jpg'),(443411,12672,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18262889698022271-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18262889698022271-m.jpg\";}'),(443405,12672,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:1152;}'),(443407,12672,'_sli_shortcode','CW_BOW4L5_m'),(443406,12672,'_sli_permalink','https://www.instagram.com/p/CW_BOW4L5_m/'),(443404,12672,'_sli_media_url','https://lavendermatyoga.com?sli-img=CW_BOW4L5_m&size=l'),(443402,12672,'_sli_caption','Day 3 of my IGTV Breathwork Series is saved in my stories 👆🏻🧘🏼‍♀️🌳🌿🍃'),(443403,12672,'_sli_media_type','IMAGE'),(443401,12672,'_sli_timestamp','2021-12-02T14:59:00+0000'),(443400,12672,'_sli_media_username','lavendermatyoga'),(443399,12672,'_sli_media_id','18262889698022271'),(443397,12671,'_sli_last_requested','1668284954'),(443398,12671,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443396,12671,'_sli_is_story',''),(443395,12671,'_sli_children','a:0:{}'),(443394,12671,'_sli_comments','a:0:{}'),(443391,12671,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18205592410141868-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18205592410141868-m.jpg\";}'),(443392,12671,'_sli_likes_count','0'),(443393,12671,'_sli_comments_count','0'),(443388,12671,'_sli_video_title',''),(443389,12671,'_sli_product_type',''),(443390,12671,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18205592410141868-m.jpg'),(443386,12671,'_sli_permalink','https://www.instagram.com/p/CXBtSHFrwTx/'),(443387,12671,'_sli_shortcode','CXBtSHFrwTx'),(443385,12671,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;}'),(443383,12671,'_sli_media_type','IMAGE'),(443384,12671,'_sli_media_url','https://lavendermatyoga.com?sli-img=CXBtSHFrwTx&size=l'),(443381,12671,'_sli_timestamp','2021-12-03T16:02:28+0000'),(443382,12671,'_sli_caption','For those of you who don’t follow my personal account { @madison.baer } I got married last month! @jenyusonphotography'),(443380,12671,'_sli_media_username','lavendermatyoga'),(443379,12671,'_sli_media_id','18205592410141868'),(443377,12670,'_sli_last_requested','1668284953'),(443378,12670,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443376,12670,'_sli_is_story',''),(443375,12670,'_sli_children','a:0:{}'),(443374,12670,'_sli_comments','a:0:{}'),(443373,12670,'_sli_comments_count','0'),(443372,12670,'_sli_likes_count','0'),(443369,12670,'_sli_product_type',''),(443370,12670,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17978242318451652-m.jpg'),(443371,12670,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17978242318451652-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17978242318451652-m.jpg\";}'),(443368,12670,'_sli_video_title',''),(443367,12670,'_sli_shortcode','CXEQnh3LwhJ'),(443364,12670,'_sli_media_url','https://lavendermatyoga.com?sli-img=CXEQnh3LwhJ&size=l'),(443366,12670,'_sli_permalink','https://www.instagram.com/p/CXEQnh3LwhJ/'),(443365,12670,'_sli_media_size','a:2:{s:5:\"width\";i:1148;s:6:\"height\";i:1148;}'),(443363,12670,'_sli_media_type','IMAGE'),(443362,12670,'_sli_caption',''),(443361,12670,'_sli_timestamp','2021-12-04T15:49:42+0000'),(443360,12670,'_sli_media_username','lavendermatyoga'),(443359,12670,'_sli_media_id','17978242318451652'),(443357,12669,'_sli_last_requested','1668284953'),(443358,12669,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(443356,12669,'_sli_is_story',''),(443355,12669,'_sli_children','a:0:{}'),(443354,12669,'_sli_comments','a:0:{}'),(443353,12669,'_sli_comments_count','0'),(443352,12669,'_sli_likes_count','0'),(443350,12669,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18117778792261188-m.jpg'),(443351,12669,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18117778792261188-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18117778792261188-m.jpg\";}'),(443349,12669,'_sli_product_type',''),(443348,12669,'_sli_video_title',''),(443347,12669,'_sli_shortcode','CXM6QDer-_h'),(443346,12669,'_sli_permalink','https://www.instagram.com/p/CXM6QDer-_h/'),(443345,12669,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(443344,12669,'_sli_media_url','https://lavendermatyoga.com?sli-img=CXM6QDer-_h&size=l'),(443342,12669,'_sli_caption',''),(443343,12669,'_sli_media_type','IMAGE'),(435916,12411,'_sli_media_username','lavendermatyoga'),(442119,12663,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870733403870171-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17870733403870171-m.jpg\";}'),(441869,12651,'_sli_product_type',''),(441870,12651,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884788436960882-m.jpg'),(441871,12651,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884788436960882-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17884788436960882-m.jpg\";}'),(441868,12651,'_sli_video_title',''),(441866,12651,'_sli_permalink','https://www.instagram.com/p/CKeYZ2oBLAd/'),(441867,12651,'_sli_shortcode','CKeYZ2oBLAd'),(441857,12650,'_sli_last_requested','1668198666'),(441858,12650,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441859,12651,'_sli_media_id','17884788436960882'),(441860,12651,'_sli_media_username','lavendermatyoga'),(441861,12651,'_sli_timestamp','2021-01-25T16:29:52+0000'),(441862,12651,'_sli_caption','Your soul knows the way, it knows how to dance the steps of your life. Trust it.'),(441863,12651,'_sli_media_type','IMAGE'),(441864,12651,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKeYZ2oBLAd&size=l'),(441865,12651,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441856,12650,'_sli_is_story',''),(441854,12650,'_sli_comments','a:0:{}'),(441855,12650,'_sli_children','a:0:{}'),(441853,12650,'_sli_comments_count','0'),(441852,12650,'_sli_likes_count','0'),(441843,12650,'_sli_media_type','IMAGE'),(441844,12650,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKg-2MhBc0j&size=l'),(441845,12650,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(441846,12650,'_sli_permalink','https://www.instagram.com/p/CKg-2MhBc0j/'),(441847,12650,'_sli_shortcode','CKg-2MhBc0j'),(441848,12650,'_sli_video_title',''),(441849,12650,'_sli_product_type',''),(441850,12650,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17875048919162955-m.jpg'),(441851,12650,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17875048919162955-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17875048919162955-m.jpg\";}'),(441842,12650,'_sli_caption','Today I added Bee Pollen to my Trim Collagen and it was yummy! 🙌🏻 \n\n🐝 raw pollen granules suppress appetite by making you feel full, are full of amino acids to boost your metabolic rate, flush and absorb fat in the body, and contain lechithins which give you energy and help you burn fat! \n\nI’m excited for this new addition to my collagen regimen 🤸‍♀️🙌🏻'),(441841,12650,'_sli_timestamp','2021-01-26T16:44:16+0000'),(441840,12650,'_sli_media_username','lavendermatyoga'),(441839,12650,'_sli_media_id','17875048919162955'),(441836,12649,'_sli_last_requested','1668198666'),(441837,12649,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441823,12649,'_sli_media_url','https://lavendermatyoga.com?sli-img=CKo03B3hwVP&size=l'),(441822,12649,'_sli_media_type','IMAGE'),(441820,12649,'_sli_timestamp','2021-01-29T17:50:56+0000'),(441821,12649,'_sli_caption','Ladies (both single and taken) this is the way to treat yourself this Valentine’s Day! \n\nThree of my favorite items 🤩 from YPP are now in a SPECIAL EDITION discounted bundle! And save an extra 20% off when you use coupon code VALENTINESDAY2021 🙌🏻👆🏻👆🏻link in the bio\n\n🌹 BUNDLE INCLUDES: \n1 ROSE QUARTZ YONI EGG - used to  heal you pelvic floor (which promotes healing in your body in various ways) awaken your libido, strengthen your sacral energy, and connect to your sacred womb\n\n1 ROSE QUARTZ CURVE -  used to heal your relationship with your yoni and s€x - for self pleasure, and v@ginal/cervic@l dearmoring\n\n1 YONI ELXIR - a self love oil made with a powerful blend of Sweet Almond Oil, Baobab Oil, Jojoba Oil, Sacred Sage, Raspberry Leaf, Ashwaganda Root (Withania), Chamomile, Pau d’arco, Ylang Ylang, Rose Geranium, Myrrh and Bergamot. Intended for use with your Yoni egg and crystal wand as well as for bre@st massage.\n\nPlease DM me with any questions 🥰😘🌹🌹🌹🌹'),(441810,12648,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893895260865364-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893895260865364-m.jpg\";}'),(441811,12648,'_sli_likes_count','0'),(441812,12648,'_sli_comments_count','0'),(441813,12648,'_sli_comments','a:0:{}'),(441814,12648,'_sli_children','a:0:{}'),(441815,12648,'_sli_is_story',''),(441816,12648,'_sli_last_requested','1668198665'),(441817,12648,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(441818,12649,'_sli_media_id','17872471361174810'),(441819,12649,'_sli_media_username','lavendermatyoga'),(411810,11775,'_sli_comments','a:0:{}'),(411811,11775,'_sli_children','a:0:{}'),(411812,11775,'_sli_is_story',''),(411813,11775,'_sli_last_requested','1668170933'),(411806,11775,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18212082520110504-m.jpg'),(441809,12648,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17893895260865364-m.jpg'),(411814,11775,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411807,11775,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18212082520110504-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18212082520110504-m.jpg\";}'),(411808,11775,'_sli_likes_count','0'),(411809,11775,'_sli_comments_count','0'),(411804,11775,'_sli_video_title',''),(411805,11775,'_sli_product_type',''),(411803,11775,'_sli_shortcode','CXRuIz8sG69'),(411802,11775,'_sli_permalink','https://www.instagram.com/p/CXRuIz8sG69/'),(411801,11775,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(411800,11775,'_sli_media_url','https://lavendermatyoga.com?sli-img=CXRuIz8sG69&size=l'),(411798,11775,'_sli_caption','Am@zon has put my book on a big s@le! And it will arrive in time for Christmas! #meditate'),(411799,11775,'_sli_media_type','IMAGE'),(411786,11774,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17938490956749496-m.jpg'),(411797,11775,'_sli_timestamp','2021-12-09T21:17:47+0000'),(411796,11775,'_sli_media_username','lavendermatyoga'),(411795,11775,'_sli_media_id','18212082520110504'),(411794,11774,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411793,11774,'_sli_last_requested','1668170933'),(411792,11774,'_sli_is_story',''),(411791,11774,'_sli_children','a:0:{}'),(411790,11774,'_sli_comments','a:0:{}'),(411787,11774,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17938490956749496-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17938490956749496-m.jpg\";}'),(411788,11774,'_sli_likes_count','0'),(411789,11774,'_sli_comments_count','0'),(411784,11774,'_sli_video_title',''),(411785,11774,'_sli_product_type',''),(411783,11774,'_sli_shortcode','CXejlBVlsVv'),(411781,11774,'_sli_media_size','a:2:{s:5:\"width\";i:1152;s:6:\"height\";i:1152;}'),(411782,11774,'_sli_permalink','https://www.instagram.com/p/CXejlBVlsVv/'),(411780,11774,'_sli_media_url','https://lavendermatyoga.com?sli-img=CXejlBVlsVv&size=l'),(411777,11774,'_sli_timestamp','2021-12-14T20:55:38+0000'),(411778,11774,'_sli_caption','One of my favorite breathwork exercises. IGTV 👆🏻'),(411779,11774,'_sli_media_type','IMAGE'),(411776,11774,'_sli_media_username','lavendermatyoga'),(411768,11773,'_sli_likes_count','0'),(411769,11773,'_sli_comments_count','0'),(411770,11773,'_sli_comments','a:0:{}'),(411771,11773,'_sli_children','a:0:{}'),(411772,11773,'_sli_is_story',''),(411773,11773,'_sli_last_requested','1668170933'),(411774,11773,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411775,11774,'_sli_media_id','17938490956749496'),(411765,11773,'_sli_product_type',''),(411766,11773,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910344321185398-m.jpg'),(411767,11773,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910344321185398-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17910344321185398-m.jpg\";}'),(411764,11773,'_sli_video_title',''),(411763,11773,'_sli_shortcode','CYUQmYKLCcE'),(411761,11773,'_sli_media_size','a:2:{s:5:\"width\";i:1169;s:6:\"height\";i:1169;}'),(411762,11773,'_sli_permalink','https://www.instagram.com/p/CYUQmYKLCcE/'),(411760,11773,'_sli_media_url','https://lavendermatyoga.com?sli-img=CYUQmYKLCcE&size=l'),(411754,11772,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411755,11773,'_sli_media_id','17910344321185398'),(411756,11773,'_sli_media_username','lavendermatyoga'),(411757,11773,'_sli_timestamp','2022-01-04T17:28:47+0000'),(411758,11773,'_sli_caption',''),(411759,11773,'_sli_media_type','IMAGE'),(411749,11772,'_sli_comments_count','0'),(411752,11772,'_sli_is_story',''),(411753,11772,'_sli_last_requested','1668170933'),(411747,11772,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912274581481759-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912274581481759-m.jpg\";}'),(411751,11772,'_sli_children','a:0:{}'),(411750,11772,'_sli_comments','a:0:{}'),(411748,11772,'_sli_likes_count','0'),(411744,11772,'_sli_video_title',''),(411745,11772,'_sli_product_type',''),(411746,11772,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912274581481759-m.jpg'),(411743,11772,'_sli_shortcode','CZXk3z5l2JM'),(411741,11772,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1449;}'),(411742,11772,'_sli_permalink','https://www.instagram.com/p/CZXk3z5l2JM/'),(411739,11772,'_sli_media_type','IMAGE'),(411740,11772,'_sli_media_url','https://lavendermatyoga.com?sli-img=CZXk3z5l2JM&size=l'),(411738,11772,'_sli_caption',''),(411737,11772,'_sli_timestamp','2022-01-30T20:55:03+0000'),(411736,11772,'_sli_media_username','lavendermatyoga'),(411735,11772,'_sli_media_id','17912274581481759'),(411733,11771,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411732,11771,'_sli_last_requested','1668170933'),(411731,11771,'_sli_is_story',''),(411726,11771,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17916384845461131-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17916384845461131-m.jpg\";}'),(411730,11771,'_sli_children','a:0:{}'),(411729,11771,'_sli_comments','a:0:{}'),(411728,11771,'_sli_comments_count','0'),(411727,11771,'_sli_likes_count','0'),(411723,11771,'_sli_video_title',''),(411724,11771,'_sli_product_type',''),(411725,11771,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17916384845461131-m.jpg'),(411722,11771,'_sli_shortcode','CcG6Di9LULz'),(411721,11771,'_sli_permalink','https://www.instagram.com/p/CcG6Di9LULz/'),(430598,12257,'_sli_media_id','18159396898072384'),(430599,12257,'_sli_media_username','lavendermatyoga'),(430600,12257,'_sli_timestamp','2020-11-27T13:31:43+0000'),(430601,12257,'_sli_caption',''),(430602,12257,'_sli_media_type','IMAGE'),(411718,11771,'_sli_media_type','IMAGE'),(411719,11771,'_sli_media_url','https://lavendermatyoga.com?sli-img=CcG6Di9LULz&size=l'),(411720,11771,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(411717,11771,'_sli_caption','I realized I never announced my pregnancy on this account! Baby Baer due August 2022!'),(430595,12256,'_sli_is_story',''),(430597,12256,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411713,11770,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411714,11771,'_sli_media_id','17916384845461131'),(411715,11771,'_sli_media_username','lavendermatyoga'),(411716,11771,'_sli_timestamp','2022-04-08T23:07:15+0000'),(411712,11770,'_sli_last_requested','1668170933'),(411711,11770,'_sli_is_story',''),(411710,11770,'_sli_children','a:0:{}'),(411709,11770,'_sli_comments','a:0:{}'),(411707,11770,'_sli_likes_count','0'),(411708,11770,'_sli_comments_count','0'),(411702,11770,'_sli_shortcode','CcLJN-zLUqh'),(411703,11770,'_sli_video_title',''),(411704,11770,'_sli_product_type',''),(411705,11770,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865664466663648-m.jpg'),(411706,11770,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865664466663648-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17865664466663648-m.jpg\";}'),(411700,11770,'_sli_media_size','a:2:{s:5:\"width\";i:810;s:6:\"height\";i:1014;}'),(411701,11770,'_sli_permalink','https://www.instagram.com/p/CcLJN-zLUqh/'),(411698,11770,'_sli_media_type','IMAGE'),(411699,11770,'_sli_media_url','https://lavendermatyoga.com?sli-img=CcLJN-zLUqh&size=l'),(411696,11770,'_sli_timestamp','2022-04-10T14:36:42+0000'),(411697,11770,'_sli_caption','One of my favorite cooling breaths 🌙 Fr€£ on IGTV 👆🏻'),(411695,11770,'_sli_media_username','lavendermatyoga'),(411693,11769,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411694,11770,'_sli_media_id','17865664466663648'),(411691,11769,'_sli_is_story',''),(411692,11769,'_sli_last_requested','1668170933'),(411689,11769,'_sli_comments','a:0:{}'),(411690,11769,'_sli_children','a:0:{}'),(411688,11769,'_sli_comments_count','0'),(411687,11769,'_sli_likes_count','0'),(411682,11769,'_sli_shortcode','CcObzeorWKQ'),(411683,11769,'_sli_video_title',''),(411684,11769,'_sli_product_type',''),(411685,11769,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947329388749844-m.jpg'),(411686,11769,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947329388749844-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17947329388749844-m.jpg\";}'),(411675,11769,'_sli_media_username','lavendermatyoga'),(411676,11769,'_sli_timestamp','2022-04-11T21:16:50+0000'),(411677,11769,'_sli_caption',''),(411678,11769,'_sli_media_type','IMAGE'),(411679,11769,'_sli_media_url','https://lavendermatyoga.com?sli-img=CcObzeorWKQ&size=l'),(411680,11769,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(411681,11769,'_sli_permalink','https://www.instagram.com/p/CcObzeorWKQ/'),(411674,11769,'_sli_media_id','17947329388749844'),(411673,11768,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411672,11768,'_sli_last_requested','1668170933'),(411671,11768,'_sli_is_story',''),(138958,4756,'_sli_media_size','a:2:{s:5:\"width\";i:720;s:6:\"height\";i:1280;}'),(138959,4756,'_sli_permalink','https://www.instagram.com/reel/CKPchNYB77L/'),(138960,4756,'_sli_shortcode',''),(138961,4756,'_sli_video_title',''),(138962,4756,'_sli_product_type',''),(138963,4756,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/139957484_2555841268047327_7858139817989532458_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=rZ2jbmxhuKAAX_mK-Sp&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9apDOrefTjEKBUH_Cj-WUDlilE63hhQJrEJeRdZTUUMg&oe=62CBACD2'),(138964,4756,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902079956705948-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17902079956705948-m.jpg\";}'),(138965,4756,'_sli_likes_count','0'),(138966,4756,'_sli_comments_count','0'),(138967,4756,'_sli_comments','a:0:{}'),(138968,4756,'_sli_children','a:0:{}'),(138969,4756,'_sli_is_story',''),(138970,4756,'_sli_last_requested','1668446661'),(446794,4756,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(138972,4757,'_sli_media_id','17844297236515319'),(138973,4757,'_sli_media_username','lavendermatyoga'),(138974,4757,'_sli_timestamp','2021-01-18T15:48:42+0000'),(138975,4757,'_sli_caption','Morning Wellness! 🤸‍♀️🌱🥰'),(138976,4757,'_sli_media_type','VIDEO'),(138977,4757,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/139493583_698992447643628_8540452508897655291_n.mp4?_nc_cat=106&vs=17983417783334392_3641016072&_nc_vs=HBksFQAYJEdNX0FVQWpzMzRyY3Vuc0NBUHM1OEwxT3lJVjJicV9FQUFBRhUAAsgBABUAGCRHUHNEU1FnbDBFb1djYzBBQVBsaXFGanVWTXQwYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbwi5bm1vTxPxUCKAJDMywXQC4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=5YysufSvoV0AX9GFsbH&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfANz-VuXNMgwHQb17qin5KSsRsSs5Cod30o5Qj85JwICQ&oe=63730DC2&_nc_rid=5f342c08e7'),(138978,4757,'_sli_media_size','a:2:{s:5:\"width\";i:1738;s:6:\"height\";i:3088;}'),(138979,4757,'_sli_permalink','https://www.instagram.com/reel/CKMSFMeBsaT/'),(138980,4757,'_sli_shortcode',''),(138981,4757,'_sli_video_title',''),(138982,4757,'_sli_product_type',''),(138983,4757,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/140688981_153973426324986_8458909774464722708_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=uxb_F5281P4AX_dBqG3&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9iPw1N53zJS56nU3Ycjux8P0ToWCEPCi8E_21z0hhVjA&oe=62CADF0A'),(138984,4757,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844297236515319-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17844297236515319-m.jpg\";}'),(138985,4757,'_sli_likes_count','0'),(138986,4757,'_sli_comments_count','0'),(138987,4757,'_sli_comments','a:0:{}'),(138988,4757,'_sli_children','a:0:{}'),(138989,4757,'_sli_is_story',''),(138990,4757,'_sli_last_requested','1668446661'),(446795,4757,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(138992,4758,'_sli_media_id','17872011269067623'),(138993,4758,'_sli_media_username','lavendermatyoga'),(138994,4758,'_sli_timestamp','2020-12-12T18:31:35+0000'),(138995,4758,'_sli_caption','If you want to have a treat but don’t want to consume sugar, gluten or dairy. Decaf and NutPods Holiday Nog! Roscoe for some reason is obsessed and wants some Nov'),(138996,4758,'_sli_media_type','VIDEO'),(138997,4758,'_sli_media_url','https://video-atl3-2.cdninstagram.com/v/t50.33967-16/130974680_2474801896147525_8943814130437463102_n.mp4?_nc_cat=107&vs=17880328411950628_1382701168&_nc_vs=HBksFQAYJEdOaUR6Z2RGeXVpMzBjb0lBRDRjMkxXUXp4NThicV9FQUFBRhUAAsgBABUAGCRHS0tEelFlZ2JPUHRyTE1KQUdzYzZIcUpYUkFrYnFfRUFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbIh6CTi4TDPxUCKAJDMywXQC4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdQAA&ccb=1-7&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jbGlwcyJ9&_nc_ohc=7DgwgLorCMIAX-ZIJWJ&_nc_ht=video-atl3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDVlhbmAjymwAuac23ghpHak-r9VfsWNeenDBN9-oV5aA&oe=6372EC75&_nc_rid=271a2b3278'),(138998,4758,'_sli_media_size','a:2:{s:5:\"width\";i:2268;s:6:\"height\";i:4032;}'),(138999,4758,'_sli_permalink','https://www.instagram.com/reel/CItTUP1HGQj/'),(139000,4758,'_sli_shortcode',''),(139001,4758,'_sli_video_title',''),(139002,4758,'_sli_product_type',''),(139003,4758,'_sli_thumbnail_url','https://scontent-sjc3-1.cdninstagram.com/v/t51.29350-15/130871542_390057792105910_681119964183038797_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=V_d8ijFTFhgAX_7I0Ks&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-m5nx6d7VcZcyWk-viHtAxBP7k5u4iFSQf1qS8cJM7TQ&oe=62CB0DA8'),(139004,4758,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872011269067623-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17872011269067623-m.jpg\";}'),(139005,4758,'_sli_likes_count','0'),(139006,4758,'_sli_comments_count','0'),(139007,4758,'_sli_comments','a:0:{}'),(139008,4758,'_sli_children','a:0:{}'),(139009,4758,'_sli_is_story',''),(139010,4758,'_sli_last_requested','1668446661'),(446796,4758,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411670,11768,'_sli_children','a:0:{}'),(411669,11768,'_sli_comments','a:0:{}'),(411668,11768,'_sli_comments_count','0'),(411667,11768,'_sli_likes_count','0'),(411663,11768,'_sli_video_title',''),(411664,11768,'_sli_product_type',''),(411665,11768,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861835683691005-m.jpg'),(411666,11768,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861835683691005-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17861835683691005-m.jpg\";}'),(411657,11768,'_sli_caption',''),(411658,11768,'_sli_media_type','IMAGE'),(411659,11768,'_sli_media_url','https://lavendermatyoga.com?sli-img=Cc5eulkO05g&size=l'),(411662,11768,'_sli_shortcode','Cc5eulkO05g'),(411661,11768,'_sli_permalink','https://www.instagram.com/p/Cc5eulkO05g/'),(411660,11768,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(411649,11767,'_sli_comments','a:0:{}'),(411650,11767,'_sli_children','a:0:{}'),(411651,11767,'_sli_is_story',''),(411652,11767,'_sli_last_requested','1668170933'),(411653,11767,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411654,11768,'_sli_media_id','17861835683691005'),(411655,11768,'_sli_media_username','lavendermatyoga'),(411656,11768,'_sli_timestamp','2022-04-28T14:29:43+0000'),(411648,11767,'_sli_comments_count','0'),(411647,11767,'_sli_likes_count','0'),(411646,11767,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959476127697367-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959476127697367-m.jpg\";}'),(411642,11767,'_sli_shortcode','Cdnz8_Duqoe'),(411643,11767,'_sli_video_title',''),(411644,11767,'_sli_product_type',''),(411645,11767,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17959476127697367-m.jpg'),(411641,11767,'_sli_permalink','https://www.instagram.com/p/Cdnz8_Duqoe/'),(411638,11767,'_sli_media_type','IMAGE'),(411639,11767,'_sli_media_url','https://lavendermatyoga.com?sli-img=Cdnz8_Duqoe&size=l'),(411640,11767,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(411627,11766,'_sli_likes_count','0'),(411628,11766,'_sli_comments_count','0'),(411629,11766,'_sli_comments','a:0:{}'),(411630,11766,'_sli_children','a:0:{}'),(411631,11766,'_sli_is_story',''),(411632,11766,'_sli_last_requested','1668170933'),(411633,11766,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411634,11767,'_sli_media_id','17959476127697367'),(411635,11767,'_sli_media_username','lavendermatyoga'),(411636,11767,'_sli_timestamp','2022-05-16T14:20:15+0000'),(411637,11767,'_sli_caption','In celebration of my birthday this week, I am giving away a limited number of my “How to Become your Own Crystal Healer” eBook!\n\nFor your copy:\n- Like this post\n- Comment something to make me smile\n- Then DM me your email address. \n\n💕💕💕💕💕'),(411587,11764,'_sli_likes_count','0'),(411588,11764,'_sli_comments_count','0'),(411589,11764,'_sli_comments','a:0:{}'),(411590,11764,'_sli_children','a:0:{}'),(411591,11764,'_sli_is_story',''),(411592,11764,'_sli_last_requested','1668170933'),(411593,11764,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411594,11765,'_sli_media_id','17912987234383114'),(411595,11765,'_sli_media_username','lavendermatyoga'),(411596,11765,'_sli_timestamp','2022-05-18T12:27:25+0000'),(411597,11765,'_sli_caption','I’m so excited to be teaching a prenatal series at @athayogaclt starting next Wednesday!\n…\nRelax and prepare your body for easy labor with this gentle prenatal series.\nI will lead you through restorative asana, breathwork, and meditation to support your pregnancy and provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.\nClasses can be taken individually or together as a series. \nThis class is suitable for all trimesters.\n.\nFollow l!nk !n bi0 for more details 🥰'),(411598,11765,'_sli_media_type','IMAGE'),(411599,11765,'_sli_media_url','https://lavendermatyoga.com?sli-img=CdswoRqOxTB&size=l'),(411600,11765,'_sli_media_size','a:2:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;}'),(411601,11765,'_sli_permalink','https://www.instagram.com/p/CdswoRqOxTB/'),(411602,11765,'_sli_shortcode','CdswoRqOxTB'),(411603,11765,'_sli_video_title',''),(411604,11765,'_sli_product_type',''),(411605,11765,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912987234383114-m.jpg'),(411606,11765,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912987234383114-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17912987234383114-m.jpg\";}'),(411607,11765,'_sli_likes_count','0'),(411608,11765,'_sli_comments_count','0'),(411609,11765,'_sli_comments','a:0:{}'),(411610,11765,'_sli_children','a:0:{}'),(411611,11765,'_sli_is_story',''),(411612,11765,'_sli_last_requested','1668170933'),(411613,11765,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411614,11766,'_sli_media_id','18229578049137287'),(411615,11766,'_sli_media_username','lavendermatyoga'),(411616,11766,'_sli_timestamp','2022-05-17T22:04:14+0000'),(411617,11766,'_sli_caption','Day 6 of my FREE 28 days of Breathwork videos in IGTV - view my highlights 👆🏻'),(411618,11766,'_sli_media_type','IMAGE'),(411558,11763,'_sli_media_type','IMAGE'),(411559,11763,'_sli_media_url','https://lavendermatyoga.com?sli-img=CgLGtxpL-1s&size=l'),(411560,11763,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;}'),(411545,11762,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897258423659268-m.jpg'),(411546,11762,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897258423659268-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17897258423659268-m.jpg\";}'),(411626,11766,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18229578049137287-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18229578049137287-m.jpg\";}'),(411625,11766,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/18229578049137287-m.jpg'),(411624,11766,'_sli_product_type',''),(411623,11766,'_sli_video_title',''),(411622,11766,'_sli_shortcode','CdrN2L0L-tp'),(411621,11766,'_sli_permalink','https://www.instagram.com/p/CdrN2L0L-tp/'),(411620,11766,'_sli_media_size','a:2:{s:5:\"width\";i:1439;s:6:\"height\";i:1799;}'),(411619,11766,'_sli_media_url','https://lavendermatyoga.com?sli-img=CdrN2L0L-tp&size=l'),(411586,11764,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895964301583977-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895964301583977-m.jpg\";}'),(411585,11764,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17895964301583977-m.jpg'),(411584,11764,'_sli_product_type',''),(411583,11764,'_sli_video_title',''),(411582,11764,'_sli_shortcode','Cf19ERXuEJJ'),(411580,11764,'_sli_media_size','a:2:{s:5:\"width\";i:899;s:6:\"height\";i:905;}'),(411581,11764,'_sli_permalink','https://www.instagram.com/p/Cf19ERXuEJJ/'),(411578,11764,'_sli_media_type','IMAGE'),(411579,11764,'_sli_media_url','https://lavendermatyoga.com?sli-img=Cf19ERXuEJJ&size=l'),(411577,11764,'_sli_caption','“This Guided Sun Salutation was exactly what I needed! I love how Madison teaches you to hop forward from downward dog, I’ve never been able to do it before now. I work odd hours so I often end up doing yoga by myself at home but could never find a guided yoga routine that I could get into, until now. I love the audio companion because it makes it much easier to focus on the movements. Madison’s voice is so calming that I get lost in it and feel a deeper connection with the practice. Having the PDF was also helpful in case I wanted to quickly verify if I was doing one correctly. Just wonderful.” - BW\n#sunsalutation #audioyoga #yogaonline #yogaforbeginners'),(411573,11763,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411574,11764,'_sli_media_id','17895964301583977'),(411575,11764,'_sli_media_username','lavendermatyoga'),(411576,11764,'_sli_timestamp','2022-07-10T19:12:03+0000'),(411572,11763,'_sli_last_requested','1668170933'),(411570,11763,'_sli_children','a:0:{}'),(411571,11763,'_sli_is_story',''),(411569,11763,'_sli_comments','a:0:{}'),(411568,11763,'_sli_comments_count','0'),(411567,11763,'_sli_likes_count','0'),(411566,11763,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17958139219768492-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17958139219768492-m.jpg\";}'),(411562,11763,'_sli_shortcode','CgLGtxpL-1s'),(411563,11763,'_sli_video_title',''),(411564,11763,'_sli_product_type',''),(411561,11763,'_sli_permalink','https://www.instagram.com/p/CgLGtxpL-1s/'),(411557,11763,'_sli_caption','Hands down the best prenatal yoga book I’ve ever read. #prenatalyoga #yogamamayogababy'),(411547,11762,'_sli_likes_count','0'),(411548,11762,'_sli_comments_count','0'),(411549,11762,'_sli_comments','a:0:{}'),(411550,11762,'_sli_children','a:0:{}'),(411551,11762,'_sli_is_story',''),(411552,11762,'_sli_last_requested','1668170933'),(411553,11762,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(411554,11763,'_sli_media_id','17958139219768492'),(411555,11763,'_sli_media_username','lavendermatyoga'),(411556,11763,'_sli_timestamp','2022-07-19T00:20:24+0000'),(245055,7567,'_elementor_version','2.9.14'),(245056,7570,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),(411565,11763,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17958139219768492-m.jpg'),(411544,11762,'_sli_product_type',''),(411543,11762,'_sli_video_title',''),(411541,11762,'_sli_permalink','https://www.instagram.com/p/ChtV8wiuJRr/'),(411542,11762,'_sli_shortcode','ChtV8wiuJRr'),(443341,12669,'_sli_timestamp','2021-12-08T00:27:25+0000'),(443340,12669,'_sli_media_username','lavendermatyoga'),(245060,7570,'_additional_settings',''),(245061,7570,'_locale','en_US'),(245062,7571,'_pum_built_in','default-theme'),(245063,7571,'_pum_default_theme','1'),(245064,7571,'popup_theme_data_version','3'),(245065,7571,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";i:100;s:13:\"atc_promotion\";N;s:17:\"container_padding\";i:18;s:23:\"container_border_radius\";i:0;s:26:\"container_background_color\";s:7:\"#f9f9f9\";s:28:\"container_background_opacity\";i:100;s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";i:1;s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";i:23;s:30:\"container_boxshadow_horizontal\";i:1;s:28:\"container_boxshadow_vertical\";i:1;s:24:\"container_boxshadow_blur\";i:3;s:26:\"container_boxshadow_spread\";i:0;s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";i:32;s:17:\"title_line_height\";i:36;s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";i:400;s:16:\"title_font_style\";s:6:\"normal\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";i:23;s:27:\"title_textshadow_horizontal\";i:0;s:25:\"title_textshadow_vertical\";i:0;s:21:\"title_textshadow_blur\";i:0;s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";i:400;s:18:\"content_font_style\";s:7:\"inherit\";s:10:\"close_text\";s:5:\"CLOSE\";s:22:\"close_position_outside\";b:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";i:0;s:21:\"close_position_bottom\";i:0;s:19:\"close_position_left\";i:0;s:20:\"close_position_right\";i:0;s:13:\"close_padding\";i:8;s:12:\"close_height\";i:0;s:11:\"close_width\";i:0;s:19:\"close_border_radius\";i:0;s:22:\"close_background_color\";s:7:\"#00b7cd\";s:24:\"close_background_opacity\";i:100;s:16:\"close_font_color\";s:7:\"#ffffff\";s:15:\"close_font_size\";i:12;s:17:\"close_line_height\";i:36;s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";i:400;s:16:\"close_font_style\";s:7:\"inherit\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";i:1;s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";i:23;s:26:\"close_boxshadow_horizontal\";i:1;s:24:\"close_boxshadow_vertical\";i:1;s:20:\"close_boxshadow_blur\";i:3;s:22:\"close_boxshadow_spread\";i:0;s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";i:23;s:27:\"close_textshadow_horizontal\";i:0;s:25:\"close_textshadow_vertical\";i:0;s:21:\"close_textshadow_blur\";i:0;}'),(245066,7572,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"60\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"3\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:2:\"30\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:3:\"100\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#000000\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:7:\"&times;\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-13\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-13\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"26\";s:11:\"close_width\";s:2:\"26\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"24\";s:17:\"close_font_family\";s:5:\"Arial\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"2\";s:19:\"close_border_radius\";s:2:\"26\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:2:\"15\";s:22:\"close_boxshadow_spread\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"75\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(245067,7572,'popup_theme_data_version','3'),(245068,7572,'_pum_built_in','lightbox'),(245069,7573,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:17:\"container_padding\";s:2:\"28\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"5\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"4\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#315b7c\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"34\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"8\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"8\";s:13:\"close_padding\";s:1:\"4\";s:12:\"close_height\";s:2:\"28\";s:11:\"close_width\";s:2:\"28\";s:22:\"close_background_color\";s:7:\"#315b7c\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"20\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"42\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(245070,7573,'popup_theme_data_version','3'),(245071,7573,'_pum_built_in','enterprise-blue'),(245072,7574,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"75\";s:17:\"container_padding\";s:2:\"30\";s:26:\"container_background_color\";s:7:\"#ffffff\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:5:\"solid\";s:22:\"container_border_color\";s:7:\"#81d742\";s:22:\"container_border_width\";s:2:\"14\";s:23:\"container_border_radius\";s:2:\"80\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:16:\"title_font_color\";s:7:\"#2d2d2d\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:10:\"Montserrat\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-30\";s:19:\"close_position_left\";s:3:\"-30\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-30\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:1:\"0\";s:11:\"close_width\";s:1:\"0\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#2d2d2d\";s:17:\"close_line_height\";s:2:\"28\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:2:\"28\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(245073,7574,'popup_theme_data_version','3'),(245074,7574,'_pum_built_in','hello-box'),(245075,7575,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#1e73be\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:2:\"10\";s:24:\"container_boxshadow_blur\";s:2:\"25\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"50\";s:16:\"title_font_color\";s:7:\"#ffffff\";s:17:\"title_line_height\";s:2:\"28\";s:15:\"title_font_size\";s:2:\"26\";s:17:\"title_font_family\";s:10:\"Sans-Serif\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#ffffff\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"0\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"24\";s:11:\"close_width\";s:2:\"24\";s:22:\"close_background_color\";s:7:\"#eeee22\";s:24:\"close_background_opacity\";s:3:\"100\";s:16:\"close_font_color\";s:7:\"#1e73be\";s:17:\"close_line_height\";s:2:\"24\";s:15:\"close_font_size\";s:2:\"32\";s:17:\"close_font_family\";s:15:\"Times New Roman\";s:17:\"close_font_weight\";s:3:\"100\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:2:\"-1\";s:24:\"close_boxshadow_vertical\";s:1:\"1\";s:20:\"close_boxshadow_blur\";s:1:\"1\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"10\";s:27:\"close_textshadow_horizontal\";s:2:\"-1\";s:25:\"close_textshadow_vertical\";s:1:\"1\";s:21:\"close_textshadow_blur\";s:1:\"1\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"10\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(245076,7575,'popup_theme_data_version','3'),(245077,7575,'_pum_built_in','cutting-edge'),(245078,7576,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:2:\"50\";s:17:\"container_padding\";s:2:\"18\";s:26:\"container_background_color\";s:7:\"#fffbef\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:6:\"outset\";s:22:\"container_border_color\";s:7:\"#dd3333\";s:22:\"container_border_width\";s:2:\"20\";s:23:\"container_border_radius\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:3:\"yes\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"97\";s:16:\"title_font_color\";s:7:\"#000000\";s:17:\"title_line_height\";s:2:\"36\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"100\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:18:\"content_font_color\";s:7:\"#2d2d2d\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"100\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:3:\"-20\";s:19:\"close_position_left\";s:3:\"-20\";s:21:\"close_position_bottom\";s:1:\"0\";s:20:\"close_position_right\";s:3:\"-20\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"20\";s:11:\"close_width\";s:2:\"20\";s:22:\"close_background_color\";s:7:\"#000000\";s:24:\"close_background_opacity\";s:2:\"55\";s:16:\"close_font_color\";s:7:\"#ffffff\";s:17:\"close_line_height\";s:2:\"18\";s:15:\"close_font_size\";s:2:\"16\";s:17:\"close_font_family\";s:6:\"Tahoma\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:19:\"close_border_radius\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:2:\"23\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:2:\"23\";s:13:\"atc_promotion\";N;s:22:\"close_position_outside\";i:0;}'),(245079,7576,'popup_theme_data_version','3'),(245080,7576,'_pum_built_in','framed-border'),(245081,7577,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#ffffff\";s:26:\"overlay_background_opacity\";s:1:\"0\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:1:\"8\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:7:\"#eef6fc\";s:28:\"container_background_opacity\";s:3:\"100\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:2:\"23\";s:30:\"container_boxshadow_horizontal\";s:1:\"1\";s:28:\"container_boxshadow_vertical\";s:1:\"1\";s:24:\"container_boxshadow_blur\";s:1:\"3\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#505050\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_line_height\";s:2:\"36\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#505050\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:11:\"middleright\";s:18:\"close_position_top\";s:1:\"0\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"5\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"18\";s:11:\"close_width\";s:2:\"18\";s:19:\"close_border_radius\";s:2:\"15\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:1:\"0\";s:16:\"close_font_color\";s:7:\"#505050\";s:15:\"close_font_size\";s:2:\"15\";s:17:\"close_line_height\";s:2:\"18\";s:17:\"close_font_family\";s:10:\"Sans-Serif\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:5:\"solid\";s:18:\"close_border_color\";s:7:\"#505050\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:1:\"0\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:1:\"0\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),(245082,7577,'popup_theme_data_version','3'),(245083,7577,'_pum_built_in','floating-bar'),(245084,7578,'popup_theme_settings','a:67:{s:24:\"overlay_background_color\";s:7:\"#000000\";s:26:\"overlay_background_opacity\";s:2:\"70\";s:13:\"atc_promotion\";N;s:17:\"container_padding\";s:1:\"0\";s:23:\"container_border_radius\";s:1:\"0\";s:26:\"container_background_color\";s:0:\"\";s:28:\"container_background_opacity\";s:1:\"0\";s:22:\"container_border_style\";s:4:\"none\";s:22:\"container_border_color\";s:7:\"#000000\";s:22:\"container_border_width\";s:1:\"1\";s:25:\"container_boxshadow_color\";s:7:\"#020202\";s:27:\"container_boxshadow_opacity\";s:1:\"0\";s:30:\"container_boxshadow_horizontal\";s:1:\"0\";s:28:\"container_boxshadow_vertical\";s:1:\"0\";s:24:\"container_boxshadow_blur\";s:1:\"0\";s:26:\"container_boxshadow_spread\";s:1:\"0\";s:25:\"container_boxshadow_inset\";s:2:\"no\";s:16:\"title_font_color\";s:7:\"#000000\";s:15:\"title_font_size\";s:2:\"32\";s:17:\"title_line_height\";s:2:\"36\";s:17:\"title_font_family\";s:7:\"inherit\";s:17:\"title_font_weight\";s:3:\"400\";s:16:\"title_font_style\";s:0:\"\";s:16:\"title_text_align\";s:4:\"left\";s:22:\"title_textshadow_color\";s:7:\"#020202\";s:24:\"title_textshadow_opacity\";s:2:\"23\";s:27:\"title_textshadow_horizontal\";s:1:\"0\";s:25:\"title_textshadow_vertical\";s:1:\"0\";s:21:\"title_textshadow_blur\";s:1:\"0\";s:18:\"content_font_color\";s:7:\"#8c8c8c\";s:19:\"content_font_family\";s:7:\"inherit\";s:19:\"content_font_weight\";s:3:\"400\";s:18:\"content_font_style\";s:0:\"\";s:10:\"close_text\";s:2:\"×\";s:22:\"close_position_outside\";i:0;s:14:\"close_location\";s:8:\"topright\";s:18:\"close_position_top\";s:1:\"7\";s:21:\"close_position_bottom\";s:1:\"0\";s:19:\"close_position_left\";s:1:\"0\";s:20:\"close_position_right\";s:1:\"7\";s:13:\"close_padding\";s:1:\"0\";s:12:\"close_height\";s:2:\"18\";s:11:\"close_width\";s:2:\"18\";s:19:\"close_border_radius\";s:2:\"15\";s:22:\"close_background_color\";s:7:\"#ffffff\";s:24:\"close_background_opacity\";s:1:\"0\";s:16:\"close_font_color\";s:7:\"#000000\";s:15:\"close_font_size\";s:2:\"20\";s:17:\"close_line_height\";s:2:\"20\";s:17:\"close_font_family\";s:7:\"inherit\";s:17:\"close_font_weight\";s:3:\"700\";s:16:\"close_font_style\";s:0:\"\";s:18:\"close_border_style\";s:4:\"none\";s:18:\"close_border_color\";s:7:\"#ffffff\";s:18:\"close_border_width\";s:1:\"1\";s:21:\"close_boxshadow_color\";s:7:\"#020202\";s:23:\"close_boxshadow_opacity\";s:1:\"0\";s:26:\"close_boxshadow_horizontal\";s:1:\"0\";s:24:\"close_boxshadow_vertical\";s:1:\"0\";s:20:\"close_boxshadow_blur\";s:1:\"0\";s:22:\"close_boxshadow_spread\";s:1:\"0\";s:21:\"close_boxshadow_inset\";s:2:\"no\";s:22:\"close_textshadow_color\";s:7:\"#000000\";s:24:\"close_textshadow_opacity\";s:1:\"0\";s:27:\"close_textshadow_horizontal\";s:1:\"0\";s:25:\"close_textshadow_vertical\";s:1:\"0\";s:21:\"close_textshadow_blur\";s:1:\"0\";}'),(245085,7578,'popup_theme_data_version','3'),(245086,7578,'_pum_built_in','content-only'),(245087,7579,'popup_title','Our Spring Sale Has Started'),(245088,7579,'enabled','0'),(245089,7579,'popup_settings','a:39:{s:8:\"triggers\";a:1:{i:0;a:2:{s:4:\"type\";s:9:\"auto_open\";s:8:\"settings\";a:2:{s:11:\"cookie_name\";s:8:\"pum-7579\";s:5:\"delay\";i:500;}}}s:7:\"cookies\";a:1:{i:0;a:2:{s:5:\"event\";s:14:\"on_popup_close\";s:8:\"settings\";a:5:{s:4:\"name\";s:8:\"pum-7579\";s:3:\"key\";s:0:\"\";s:7:\"session\";b:0;s:4:\"time\";s:7:\"1 month\";s:4:\"path\";s:1:\"1\";}}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:1:{s:6:\"target\";s:13:\"is_front_page\";}}}s:8:\"theme_id\";s:4:\"2085\";s:4:\"size\";s:6:\"medium\";s:20:\"responsive_min_width\";s:2:\"0%\";s:20:\"responsive_max_width\";s:4:\"100%\";s:12:\"custom_width\";s:5:\"640px\";s:13:\"custom_height\";s:5:\"380px\";s:14:\"animation_type\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"350\";s:16:\"animation_origin\";s:10:\"center top\";s:10:\"open_sound\";s:4:\"none\";s:12:\"custom_sound\";s:0:\"\";s:8:\"location\";s:6:\"center\";s:12:\"position_top\";s:3:\"100\";s:15:\"position_bottom\";s:1:\"0\";s:13:\"position_left\";s:1:\"0\";s:14:\"position_right\";s:1:\"0\";s:6:\"zindex\";s:10:\"1999999999\";s:10:\"close_text\";s:0:\"\";s:18:\"close_button_delay\";s:1:\"0\";s:30:\"close_on_form_submission_delay\";s:1:\"0\";s:17:\"disable_on_mobile\";b:0;s:17:\"disable_on_tablet\";b:0;s:18:\"custom_height_auto\";b:0;s:18:\"scrollable_content\";b:0;s:21:\"position_from_trigger\";b:0;s:14:\"position_fixed\";b:0;s:16:\"overlay_disabled\";b:0;s:9:\"stackable\";b:0;s:18:\"disable_reposition\";b:0;s:24:\"close_on_form_submission\";b:0;s:22:\"close_on_overlay_click\";b:0;s:18:\"close_on_esc_press\";b:0;s:17:\"close_on_f4_press\";b:0;s:19:\"disable_form_reopen\";b:0;s:21:\"disable_accessibility\";b:0;s:10:\"theme_slug\";s:13:\"default-theme\";}'),(245090,7579,'data_version','3'),(245091,7579,'popup_open_count','0'),(245092,7579,'popup_conversion_count','0'),(430596,12256,'_sli_last_requested','1667941959'),(430594,12256,'_sli_children','a:0:{}'),(430593,12256,'_sli_comments','a:0:{}'),(443339,12669,'_sli_media_id','18117778792261188'),(245143,7582,'_wpb_shortcodes_custom_css','.vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}'),(245144,47,'_wp_old_date','2020-08-10'),(245145,191,'_wp_old_date','2020-09-28'),(245146,190,'_wp_old_date','2020-09-28'),(245147,192,'_wp_old_date','2020-09-28'),(245150,7584,'_menu_item_menu_item_parent','0'),(245151,7584,'_menu_item_object_id','163'),(245152,7584,'_menu_item_object','page'),(245153,7584,'_menu_item_target',''),(245154,7584,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(245155,7584,'_menu_item_xfn',''),(245156,7584,'_menu_item_url',''),(245579,383,'_elementor_page_settings','a:8:{s:21:\"space_between_widgets\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";}s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"786f08cf\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"716efd87\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:8:\"381321aa\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"5e72bfc6\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:16:\"Primary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:18:\"Secondary Headline\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:9:\"Body Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:11:\"Accent Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(411538,11762,'_sli_media_type','IMAGE'),(411539,11762,'_sli_media_url','https://lavendermatyoga.com?sli-img=ChtV8wiuJRr&size=l'),(411540,11762,'_sli_media_size','a:2:{s:5:\"width\";i:1124;s:6:\"height\";i:1124;}'),(411537,11762,'_sli_caption',''),(411536,11762,'_sli_timestamp','2022-08-26T03:59:06+0000'),(411535,11762,'_sli_media_username','lavendermatyoga'),(411534,11762,'_sli_media_id','17897258423659268'),(430592,12256,'_sli_comments_count','0'),(430591,12256,'_sli_likes_count','0'),(430587,12256,'_sli_video_title',''),(430588,12256,'_sli_product_type',''),(430589,12256,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896459366683814-m.jpg'),(430590,12256,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896459366683814-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17896459366683814-m.jpg\";}'),(430586,12256,'_sli_shortcode','CIcUfA2H2lz'),(430585,12256,'_sli_permalink','https://www.instagram.com/p/CIcUfA2H2lz/'),(430584,12256,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430583,12256,'_sli_media_url','https://lavendermatyoga.com?sli-img=CIcUfA2H2lz&size=l'),(430581,12256,'_sli_caption',''),(430582,12256,'_sli_media_type','IMAGE'),(430573,12255,'_sli_children','a:0:{}'),(430574,12255,'_sli_is_story',''),(430575,12255,'_sli_last_requested','1667941958'),(430576,12255,'_sli_source','lavendermatyoga||PERSONAL_ACCOUNT'),(430578,12256,'_sli_media_id','17896459366683814'),(430579,12256,'_sli_media_username','lavendermatyoga'),(430580,12256,'_sli_timestamp','2020-12-06T04:14:21+0000'),(430572,12255,'_sli_comments','a:0:{}'),(430570,12255,'_sli_likes_count','0'),(430571,12255,'_sli_comments_count','0'),(430569,12255,'_sli_thumbnails','a:2:{s:1:\"s\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860980143365343-s.jpg\";s:1:\"m\";s:86:\"https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860980143365343-m.jpg\";}'),(430565,12255,'_sli_shortcode','CJ_VrPbHGeW'),(430566,12255,'_sli_video_title',''),(430567,12255,'_sli_product_type',''),(430568,12255,'_sli_thumbnail_url','https://lavendermatyoga.com/wp-content/uploads/spotlight-insta/17860980143365343-m.jpg'),(430564,12255,'_sli_permalink','https://www.instagram.com/p/CJ_VrPbHGeW/'),(430562,12255,'_sli_media_url','https://lavendermatyoga.com?sli-img=CJ_VrPbHGeW&size=l'),(430563,12255,'_sli_media_size','a:2:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;}'),(430560,12255,'_sli_caption',''),(430561,12255,'_sli_media_type','IMAGE'),(430558,12255,'_sli_media_username','lavendermatyoga'),(430559,12255,'_sli_timestamp','2021-01-13T15:09:34+0000'),(430557,12255,'_sli_media_id','17860980143365343');
/*!40000 ALTER TABLE `wpwc_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_posts`
--

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

--
-- Dumping data for table `wpwc_posts`
--

LOCK TABLES `wpwc_posts` WRITE;
/*!40000 ALTER TABLE `wpwc_posts` DISABLE KEYS */;
INSERT INTO `wpwc_posts` VALUES (2,1,'2020-08-05 19:02:19','2020-08-05 19:02:19','<!-- 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&#241;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://lavendermatyoga.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-08-05 19:02:19','2020-08-05 19:02:19','',0,'http://lavendermatyoga.com/?page_id=2',0,'page','',0),(3,1,'2020-08-05 19:02:19','2020-08-05 19:02:19','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://lavendermatyoga.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-08-05 19:02:19','2020-08-05 19:02:19','',0,'http://lavendermatyoga.com/?page_id=3',0,'page','',0),(81,1,'2020-09-20 21:16:51','2020-09-20 21:16:51','','Testimonial_Alexandra','','inherit','open','closed','','testimonial_alexandra','','','2020-09-20 21:16:51','2020-09-20 21:16:51','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Testimonial_Alexandra.png',0,'attachment','image/png',0),(82,1,'2020-09-20 21:23:39','2020-09-20 21:23:39','','Copy of Copy of Untitled (2)','','inherit','open','closed','','copy-of-copy-of-untitled-2','','','2020-09-20 21:23:39','2020-09-20 21:23:39','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-2.png',0,'attachment','image/png',0),(401,1,'2021-01-28 21:38:51','2021-01-28 21:38:51','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20085\" hover_image=\"20085\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Do I Choose Medium or Large? Drilled or Undrilled?</h4>\r\nIf you\'re a beginner we suggest you start with a medium, drilled yoni egg as this will typically fit most women. A drilled yoni egg is easy to remove as you can tie through dental floss (un-waxed/un-minted).\r\n\r\nIf you have experienced childbirth, we suggest you starting with the large-sized egg and then gradually making your way down to a medium. If this is the case, we also sell a set of three different sizes.\r\n\r\nA drilled egg is ideal for easy removal (using floss to pull the egg out, as if you would a tampon). It\'s easy to clean - simply blow through the drilled hole or flush through warm water with apple cider vinegar or organic soap.\r\n\r\nA non-drilled egg, however, is cleaner as you don\'t have to clean through the drilled hole. A non-drilled egg simply means you have to \'birth\' the egg naturally, which is simple.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What are Yoni Eggs?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex / self pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contribute to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 21:38:51','2021-01-28 21:38:51','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(86,1,'2020-09-20 21:43:53','2020-09-20 21:43:53','','5','','inherit','open','closed','','5','','','2020-09-20 21:43:53','2020-09-20 21:43:53','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/5.png',0,'attachment','image/png',0),(87,1,'2020-09-20 21:44:04','2020-09-20 21:44:04','','3','','inherit','open','closed','','3','','','2020-09-20 21:44:04','2020-09-20 21:44:04','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/3.png',0,'attachment','image/png',0),(88,1,'2020-09-20 21:44:15','2020-09-20 21:44:15','','4','','inherit','open','closed','','4','','','2020-09-20 21:44:15','2020-09-20 21:44:15','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/4.png',0,'attachment','image/png',0),(89,1,'2020-09-20 21:44:23','2020-09-20 21:44:23','','1','','inherit','open','closed','','1','','','2020-09-20 21:44:23','2020-09-20 21:44:23','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/1.png',0,'attachment','image/png',0),(90,1,'2020-09-20 21:44:35','2020-09-20 21:44:35','','2','','inherit','open','closed','','2','','','2020-09-20 21:44:35','2020-09-20 21:44:35','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/2.png',0,'attachment','image/png',0),(381,1,'2021-01-24 18:26:24','0000-00-00 00:00:00','','Elementor #381','','draft','closed','closed','','','','','2021-01-24 18:26:24','2021-01-24 18:26:24','',0,'http://lavendermatyoga.com/?page_id=381',0,'page','',0),(382,1,'2021-01-24 18:26:20','2021-01-24 18:26:20','','Elementor #381','','inherit','closed','closed','','381-revision-v1','','','2021-01-24 18:26:20','2021-01-24 18:26:20','',381,'http://lavendermatyoga.com/2021/01/24/381-revision-v1/',0,'revision','',0),(383,1,'2021-01-24 18:26:25','2021-01-24 18:26:25','','Default Kit','','publish','closed','closed','','default-kit','','','2021-01-24 18:26:25','2021-01-24 18:26:25','',0,'http://lavendermatyoga.com/?elementor_library=default-kit',0,'elementor_library','',0),(384,1,'2021-02-19 00:43:15','2021-02-19 00:43:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What is a Yoni Egg?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','publish','closed','closed','','yoni-eggs','','','2021-02-24 00:37:10','2021-02-24 00:37:10','',0,'http://lavendermatyoga.com/?page_id=384',0,'page','',0),(385,1,'2021-01-24 18:27:16','2021-01-24 18:27:16','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20086\" hover_image=\"20086\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>What is the history of the Yoni Egg?</h4>\r\nOver 5000 years ago, the Ancient Chinese civilization regarded the sexual organs as the <i>centre of one’s health</i>. If this area of your body was active and healthy, your entire body was active and healthy.\r\n\r\nThe Chinese considered the Yoni to be the place from which one can channel their ‘chi’ (life force energy) to their higher Chakras (energy centers in the body) in the aim of enlightenment. The process was thought to transmute their sexual energy into higher spiritual energy thus allowing them to get closer to God and feel happier, healthier and full of vitality.\r\n\r\nThe Jade Egg practice is an ancient Taoist practice and dates back to Imperial China when it was kept a secret by the Empress in the Royal Palace. The Queen and her concubines practiced using the Jade Egg to strengthen the power of their vaginas not only to impress the King sexually but also to heighten their spirituality and transform &amp; transmute their Chi. This brought them more peace, health, youth and essentially helped them live for longer.\r\n\r\nThe Jade Egg practice was only taught to the most privileged women of the royal courts. So how lucky are we to have access to such ancient techniques and be able to do anytime, anywhere!?[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20085\" hover_image=\"20085\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Do I Choose Medium or Large? Drilled or Undrilled?</h4>\r\nIf you\'re a beginner we suggest you start with a medium, drilled yoni egg as this will typically fit most women. A drilled yoni egg is easy to remove as you can tie through dental floss (un-waxed/un-minted).\r\n\r\nIf you have experienced childbirth, we suggest you starting with the large-sized egg and then gradually making your way down to a medium. If this is the case, we also sell a set of three different sizes.\r\n\r\nA drilled egg is ideal for easy removal (using floss to pull the egg out, as if you would a tampon). It\'s easy to clean - simply blow through the drilled hole or flush through warm water with apple cider vinegar or organic soap.\r\n\r\nA non-drilled egg, however, is cleaner as you don\'t have to clean through the drilled hole. A non-drilled egg simply means you have to \'birth\' the egg naturally, which is simple.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What are Yoni Eggs?</h4>\r\nYoni, in the Indian Sanskrit language, means “Sacred Temple” and refers to a woman’s vagina. In my humble opinion, this is a far more beautiful word to use compared to vagina, which literally means <i>“sheath for a mans sword”.</i>\r\n\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back.\r\n\r\nIt works as a weight resistance tool to use whilst doing your “Kegel exercises”, which are pelvic floor pulses or contractions all women should do, especially after childbirth. There is plenty of research now to suggest that it’s best to use a weight for doing your Kegels, rather than squeezing the walls of the vagina together with no weight resistance at all.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex / self pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contribute to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-24 18:27:16','2021-01-24 18:27:16','',384,'http://lavendermatyoga.com/2021/01/24/384-revision-v1/',0,'revision','',0),(386,1,'2021-02-19 00:37:46','2021-02-19 00:37:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<a href=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\">Black Obsidian</a> is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][vc_column_text]\r\n<p class=\"\">\'The Lila\' is the perfect petite pleasure wand for women who have a smaller/tighter vagina, an over-active pelvic floor or perhaps just women who desire a smaller wand to press into the hard-to-reach pleasure points internally.</p>\r\n<p class=\"\">With its curved ends, this wand targets the g-spot erectile tissue, which is located a few centimeters inside the vagina.</p>\r\n\r\n<h5>Available in both rose quartz and black obsidian.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (purchase here) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n&nbsp;\r\n\r\n</div>\r\n<h5 data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"></h5>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n&nbsp;\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','publish','closed','closed','','pleasure-wands-vaginal-dearmoring','','','2021-02-19 00:53:58','2021-02-19 00:53:58','',0,'http://lavendermatyoga.com/?page_id=386',0,'page','',0),(387,1,'2021-01-24 18:38:20','2021-01-24 18:38:20','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h2 class=\"product_title entry-title\">CERVIX DEARMORING</h2>\r\n<h4>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.</h4>\r\n&nbsp;\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the cervix. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, women’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n&nbsp;\r\n<h3 class=\"p1\"><strong>READ MY BLOG POST ON CERVICAL DEARMORING, <em><a href=\"http://www.madisonrosenberger.com/cervical-de-armoring-unleash-trapped-negative-emotions/\"><span class=\"s1\">HERE,</span></a></em>TO LEARN HOW TO DE-ARMOR YOUR CERVIX.</strong></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Vaginal Dearmouring','','inherit','closed','closed','','386-revision-v1','','','2021-01-24 18:38:20','2021-01-24 18:38:20','',386,'http://lavendermatyoga.com/2021/01/24/386-revision-v1/',0,'revision','',0),(388,1,'2021-01-24 18:40:19','2021-01-24 18:40:19','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h2 class=\"product_title entry-title\">CERVIX DEARMORING</h2>\r\n<h4>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.</h4>\r\n&nbsp;\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the cervix. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, women’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n&nbsp;\r\n<h3 class=\"p1\"><strong>READ MY BLOG POST ON CERVICAL DEARMORING, <em><a href=\"http://www.madisonrosenberger.com/cervical-de-armoring-unleash-trapped-negative-emotions/\"><span class=\"s1\">HERE,</span></a></em>TO LEARN HOW TO DE-ARMOR YOUR CERVIX.</strong></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]BROWSE ALL YONI PLEASURE WANDS THERE ARE VARIOUS TYPES ALL CAN BE USED TO BRING HEALING TO YOUR YONI[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Vaginal Dearmouring','','inherit','closed','closed','','386-revision-v1','','','2021-01-24 18:40:19','2021-01-24 18:40:19','',386,'http://lavendermatyoga.com/2021/01/24/386-revision-v1/',0,'revision','',0),(389,1,'2021-01-25 18:44:05','2021-01-25 18:44:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h2 class=\"product_title entry-title\">CERVIX DEARMORING</h2>\r\n<h4>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.</h4>\r\n&nbsp;\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the cervix. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, women’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n&nbsp;\r\n<h3 class=\"p1\"><strong>READ MY BLOG POST ON CERVICAL DEARMORING, <em><a href=\"http://www.madisonrosenberger.com/cervical-de-armoring-unleash-trapped-negative-emotions/\"><span class=\"s1\">HERE,</span></a></em>TO LEARN HOW TO DE-ARMOR YOUR CERVIX.</strong></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]BROWSE ALL YONI PLEASURE WANDS THERE ARE VARIOUS TYPES ALL CAN BE USED TO BRING HEALING TO YOUR YONI[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-01-25 18:44:05','2021-01-25 18:44:05','',386,'http://lavendermatyoga.com/2021/01/25/386-revision-v1/',0,'revision','',0),(390,1,'2021-01-26 23:45:57','2021-01-26 23:45:57','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, wellness and ease; and you can take this with you anywhere. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, mindfulness, conscious living and spiritual teachings in addition to asana. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul and healing; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2021-01-26 23:45:57','2021-01-26 23:45:57','',43,'http://lavendermatyoga.com/2021/01/26/43-revision-v1/',0,'revision','',0),(68,1,'2020-09-20 19:37:42','2020-09-20 19:37:42','','Untitled design (8)','','inherit','open','closed','','untitled-design-8-2','','','2020-09-20 19:37:42','2020-09-20 19:37:42','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-8-1.png',0,'attachment','image/png',0),(69,1,'2020-09-20 19:38:35','2020-09-20 19:38:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\">The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as a gradient of the sacred Violet Flame. These two elements are guiding forces behind powerful, spiritual wellness.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-20 19:38:35','2020-09-20 19:38:35','',43,'http://lavendermatyoga.com/2020/09/20/43-revision-v1/',0,'revision','',0),(70,1,'2020-09-20 19:53:43','2020-09-20 19:53:43','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the transmutation power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat yoga focuses on incorporating all elements of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat yoga concentrates on bringing healing to students through intimidation free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-20 19:53:43','2020-09-20 19:53:43','',43,'http://lavendermatyoga.com/2020/09/20/43-revision-v1/',0,'revision','',0),(71,1,'2020-09-20 20:08:53','2020-09-20 20:08:53','','Copy of Copy of Untitled','','inherit','open','closed','','copy-of-copy-of-untitled','','','2020-09-20 20:08:53','2020-09-20 20:08:53','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled.png',0,'attachment','image/png',0),(72,1,'2020-09-20 20:18:34','2020-09-20 20:18:34','','ONLINE WORKSHOP (6)','','inherit','open','closed','','online-workshop-6','','','2020-09-20 20:18:34','2020-09-20 20:18:34','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/ONLINE-WORKSHOP-6.png',0,'attachment','image/png',0),(73,1,'2020-09-20 20:51:24','2020-09-20 20:51:24','','12','','inherit','open','closed','','12','','','2020-09-20 20:51:24','2020-09-20 20:51:24','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/12.png',0,'attachment','image/png',0),(74,1,'2020-09-20 20:51:51','2020-09-20 20:51:51','','9','','inherit','open','closed','','9','','','2020-09-20 20:51:51','2020-09-20 20:51:51','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/9.png',0,'attachment','image/png',0),(75,1,'2020-09-20 20:52:19','2020-09-20 20:52:19','','10','','inherit','open','closed','','10','','','2020-09-20 20:52:19','2020-09-20 20:52:19','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/10.png',0,'attachment','image/png',0),(76,1,'2020-09-20 20:52:42','2020-09-20 20:52:42','','11','','inherit','open','closed','','11','','','2020-09-20 20:52:42','2020-09-20 20:52:42','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/11.png',0,'attachment','image/png',0),(77,1,'2020-09-20 21:08:18','2020-09-20 21:08:18','','Untitled-design-copy-3','','inherit','open','closed','','untitled-design-copy-3','','','2020-09-20 21:08:18','2020-09-20 21:08:18','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-copy-3.png',0,'attachment','image/png',0),(78,1,'2020-09-20 21:08:21','2020-09-20 21:08:21','','Untitled-design-copy-4','','inherit','open','closed','','untitled-design-copy-4','','','2020-09-20 21:08:21','2020-09-20 21:08:21','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-copy-4.png',0,'attachment','image/png',0),(79,1,'2020-09-20 21:08:23','2020-09-20 21:08:23','','Testimonial_Bridget','','inherit','open','closed','','testimonial_bridget','','','2020-09-20 21:08:23','2020-09-20 21:08:23','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Testimonial_Bridget.png',0,'attachment','image/png',0),(80,1,'2020-09-20 21:08:26','2020-09-20 21:08:26','','Testimonial_Susan','','inherit','open','closed','','testimonial_susan','','','2020-09-20 21:08:26','2020-09-20 21:08:26','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Testimonial_Susan.png',0,'attachment','image/png',0),(33,1,'2020-08-06 21:45:01','2020-08-06 21:45:01','','Copy of Lavender Mat Yoga Studio','','inherit','open','closed','','copy-of-lavender-mat-yoga-studio','','','2020-08-06 21:45:01','2020-08-06 21:45:01','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Lavender-Mat-Yoga-Studio.png',0,'attachment','image/png',0),(67,1,'2020-09-20 19:33:26','2020-09-20 19:33:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"66\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<p class=\"p1\">The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as a gradient of the sacred Violet Flame. These two elements are guiding forces behind powerful, spiritual wellness.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-20 19:33:26','2020-09-20 19:33:26','',43,'http://lavendermatyoga.com/2020/09/20/43-revision-v1/',0,'revision','',0),(35,1,'2020-08-06 21:45:28','2020-08-06 21:45:28','http://lavendermatyoga.com/wp-content/uploads/2020/08/cropped-Copy-of-Lavender-Mat-Yoga-Studio.png','cropped-Copy-of-Lavender-Mat-Yoga-Studio.png','','inherit','open','closed','','cropped-copy-of-lavender-mat-yoga-studio-png','','','2020-08-06 21:45:28','2020-08-06 21:45:28','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/08/cropped-Copy-of-Lavender-Mat-Yoga-Studio.png',0,'attachment','image/png',0),(65,1,'2020-09-20 19:24:41','2020-09-20 19:24:41','','Untitled design (7)','','inherit','open','closed','','untitled-design-7','','','2020-09-20 19:24:41','2020-09-20 19:24:41','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-7.png',0,'attachment','image/png',0),(66,1,'2020-09-20 19:33:04','2020-09-20 19:33:04','','Untitled design (8)','','inherit','open','closed','','untitled-design-8','','','2020-09-20 19:33:04','2020-09-20 19:33:04','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-8.png',0,'attachment','image/png',0),(40,1,'2020-08-06 22:11:50','2020-08-06 22:11:50','','dilyara-garifullina-AUVRWz03b2Q-unsplash','','inherit','open','closed','','dilyara-garifullina-auvrwz03b2q-unsplash','','','2020-08-06 22:11:50','2020-08-06 22:11:50','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/08/dilyara-garifullina-AUVRWz03b2Q-unsplash.jpg',0,'attachment','image/jpeg',0),(41,1,'2020-08-07 15:48:04','2020-08-07 15:48:04','','Home of Intuitive Yoga','','publish','closed','closed','','41','','','2020-08-10 20:22:23','2020-08-10 20:22:23','',0,'http://lavendermatyoga.com/?post_type=slides&#038;p=41',0,'slides','',0),(42,1,'2020-08-07 15:46:38','2020-08-07 15:46:38','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled','','','2020-08-07 15:46:38','2020-08-07 15:46:38','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Untitled.png',0,'attachment','image/png',0),(43,1,'2020-08-07 18:51:49','2020-08-07 18:51:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://lavendermatyoga.com/restorative-prenatal-yoga-series/\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   Lavender Mat is a sacred place to retreat to when life won\'t stop spinning; a place of transmutation, calm, wellness, and ease.  Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, conscious living, and spiritual teachings. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers. Come to Lavender Mat to clear, ground, and release.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2022-08-19 21:30:56','2022-08-19 21:30:56','',0,'http://lavendermatyoga.com/?page_id=43',0,'page','',0),(490,1,'2022-03-25 22:49:21','2022-03-25 22:49:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   Lavender Mat is a sacred place to retreat to when life won\'t stop spinning; a place of transmutation, calm, wellness, and ease.  Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, conscious living, and spiritual teachings. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers. Come to Lavender Mat to clear, ground, and release.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2022-03-25 22:49:21','2022-03-25 22:49:21','',43,'http://lavendermatyoga.com/2022/03/25/43-revision-v1/',0,'revision','',0),(44,1,'2020-08-07 18:51:49','2020-08-07 18:51:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-08-07 18:51:49','2020-08-07 18:51:49','',43,'http://lavendermatyoga.com/2020/08/07/43-revision-v1/',0,'revision','',0),(45,1,'2022-04-30 17:15:12','2022-04-30 17:15:12','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"516\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]</p>\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\n<p>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\n<p class=\"p1\" style=\"text-align: center;\">   Lavender Mat is a sacred place to retreat to when life won\'t stop spinning; a place of transmutation, calm, wellness, and ease.  Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, conscious living, and spiritual teachings. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers. Come to Lavender Mat to clear, ground, and release.</p>\n<p>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.</p>\n<p>NO intimidation for those just wanting to try.</p>\n<p>I felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\n<h4>DONNA RECUPIDO</h4>\n<p>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\n<h4>MADISON CANTRELL</h4>\n<p>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\n<h4>ALEXANDRA BICKLEMANN</h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]</p>\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\n<p>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]</p>\n','Home','','inherit','closed','closed','','43-autosave-v1','','','2022-04-30 17:15:12','2022-04-30 17:15:12','',43,'http://lavendermatyoga.com/2020/08/07/43-autosave-v1/',0,'revision','',0),(46,1,'2020-08-07 18:53:22','2020-08-07 18:53:22','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_single_image qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-08-07 18:53:22','2020-08-07 18:53:22','',43,'http://lavendermatyoga.com/2020/08/07/43-revision-v1/',0,'revision','',0),(47,1,'2022-08-19 21:32:19','2020-08-10 20:29:48','','About','','publish','closed','closed','','47','','','2022-08-19 21:32:19','2022-08-19 21:32:19','',0,'http://lavendermatyoga.com/?p=47',1,'nav_menu_item','',0),(48,1,'2020-08-10 23:25:32','2020-08-10 23:25:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-08-10 23:25:32','2020-08-10 23:25:32','',43,'http://lavendermatyoga.com/2020/08/10/43-revision-v1/',0,'revision','',0),(50,1,'2020-08-10 23:45:12','2020-08-10 23:45:12','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"150px\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">COMING SOON!</h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Coming Soon','','publish','closed','closed','','coming-soon','','','2020-08-10 23:49:17','2020-08-10 23:49:17','',0,'http://lavendermatyoga.com/?page_id=50',0,'page','',0),(51,1,'2020-08-10 23:45:12','2020-08-10 23:45:12','','Coming Soon','','inherit','closed','closed','','50-revision-v1','','','2020-08-10 23:45:12','2020-08-10 23:45:12','',50,'http://lavendermatyoga.com/2020/08/10/50-revision-v1/',0,'revision','',0),(53,1,'2020-08-10 23:48:20','2020-08-10 23:48:20','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h1 style=\"text-align: center;\">COMING SOON!</h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Coming Soon','','inherit','closed','closed','','50-revision-v1','','','2020-08-10 23:48:20','2020-08-10 23:48:20','',50,'http://lavendermatyoga.com/2020/08/10/50-revision-v1/',0,'revision','',0),(54,1,'2020-08-10 23:49:06','2020-08-10 23:49:06','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\n<h1 style=\"text-align: center;\">COMING SOON!</h1>\n[/vc_column_text][/vc_column][/vc_row]','Coming Soon','','inherit','closed','closed','','50-autosave-v1','','','2020-08-10 23:49:06','2020-08-10 23:49:06','',50,'http://lavendermatyoga.com/2020/08/10/50-autosave-v1/',0,'revision','',0),(55,1,'2020-08-10 23:49:17','2020-08-10 23:49:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"150px\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">COMING SOON!</h1>\r\n[/vc_column_text][/vc_column][/vc_row]','Coming Soon','','inherit','closed','closed','','50-revision-v1','','','2020-08-10 23:49:17','2020-08-10 23:49:17','',50,'http://lavendermatyoga.com/2020/08/10/50-revision-v1/',0,'revision','',0),(56,1,'2020-08-10 23:53:11','2020-08-10 23:53:11','','Copy of Lavender Mat Yoga Studio (2)','','inherit','open','closed','','copy-of-lavender-mat-yoga-studio-2','','','2020-08-10 23:53:11','2020-08-10 23:53:11','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/08/Copy-of-Lavender-Mat-Yoga-Studio-2.png',0,'attachment','image/png',0),(391,1,'2021-01-28 19:26:40','2021-01-28 19:26:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-01-28 19:26:40','2021-01-28 19:26:40','',119,'http://lavendermatyoga.com/2021/01/28/119-revision-v1/',0,'revision','',0),(101,1,'2020-09-20 22:14:35','2020-09-20 22:14:35','','intuitive pet readings_healings (1)','','inherit','open','closed','','intuitive-pet-readings_healings-1','','','2020-09-20 22:14:35','2020-09-20 22:14:35','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/intuitive-pet-readings_healings-1.png',0,'attachment','image/png',0),(102,1,'2020-09-20 22:22:52','2020-09-20 22:22:52','','Untitled design (9)','','inherit','open','closed','','untitled-design-9','','','2020-09-20 22:22:52','2020-09-20 22:22:52','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-9.png',0,'attachment','image/png',0),(103,1,'2020-09-20 22:23:29','2020-09-20 22:23:29','','intuitive pet readings_healings (2)','','inherit','open','closed','','intuitive-pet-readings_healings-2','','','2020-09-20 22:23:29','2020-09-20 22:23:29','',43,'http://lavendermatyoga.com/wp-content/uploads/2020/09/intuitive-pet-readings_healings-2.png',0,'attachment','image/png',0),(155,1,'2020-09-21 21:05:21','2020-09-21 21:05:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-21 21:05:21','2020-09-21 21:05:21','',43,'http://lavendermatyoga.com/2020/09/21/43-revision-v1/',0,'revision','',0),(106,1,'2020-09-20 22:46:33','2020-09-20 22:46:33','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>Mt. Pleasant, South Carolina</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>Charleston, South Carolina</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>New York, New York</em>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-20 22:46:33','2020-09-20 22:46:33','',43,'http://lavendermatyoga.com/2020/09/20/43-revision-v1/',0,'revision','',0),(104,1,'2020-09-20 22:29:39','2020-09-20 22:29:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the transmutation power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat yoga focuses on incorporating all elements of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat yoga concentrates on bringing healing to students through intimidation free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>Mt. Pleasant, South Carolina</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>Charleston, South Carolina</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>New York, New York</em>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-20 22:29:39','2020-09-20 22:29:39','',43,'http://lavendermatyoga.com/2020/09/20/43-revision-v1/',0,'revision','',0),(105,1,'2020-09-20 22:31:40','2020-09-20 22:31:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>Mt. Pleasant, South Carolina</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>Charleston, South Carolina</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<em>New York, New York</em>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-20 22:31:40','2020-09-20 22:31:40','',43,'http://lavendermatyoga.com/2020/09/20/43-revision-v1/',0,'revision','',0),(110,1,'2020-09-21 16:20:36','2020-09-21 16:20:36','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2020-09-21 16:20:36','2020-09-21 16:20:36','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/woocommerce-placeholder.png',0,'attachment','image/png',0),(111,1,'2020-09-21 16:29:36','2020-09-21 16:29:36','','Meditate: A Simple and Straightforward Guide','<h4></h4>\r\n<h4>\"Madison Rosenberger brings her years of experience to this comprehensive and compelling guide to meditation.</h4>\r\n&nbsp;\r\n<div class=\"text_exposed_show\">\r\n\r\nYou will learn everything you need to create and sustain a fulfilling meditation practice. Learning how to meditate can seem overwhelming but Madison makes it simple, accessible, and uncomplicated. Madison\'s clear-cut approach is inspiring and she makes meditation fun and approachable.\r\n\r\n&nbsp;\r\n\r\nShe defines and demystifies meditation, talks about how to move through resistance and highlights the power of silence. Madison succinctly teaches the five different types of meditation, five powerful tips for your practice and shares beneficial meditation tools and how to create a meditation space.\r\n\r\n&nbsp;\r\n<h5>In this book, you will be presented with numerous techniques and helpful guidelines that will make starting a meditation practice easy and intimidation free.</h5>\r\n<h4></h4>\r\n&nbsp;\r\n<h4>It’s like getting five books in one, this is the only meditation guide you will ever need.</h4>\r\n</div>\r\n&nbsp;\r\n<div class=\"text_exposed_show\">\r\n\r\n<em>*This is a high-quality color print book with gorgeous full-page photography throughout. Meditate is a compact 5x7 guide convenient to stick in a purse or take with you wherever you go so that you will always have meditation inspiration nearby.</em>\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<h4><a href=\"http://www.madisonrosenberger.com/product/meditate-a-simple-straightforward-guide-pdf-ebook/\">ALSO AVAILABLE IN EBOOK ON MADISONROSENBERGER.COM/SHOP</a></h4>\r\n<div class=\"text_exposed_show\">\r\n\r\n&nbsp;\r\n\r\n<em>*This book also has a FREE DIY Companion Oracle Deck PDF download, meant to support your cultivation of a transformational meditation practice. Get your FREE download at <a href=\"http://madisonrosenberger.com/shop?fbclid=IwAR3PjgjDx-KyX-BisppAqpKl-oqaxWFJ59krXNnmbnqe8HsxULTY7XfD6O4\" target=\"_blank\" rel=\"noopener nofollow noreferrer\" data-ft=\"{&quot;tn&quot;:&quot;-U&quot;}\" data-lynx-mode=\"asynclazy\" data-lynx-uri=\"https://l.facebook.com/l.php?u=http%3A%2F%2Fmadisonrosenberger.com%2Fshop%3Ffbclid%3DIwAR3PjgjDx-KyX-BisppAqpKl-oqaxWFJ59krXNnmbnqe8HsxULTY7XfD6O4&amp;h=AT3q5NRYXjGIXGi7EUvRRxzmLTj34l2gF_xLZ6N2m_ENbUk76G2RFkcJEyP2crKiQ-Sw-kofJBDMbaLkHNdoAgfeWR_hdgW6UW8ieJMxy9QgLf3SPqmeOSziWl2X1RW-eWbXgha5sK0kLQb4SZIX7Qr6Bp4MUPaZJfHmuXBH3TenXxPsJo5OVQ\">madisonrosenberger.com/shop</a> \"</em>\r\n\r\n</div>','publish','open','closed','','meditate-a-simple-and-straightforward-guide','','','2020-09-21 16:42:30','2020-09-21 16:42:30','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=111',0,'product','',11),(112,1,'2020-09-21 16:28:39','2020-09-21 16:28:39','','Untitled design (9)','','inherit','open','closed','','untitled-design-9-2','','','2020-09-21 16:28:39','2020-09-21 16:28:39','',111,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-9-1.png',0,'attachment','image/png',0),(113,1,'2020-09-21 16:30:05','2020-09-21 16:30:05','','BookBrushImage363','','inherit','open','closed','','bookbrushimage363','','','2020-09-21 16:30:05','2020-09-21 16:30:05','',111,'http://lavendermatyoga.com/wp-content/uploads/2020/09/BookBrushImage363.png',0,'attachment','image/png',0),(114,1,'2020-09-21 16:30:45','2020-09-21 16:30:45','','BookBrushImage68','','inherit','open','closed','','bookbrushimage68','','','2020-09-21 16:30:45','2020-09-21 16:30:45','',111,'http://lavendermatyoga.com/wp-content/uploads/2020/09/BookBrushImage68.png',0,'attachment','image/png',0),(115,1,'2020-09-21 16:31:06','2020-09-21 16:31:06','','BookBrushImage81','','inherit','open','closed','','bookbrushimage81','','','2020-09-21 16:31:06','2020-09-21 16:31:06','',111,'http://lavendermatyoga.com/wp-content/uploads/2020/09/BookBrushImage81.png',0,'attachment','image/png',0),(116,1,'2020-09-21 16:49:27','2020-09-21 16:49:27','','Guided Sun Salutations - MP3 + Companion PDF','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"top\">\r\n<table class=\"t1\" width=\"600.0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td2\" valign=\"top\">\r\n<table class=\"t1\" width=\"600.0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td3\" valign=\"top\">\r\n<p class=\"p7\">In the 20 min MP3 audio I guide you through a continuous loop of <strong>modified</strong> Sun Salutations <em><strong>accessible for beginners</strong></em>(Surya Namaskara A). A Sun Salutation is a short sequence of yoga poses used to generate heat and to honor the wisdom and power of the sun. This audio goes at a slow, achievable pace, and teaches you important cues to keep your body safe. The PDF is a handy printable chart with an image of each pose in the order of the sequence with written reminders. This audio + companion PDF will help you establish a regular Sun Salutation home practice. <span class=\"s2\">\r\n</span></p>\r\n<p class=\"p7\"></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"t1\" width=\"600.0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td4\" valign=\"top\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"t1\" width=\"600.0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td2\" valign=\"top\">\r\n<table class=\"t1\" width=\"600.0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td3\" valign=\"top\">\r\n<p class=\"p10\"><b>BENEFITS OF REGULARLY PRACTICING SUN SALUTATIONS:</b></p>\r\n<p class=\"p11\">1. A positive impact of every organ system in the body\r\n2. The removal of chronic tension and stress in the body and mind\r\n3. Decreased anxiety and depression\r\n4. Improved circulation\r\n5. Enhanced flexibility of the spine, channel for Kundalini Energy\r\n6. Regulation of a calming breath\r\n7. Increased metabolism\r\n8. Toning of the abdomen and the pelvis (strengthening our Solar Plexus and Sacral Chakra)\r\n9. A powerful spiritual connection to the soul<span class=\"s2\">\r\n</span></p>\r\n\r\n<h5><span class=\"s2\">\r\n</span>THIS SEQUENCE IS THE FOUNDATION OF ALL YOGA PRACTICES AND IS USED, IN SOME FORM, IN ALMOST ALL PUBLIC CLASSES. PRACTICING THIS SEQUENCE WILL ENHANCE YOUR CONFIDENCE FOR GROUP CLASSES.</h5>\r\n<table class=\"t2\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td5\" valign=\"middle\">\r\n<h5 class=\"p8\"></h5>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','publish','open','closed','','guided-sun-salutations-mp3-companion-pdf','','','2022-06-12 09:00:02','2022-06-12 09:00:02','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=116',0,'product','',1),(117,1,'2020-09-21 16:48:19','2020-09-21 16:48:19','','free-3','','inherit','open','closed','','free-3','','','2020-09-21 16:48:19','2020-09-21 16:48:19','',116,'http://lavendermatyoga.com/wp-content/uploads/2020/09/free-3.png',0,'attachment','image/png',0),(119,1,'2020-09-21 17:36:35','2020-09-21 17:36:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','publish','closed','closed','','shop','','','2022-07-21 22:50:59','2022-07-21 22:50:59','',0,'http://lavendermatyoga.com/?page_id=119',0,'page','',0),(5879,1,'2022-07-21 22:50:59','2022-07-21 22:50:59','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2022-07-21 22:50:59','2022-07-21 22:50:59','',119,'https://lavendermatyoga.com/?p=5879',0,'revision','',0),(488,1,'2022-03-01 18:24:03','2022-03-01 18:24:03','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"473\" hover_image=\"473\" link=\"https://wildling.pxf.io/a1nkQq\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gua Sha</h4>\r\n<h5 style=\"text-align: center;\">10% off with code \'MADISON10\'</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2022-03-01 18:24:03','2022-03-01 18:24:03','',119,'http://lavendermatyoga.com/2022/03/01/119-revision-v1/',0,'revision','',0),(487,1,'2022-03-01 18:20:25','2022-03-01 18:20:25','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA + MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"473\" hover_image=\"473\" link=\"https://wildling.pxf.io/a1nkQq\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gua Sha</h4>\r\n<h5 style=\"text-align: center;\">10% off with code \'MADISON10\'</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2022-03-01 18:20:25','2022-03-01 18:20:25','',119,'http://lavendermatyoga.com/2022/03/01/119-revision-v1/',0,'revision','',0),(486,1,'2022-03-01 18:19:57','2022-03-01 18:19:57','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA + MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"473\" hover_image=\"473\" link=\"https://wildling.pxf.io/a1nkQq\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gua Sha</h4>\r\n<h5 style=\"text-align: center;\">10% off with code \'MADISON10\'</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2022-03-01 18:19:57','2022-03-01 18:19:57','',119,'http://lavendermatyoga.com/2022/03/01/119-revision-v1/',0,'revision','',0),(485,1,'2022-03-01 18:17:21','2022-03-01 18:17:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"473\" hover_image=\"473\" link=\"https://wildling.pxf.io/a1nkQq\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gua Sha</h4>\r\n<h5 style=\"text-align: center;\">10% off with code \'MADISON10\'</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2022-03-01 18:17:21','2022-03-01 18:17:21','',119,'http://lavendermatyoga.com/2022/03/01/119-revision-v1/',0,'revision','',0),(120,1,'2020-09-21 17:13:44','2020-09-21 17:13:44','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 17:13:44','2020-09-21 17:13:44','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(121,1,'2020-09-21 17:27:38','2020-09-21 17:27:38','','Copy of Copy of Untitled (3)','','inherit','open','closed','','copy-of-copy-of-untitled-3','','','2020-09-21 17:27:38','2020-09-21 17:27:38','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-3.png',0,'attachment','image/png',0),(122,1,'2020-09-21 17:28:32','2020-09-21 17:28:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"121\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4>GUIDED SUN SALUTATIONS</h4>\r\n<h4>FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 17:28:32','2020-09-21 17:28:32','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(123,1,'2020-09-21 17:29:00','2020-09-21 17:29:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 17:29:00','2020-09-21 17:29:00','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(124,1,'2020-09-21 17:29:25','2020-09-21 17:29:25','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 17:29:25','2020-09-21 17:29:25','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(125,1,'2020-09-21 17:29:46','2020-09-21 17:29:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 17:29:46','2020-09-21 17:29:46','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(126,1,'2020-09-21 17:33:58','2020-09-21 17:33:58','','Copy-of-Copy-of-ONLINE-WORKSHOP-4','','inherit','open','closed','','copy-of-copy-of-online-workshop-4','','','2020-09-21 17:33:58','2020-09-21 17:33:58','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-ONLINE-WORKSHOP-4.png',0,'attachment','image/png',0),(127,1,'2020-09-21 17:35:55','2020-09-21 17:35:55','','Unlocking the Major Arcana through Yoga','&nbsp;\r\n\r\nIn the summer of 2016, I was a guest teacher for <em>Tarot Readers Academy\'s Tarot Summer School </em>and it was at that time I created a very special workshop,<em> Unlocking the Major Arcana through Yoga</em>, where I taught the power of the connection of yoga and tarot. This is the rerelease of the workshop with an updated second edition of the eBook.\r\n\r\n&nbsp;\r\n\r\nThis is a workshop unlike any other. Learn to use tarot + yoga to heal your body, discover your authentic Self, and awaken your spiritual journey. Experience the power of combining intentional movement and the profound lessons of the Major Arcana! The connection between tarot and yoga asana is profound, here you can discover the power of manifesting and actualizing the dynamic archetypes of the Major Arcana into your being.\r\n\r\n&nbsp;\r\n\r\n<strong>This online workshop includes instant, lifetime access to a recorded online 60-minute hatha yoga class, a compelling and original eBook, and email support from me to answer any questions you may have or provide any clarification you may need.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>The most special part about this workshop was the eBook which I channeled from my guides, I was directed to pair each of the 22 cards in the Major Arcana of Tarot with a yoga pose.</strong></em> The purpose of this connection is to fully embody the archetypes represented in the tarot. In Major Arcana each card represents a phase in the cycle of enlightenment. Embodying the lessons taught to us by the tarot in our physical bodies through asana is transformative. Each pair has a picture of the yoga pose indicated, a picture of the tarot card (Lumina Tarot Cards by Inner Hue), a description of how to get into the pose pictured, and a description of the intuitively channeled connection between the selected yoga pose and corresponding tarot card.\r\n\r\n&nbsp;\r\n\r\nDuring the <strong>60-minute online yoga class,</strong> I lead you through a practice that was created with the intention to open the door to a deeper embodiment of the Major Arcana. The Major Arcana are often referred to as the \"destiny cards\" of the Tarot and through these cards you are led through every phase of life. In this yoga class I lead you through three important cycles of the Major Arcana and yoga poses depicted in the eBook. The class is a Hatha Yoga style, this style of yoga is stable, and balanced. This is an All Levels class that is taught in an accessible, and intimidation-free way. I believe in the importance of teaching yoga at a slow and steady pace to create foundational knowledge in the poses to enhance the benefits of the poses and to reduce risk of injury.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','publish','open','closed','','unlocking-the-major-arcana-through-yoga','','','2020-09-21 17:37:26','2020-09-21 17:37:26','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=127',0,'product','',2),(128,1,'2020-09-21 17:36:35','2020-09-21 17:36:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 17:36:35','2020-09-21 17:36:35','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(11761,1,'2022-10-29 21:57:38','2022-10-29 21:57:38','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\n<h5 style=\"text-align: center;\">PDF</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]</p>\n<h3 style=\"text-align: center;\">FREE</h3>\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]</p>\n<h3 style=\"text-align: center;\">Yoni Health</h3>\n<p>[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]</p>\n<div class=\"wpb_text_column wpb_content_element \">\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\n<p style=\"text-align: center;\">\n</div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\n</div>\n</div>\n<p>[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">yoni eggs</h4>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">breast activation kit</h4>\n<h5 style=\"text-align: center;\"></h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\n<h5 style=\"text-align: center;\"></h5>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]</p>\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\n<h5 style=\"text-align: center;\"></h5>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]</p>\n','Shop','','inherit','closed','closed','','119-autosave-v1','','','2022-10-29 21:57:38','2022-10-29 21:57:38','',119,'https://lavendermatyoga.com/?p=11761',0,'revision','',0),(12259,0,'2022-11-08 21:12:40','2022-11-08 21:12:40','','','','publish','closed','closed','','12259','','','2022-11-08 21:12:40','2022-11-08 21:12:40','',0,'https://lavendermatyoga.com/sl-insta-media/12259/',0,'sl-insta-media','',0),(12260,0,'2022-11-08 21:12:41','2022-11-08 21:12:41','','','','publish','closed','closed','','12260','','','2022-11-08 21:12:41','2022-11-08 21:12:41','',0,'https://lavendermatyoga.com/sl-insta-media/12260/',0,'sl-insta-media','',0),(12255,0,'2022-11-08 21:12:38','2022-11-08 21:12:38','','','','publish','closed','closed','','12255','','','2022-11-08 21:12:38','2022-11-08 21:12:38','',0,'https://lavendermatyoga.com/sl-insta-media/12255/',0,'sl-insta-media','',0),(12256,0,'2022-11-08 21:12:39','2022-11-08 21:12:39','','','','publish','closed','closed','','12256','','','2022-11-08 21:12:39','2022-11-08 21:12:39','',0,'https://lavendermatyoga.com/sl-insta-media/12256/',0,'sl-insta-media','',0),(12257,0,'2022-11-08 21:12:39','2022-11-08 21:12:39','','','','publish','closed','closed','','12257','','','2022-11-08 21:12:39','2022-11-08 21:12:39','',0,'https://lavendermatyoga.com/sl-insta-media/12257/',0,'sl-insta-media','',0),(12258,0,'2022-11-08 21:12:39','2022-11-08 21:12:39','','','','publish','closed','closed','','12258','','','2022-11-08 21:12:39','2022-11-08 21:12:39','',0,'https://lavendermatyoga.com/sl-insta-media/12258/',0,'sl-insta-media','',0),(12414,0,'2022-11-10 20:40:11','2022-11-10 20:40:11','','\"Water is the mirror that has the ability to show us what we cannot see. It is the blueprint for&hellip;','','publish','closed','closed','','water-is-the-mirror-that-has-the-ability-to-show-us-what-we-cannot-see-it-is-the-blueprint-for','','','2022-11-10 20:40:11','2022-11-10 20:40:11','',0,'https://lavendermatyoga.com/sl-insta-media/water-is-the-mirror-that-has-the-ability-to-show-us-what-we-cannot-see-it-is-the-blueprint-for/',0,'sl-insta-media','',0),(130,1,'2020-09-21 17:39:38','2020-09-21 17:39:38','','healing','','inherit','open','closed','','healing','','','2020-09-21 17:39:38','2020-09-21 17:39:38','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/healing.png',0,'attachment','image/png',0),(233,1,'2020-09-29 19:34:47','2020-09-29 19:34:47','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2020-09-29 19:35:56','2020-09-29 19:35:56','',0,'http://lavendermatyoga.com/?page_id=233',0,'page','',0),(133,1,'2020-09-21 17:56:42','2020-09-21 17:56:42','','Untitled-design-1','','inherit','open','closed','','untitled-design-1','','','2020-09-21 17:56:42','2020-09-21 17:56:42','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-1.png',0,'attachment','image/png',0),(135,1,'2020-09-21 18:03:26','2020-09-21 18:03:26','','free','','inherit','open','closed','','free','','','2020-09-21 18:03:26','2020-09-21 18:03:26','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/free.png',0,'attachment','image/png',0),(134,1,'2020-09-21 18:01:24','2020-09-21 18:01:24','','1 (1)','','inherit','open','closed','','1-1','','','2020-09-21 18:01:24','2020-09-21 18:01:24','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/1-1.png',0,'attachment','image/png',0),(136,1,'2020-09-21 18:04:35','2020-09-21 18:04:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 18:04:35','2020-09-21 18:04:35','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(137,1,'2020-09-21 18:05:05','2020-09-21 18:05:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop 2','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 18:05:05','2020-09-21 18:05:05','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(138,1,'2020-09-21 20:34:44','2020-09-21 20:34:44','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>EDUCATION</strong></h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5><strong>TRAINING</strong></h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>YOGA CERTIFICATIONS</strong></h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','publish','closed','closed','','meet-madison','','','2022-04-30 18:21:50','2022-04-30 18:21:50','',0,'http://lavendermatyoga.com/?page_id=138',0,'page','',0),(139,1,'2020-09-21 18:30:26','2020-09-21 18:30:26','','YogaPhoto-copy','','inherit','open','closed','','yogaphoto-copy','','','2020-09-21 18:30:26','2020-09-21 18:30:26','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/YogaPhoto-copy.png',0,'attachment','image/png',0),(140,1,'2020-09-21 19:24:44','2020-09-21 19:24:44','','Copy of Copy of Untitled (4)','','inherit','open','closed','','copy-of-copy-of-untitled-4','','','2020-09-21 19:24:44','2020-09-21 19:24:44','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-4.png',0,'attachment','image/png',0),(141,1,'2020-09-21 19:31:14','2020-09-21 19:31:14','','Untitled design (10)','','inherit','open','closed','','untitled-design-10','','','2020-09-21 19:31:14','2020-09-21 19:31:14','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-10.png',0,'attachment','image/png',0),(142,1,'2020-09-21 19:32:11','2020-09-21 19:32:11','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_single_image image=\"141\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-21 19:32:11','2020-09-21 19:32:11','',138,'http://lavendermatyoga.com/2020/09/21/138-revision-v1/',0,'revision','',0),(143,1,'2020-09-21 20:16:28','2020-09-21 20:16:28','','13','','inherit','open','closed','','13','','','2020-09-21 20:16:28','2020-09-21 20:16:28','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/13.png',0,'attachment','image/png',0),(144,1,'2020-09-21 20:16:57','2020-09-21 20:16:57','','14','','inherit','open','closed','','14','','','2020-09-21 20:16:57','2020-09-21 20:16:57','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/14.png',0,'attachment','image/png',0),(145,1,'2020-09-21 20:17:44','2020-09-21 20:17:44','','9','','inherit','open','closed','','9-2','','','2020-09-21 20:17:44','2020-09-21 20:17:44','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/9-1.png',0,'attachment','image/png',0),(146,1,'2020-09-21 20:34:30','2020-09-21 20:34:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Madison Rosenberger, Ph.D, E-RYT 200, RYT 500</h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! I focus on bringing well-founded spiritual education and wellness to my clients and students.\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. Yoga opened the door to my future.\r\n\r\n&nbsp;\r\n\r\nI have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga. My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. I make a point of making sure my classes are accessible to all the student present because I believe yoga is intended to be a holistic mental, physical, spiritual and emotional healing practice, not just a workout for the body.\r\n\r\n&nbsp;\r\n\r\nI am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.\r\n\r\n&nbsp;\r\n<h4>If you have any questions at all please do not hesitate to contact me!</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-21 20:34:30','2020-09-21 20:34:30','',138,'http://lavendermatyoga.com/2020/09/21/138-revision-v1/',0,'revision','',0),(147,1,'2022-04-30 18:20:54','2022-04-30 18:20:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>EDUCATION</strong></h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5><strong>TRAINING</strong></h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>YOGA CERTIFICATIONS</strong></h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-autosave-v1','','','2022-04-30 18:20:54','2022-04-30 18:20:54','',138,'http://lavendermatyoga.com/2020/09/21/138-autosave-v1/',0,'revision','',0),(148,1,'2020-09-21 20:38:05','2020-09-21 20:38:05','','Untitled design copy','','inherit','open','closed','','untitled-design-copy','','','2020-09-21 20:38:05','2020-09-21 20:38:05','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-copy.png',0,'attachment','image/png',0),(149,1,'2020-09-21 20:38:40','2020-09-21 20:38:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Madison Rosenberger, Ph.D.</h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! <strong>I focus on bringing well-founded spiritual education and wellness to my clients and students.</strong>\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. <strong>Yoga opened the door to my future.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>I have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>\r\n\r\n&nbsp;\r\n\r\nI am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.\r\n\r\n&nbsp;\r\n<h4>If you have any questions at all please do not hesitate to contact me!</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-21 20:38:40','2020-09-21 20:38:40','',138,'http://lavendermatyoga.com/2020/09/21/138-revision-v1/',0,'revision','',0),(150,1,'2020-09-21 20:45:44','2020-09-21 20:45:44','','Testimonial_Cara','','inherit','open','closed','','testimonial_cara','','','2020-09-21 20:45:44','2020-09-21 20:45:44','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Testimonial_Cara.png',0,'attachment','image/png',0),(151,1,'2020-09-21 20:45:47','2020-09-21 20:45:47','','Untitled-design-copy-2','','inherit','open','closed','','untitled-design-copy-2','','','2020-09-21 20:45:47','2020-09-21 20:45:47','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-copy-2.png',0,'attachment','image/png',0),(152,1,'2020-09-21 20:55:30','2020-09-21 20:55:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! <strong>I focus on bringing well-founded spiritual education and wellness to my clients and students.</strong>\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. <strong>Yoga opened the door to my future.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>I have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-21 20:55:30','2020-09-21 20:55:30','',138,'http://lavendermatyoga.com/2020/09/21/138-revision-v1/',0,'revision','',0),(153,1,'2020-09-21 20:59:05','2020-09-21 20:59:05','','Untitled-design-3-3','','inherit','open','closed','','untitled-design-3-3','','','2020-09-21 20:59:05','2020-09-21 20:59:05','',138,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-3-3.png',0,'attachment','image/png',0),(377,1,'2020-12-21 20:41:52','2020-12-21 20:41:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. Yoga became a part of my life when I was 19. I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life.\r\n\r\n<em><strong>I have been teaching yoga for the past 8 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-12-21 20:41:52','2020-12-21 20:41:52','',138,'http://lavendermatyoga.com/2020/12/21/138-revision-v1/',0,'revision','',0),(376,1,'2020-12-21 20:38:11','2020-12-21 20:38:11','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. Yoga became a part of my life when I was 19. I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life.\r\n\r\n<em><strong>I have been teaching yoga for the past 8 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-12-21 20:38:11','2020-12-21 20:38:11','',138,'http://lavendermatyoga.com/2020/12/21/138-revision-v1/',0,'revision','',0),(154,1,'2020-09-21 21:01:31','2020-09-21 21:01:31','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! <strong>I focus on bringing well-founded spiritual education and wellness to my clients and students.</strong>\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. <strong>Yoga opened the door to my future.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>I have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"normal\"][vc_separator type=\"normal\"][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"normal\"][vc_separator type=\"normal\"][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-21 21:01:31','2020-09-21 21:01:31','',138,'http://lavendermatyoga.com/2020/09/21/138-revision-v1/',0,'revision','',0),(156,1,'2020-09-21 23:07:20','2020-09-21 23:07:20','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! <strong>I focus on bringing well-founded spiritual education and wellness to my clients and students.</strong>\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. <strong>Yoga opened the door to my future.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>I have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-21 23:07:20','2020-09-21 23:07:20','',138,'http://lavendermatyoga.com/2020/09/21/138-revision-v1/',0,'revision','',0),(157,1,'2020-09-21 23:08:07','2020-09-21 23:08:07','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 23:08:07','2020-09-21 23:08:07','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(158,1,'2020-09-21 23:12:28','2020-09-21 23:12:28','','SHop page','','publish','closed','closed','','shop-2','','','2020-09-21 23:12:55','2020-09-21 23:12:55','',0,'http://lavendermatyoga.com/?page_id=158',0,'page','',0),(159,1,'2020-09-21 23:12:28','2020-09-21 23:12:28','','SHop','','inherit','closed','closed','','158-revision-v1','','','2020-09-21 23:12:28','2020-09-21 23:12:28','',158,'http://lavendermatyoga.com/2020/09/21/158-revision-v1/',0,'revision','',0),(160,1,'2020-09-21 23:12:55','2020-09-21 23:12:55','','SHop page','','inherit','closed','closed','','158-revision-v1','','','2020-09-21 23:12:55','2020-09-21 23:12:55','',158,'http://lavendermatyoga.com/2020/09/21/158-revision-v1/',0,'revision','',0),(161,1,'2020-09-21 23:13:40','2020-09-21 23:13:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Store','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 23:13:40','2020-09-21 23:13:40','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(162,1,'2020-09-21 23:16:15','2020-09-21 23:16:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-09-21 23:16:15','2020-09-21 23:16:15','',119,'http://lavendermatyoga.com/2020/09/21/119-revision-v1/',0,'revision','',0),(163,1,'2020-09-24 19:51:27','2020-09-24 19:51:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"200x200\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and Intuitive Yoga classes are on hiatus.  Please join my Meetup Group and newsletter mailing list below to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Join MeetUp Group Here\" link=\"https://www.meetup.com/lavendermatyoga/\"][vc_separator type=\"transparent\"][vc_raw_html]JTNDJTIxLS0lMjBCZWdpbiUyME1haWxjaGltcCUyMFNpZ251cCUyMEZvcm0lMjAtLSUzRSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGJTJGY2RuLWltYWdlcy5tYWlsY2hpbXAuY29tJTJGZW1iZWRjb2RlJTJGY2xhc3NpYy0wNzE4MjIuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTJGY3NzJTIyJTNFJTBBJTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQSUwOSUyM21jX2VtYmVkX3NpZ251cCU3QmJhY2tncm91bmQlM0ElMjNmZmYlM0IlMjBjbGVhciUzQWxlZnQlM0IlMjBmb250JTNBMTRweCUyMEhlbHZldGljYSUyQ0FyaWFsJTJDc2Fucy1zZXJpZiUzQiUyMCUyMHdpZHRoJTNBNjAwcHglM0IlN0QlMEElMDklMkYlMkElMjBBZGQlMjB5b3VyJTIwb3duJTIwTWFpbGNoaW1wJTIwZm9ybSUyMHN0eWxlJTIwb3ZlcnJpZGVzJTIwaW4lMjB5b3VyJTIwc2l0ZSUyMHN0eWxlc2hlZXQlMjBvciUyMGluJTIwdGhpcyUyMHN0eWxlJTIwYmxvY2suJTBBJTA5JTIwJTIwJTIwV2UlMjByZWNvbW1lbmQlMjBtb3ZpbmclMjB0aGlzJTIwYmxvY2slMjBhbmQlMjB0aGUlMjBwcmVjZWRpbmclMjBDU1MlMjBsaW5rJTIwdG8lMjB0aGUlMjBIRUFEJTIwb2YlMjB5b3VyJTIwSFRNTCUyMGZpbGUuJTIwJTJBJTJGJTBBJTNDJTJGc3R5bGUlM0UlMEElM0NkaXYlMjBpZCUzRCUyMm1jX2VtYmVkX3NpZ251cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRm1hZGlzb25yb3NlbmJlcmdlci51czEwLmxpc3QtbWFuYWdlLmNvbSUyRnN1YnNjcmliZSUyRnBvc3QlM0Z1JTNENmU4ZWQzMjA1NGU4OWUyNThmMjNkOWQwZSUyNmFtcCUzQmlkJTNEZDRiZGRjZmQyZSUyNmFtcCUzQmZfaWQlM0QwMDY0MzNlMmYwJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUyMGlkJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlLWZvcm0lMjIlMjBuYW1lJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlLWZvcm0lMjIlMjBjbGFzcyUzRCUyMnZhbGlkYXRlJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwbm92YWxpZGF0ZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGlkJTNEJTIybWNfZW1iZWRfc2lnbnVwX3Njcm9sbCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gyJTNFU3Vic2NyaWJlJTNDJTJGaDIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmluZGljYXRlcy1yZXF1aXJlZCUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmFzdGVyaXNrJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMGluZGljYXRlcyUyMHJlcXVpcmVkJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJtYy1maWVsZC1ncm91cCUyMiUzRSUwQSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybWNlLUVNQUlMJTIyJTNFRW1haWwlMjBBZGRyZXNzJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYXN0ZXJpc2slMjIlM0UlMkElM0MlMkZzcGFuJTNFJTBBJTNDJTJGbGFiZWwlM0UlMEElMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJlbWFpbCUyMiUyMHZhbHVlJTNEJTIyJTIyJTIwbmFtZSUzRCUyMkVNQUlMJTIyJTIwY2xhc3MlM0QlMjJyZXF1aXJlZCUyMGVtYWlsJTIyJTIwaWQlM0QlMjJtY2UtRU1BSUwlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUzQ3NwYW4lMjBpZCUzRCUyMm1jZS1FTUFJTC1IRUxQRVJURVhUJTIyJTIwY2xhc3MlM0QlMjJoZWxwZXJfdGV4dCUyMiUzRSUzQyUyRnNwYW4lM0UlMEElM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMm1jLWZpZWxkLWdyb3VwJTIyJTNFJTBBJTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJtY2UtRk5BTUUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0MlMkZsYWJlbCUzRSUwQSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMG5hbWUlM0QlMjJGTkFNRSUyMiUyMGNsYXNzJTNEJTIyJTIyJTIwaWQlM0QlMjJtY2UtRk5BTUUlMjIlM0UlMEElMDklM0NzcGFuJTIwaWQlM0QlMjJtY2UtRk5BTUUtSEVMUEVSVEVYVCUyMiUyMGNsYXNzJTNEJTIyaGVscGVyX3RleHQlMjIlM0UlM0MlMkZzcGFuJTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJtYy1maWVsZC1ncm91cCUyMiUzRSUwQSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybWNlLUxOQU1FJTIyJTNFTGFzdCUyME5hbWUlMjAlM0MlMkZsYWJlbCUzRSUwQSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMG5hbWUlM0QlMjJMTkFNRSUyMiUyMGNsYXNzJTNEJTIyJTIyJTIwaWQlM0QlMjJtY2UtTE5BTUUlMjIlM0UlMEElMDklM0NzcGFuJTIwaWQlM0QlMjJtY2UtTE5BTUUtSEVMUEVSVEVYVCUyMiUyMGNsYXNzJTNEJTIyaGVscGVyX3RleHQlMjIlM0UlM0MlMkZzcGFuJTNFJTBBJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwaWQlM0QlMjJtY2UtcmVzcG9uc2VzJTIyJTIwY2xhc3MlM0QlMjJjbGVhciUyMGZvb3QlMjIlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTIwaWQlM0QlMjJtY2UtZXJyb3ItcmVzcG9uc2UlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0Fub25lJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUyMGlkJTNEJTIybWNlLXN1Y2Nlc3MtcmVzcG9uc2UlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0Fub25lJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTIwJTIwJTIwJTNDJTIxLS0lMjByZWFsJTIwcGVvcGxlJTIwc2hvdWxkJTIwbm90JTIwZmlsbCUyMHRoaXMlMjBpbiUyMGFuZCUyMGV4cGVjdCUyMGdvb2QlMjB0aGluZ3MlMjAtJTIwZG8lMjBub3QlMjByZW1vdmUlMjB0aGlzJTIwb3IlMjByaXNrJTIwZm9ybSUyMGJvdCUyMHNpZ251cHMtLSUzRSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMHN0eWxlJTNEJTIycG9zaXRpb24lM0ElMjBhYnNvbHV0ZSUzQiUyMGxlZnQlM0ElMjAtNTAwMHB4JTNCJTIyJTIwYXJpYS1oaWRkZW4lM0QlMjJ0cnVlJTIyJTNFJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJiXzZlOGVkMzIwNTRlODllMjU4ZjIzZDlkMGVfZDRiZGRjZmQyZSUyMiUyMHRhYmluZGV4JTNEJTIyLTElMjIlMjB2YWx1ZSUzRCUyMiUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyb3B0aW9uYWxQYXJlbnQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNsZWFyJTIwZm9vdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyU3Vic2NyaWJlJTIyJTIwbmFtZSUzRCUyMnN1YnNjcmliZSUyMiUyMGlkJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJicmFuZGluZ0xvZ28lMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZlZXB1cmwuY29tJTJGaDliUTB6JTIyJTIwdGl0bGUlM0QlMjJNYWlsY2hpbXAlMjAtJTIwZW1haWwlMjBtYXJrZXRpbmclMjBtYWRlJTIwZWFzeSUyMGFuZCUyMGZ1biUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZWVwLmlvJTJGbWMtY2RuLWltYWdlcyUyRnRlbXBsYXRlX2ltYWdlcyUyRmJyYW5kaW5nX2xvZ29fdGV4dF9kYXJrX2R0cC5zdmclMjIlM0UlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTI3dGV4dCUyRmphdmFzY3JpcHQlMjclMjBzcmMlM0QlMjclMkYlMkZzMy5hbWF6b25hd3MuY29tJTJGZG93bmxvYWRzLm1haWxjaGltcC5jb20lMkZqcyUyRm1jLXZhbGlkYXRlLmpzJTI3JTNFJTNDJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTIwdHlwZSUzRCUyN3RleHQlMkZqYXZhc2NyaXB0JTI3JTNFJTI4ZnVuY3Rpb24lMjglMjQlMjklMjAlN0J3aW5kb3cuZm5hbWVzJTIwJTNEJTIwbmV3JTIwQXJyYXklMjglMjklM0IlMjB3aW5kb3cuZnR5cGVzJTIwJTNEJTIwbmV3JTIwQXJyYXklMjglMjklM0JmbmFtZXMlNUIwJTVEJTNEJTI3RU1BSUwlMjclM0JmdHlwZXMlNUIwJTVEJTNEJTI3ZW1haWwlMjclM0JmbmFtZXMlNUIxJTVEJTNEJTI3Rk5BTUUlMjclM0JmdHlwZXMlNUIxJTVEJTNEJTI3dGV4dCUyNyUzQmZuYW1lcyU1QjIlNUQlM0QlMjdMTkFNRSUyNyUzQmZ0eXBlcyU1QjIlNUQlM0QlMjd0ZXh0JTI3JTNCJTdEJTI4alF1ZXJ5JTI5JTI5JTNCdmFyJTIwJTI0bWNqJTIwJTNEJTIwalF1ZXJ5Lm5vQ29uZmxpY3QlMjh0cnVlJTI5JTNCJTNDJTJGc2NyaXB0JTNFJTBBJTNDJTIxLS1FbmQlMjBtY19lbWJlZF9zaWdudXAtLSUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','publish','closed','closed','','intuitive-yoga-for-beginners','','','2022-08-19 21:26:29','2022-08-19 21:26:29','',0,'http://lavendermatyoga.com/?page_id=163',0,'page','',0),(483,1,'2021-12-14 18:07:25','2021-12-14 18:07:25','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">UPCOMING CLASSES -</h3>\r\n<h3 style=\"text-align: center;\">To express your interest in attending a virtual class this Spring 2022, please drop me a line <a href=\"info@lavendermatyoga.com\">here!</a></h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2021-12-14 18:07:25','2021-12-14 18:07:25','',163,'http://lavendermatyoga.com/2021/12/14/163-revision-v1/',0,'revision','',0),(164,1,'2020-09-22 21:29:38','2020-09-22 21:29:38','','Copy of Copy of Untitled (5)','','inherit','open','closed','','copy-of-copy-of-untitled-5','','','2020-09-22 21:29:38','2020-09-22 21:29:38','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-5.png',0,'attachment','image/png',0),(165,1,'2020-09-24 18:30:55','2020-09-24 18:30:55','','Copy of Copy of Untitled (6)','','inherit','open','closed','','copy-of-copy-of-untitled-6','','','2020-09-24 18:30:55','2020-09-24 18:30:55','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-6.png',0,'attachment','image/png',0),(166,1,'2020-09-24 18:37:35','2020-09-24 18:37:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"165\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_single_image image=\"72\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 18:37:35','2020-09-24 18:37:35','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(167,1,'2020-09-24 18:38:16','2020-09-24 18:38:16','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"165\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"72\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 18:38:16','2020-09-24 18:38:16','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(168,1,'2020-09-24 18:53:14','2020-09-24 18:53:14','','Copy of Copy of Untitled (7)','','inherit','open','closed','','copy-of-copy-of-untitled-7','','','2020-09-24 18:53:14','2020-09-24 18:53:14','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-7.png',0,'attachment','image/png',0),(169,1,'2020-09-24 18:54:22','2020-09-24 18:54:22','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"168\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"73\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 18:54:22','2020-09-24 18:54:22','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(170,1,'2020-09-24 19:06:51','2020-09-24 19:06:51','','Copy of Copy of Untitled (9)','','inherit','open','closed','','copy-of-copy-of-untitled-9','','','2020-09-24 19:06:51','2020-09-24 19:06:51','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-9.png',0,'attachment','image/png',0),(171,1,'2020-09-24 19:07:21','2020-09-24 19:07:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"73\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:07:21','2020-09-24 19:07:21','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(172,1,'2020-09-24 19:12:52','2020-09-24 19:12:52','','Untitled design (11)','','inherit','open','closed','','untitled-design-11','','','2020-09-24 19:12:52','2020-09-24 19:12:52','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-11.png',0,'attachment','image/png',0),(173,1,'2020-09-24 19:22:00','2020-09-24 19:22:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>Intuitive Yoga</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h4 style=\"text-align: center;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:22:00','2020-09-24 19:22:00','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(174,1,'2020-09-24 19:25:19','2020-09-24 19:25:19','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:25:19','2020-09-24 19:25:19','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(175,1,'2020-09-24 19:34:50','2020-09-24 19:34:50','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976085049{background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">seating is limited and tickets are non-refundable</span></h6>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:34:50','2020-09-24 19:34:50','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(176,1,'2020-09-24 19:42:40','2020-09-24 19:42:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976203620{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:42:40','2020-09-24 19:42:40','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(177,1,'2020-09-24 19:45:17','2020-09-24 19:45:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976714472{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:45:17','2020-09-24 19:45:17','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(178,1,'2020-09-24 19:46:26','2020-09-24 19:46:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:46:26','2020-09-24 19:46:26','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(179,1,'2020-09-24 19:50:48','2020-09-24 19:50:48','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:50:48','2020-09-24 19:50:48','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(180,1,'2020-09-24 19:51:11','2020-09-24 19:51:11','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-24 19:51:11','2020-09-24 19:51:11','',163,'http://lavendermatyoga.com/2020/09/24/163-revision-v1/',0,'revision','',0),(182,1,'2020-09-28 16:35:52','2020-09-28 16:35:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Rosenberger</h4>\r\n<h4>Ph.D. , RYT 500</h4>\r\n704.778.1538\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://instagram.com/lavendermatyoga\"><strong>Instagram: @lavendermatyoga</strong></a>\r\n\r\n[instagram feed=\"643\"][/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2022-08-19 23:34:46','2022-08-19 23:34:46','',0,'http://lavendermatyoga.com/?page_id=182',0,'page','',0),(183,1,'2020-09-28 16:34:37','2020-09-28 16:34:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"168\" qode_css_animation=\"\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2020-09-28 16:34:37','2020-09-28 16:34:37','',182,'http://lavendermatyoga.com/2020/09/28/182-revision-v1/',0,'revision','',0),(184,1,'2020-09-28 16:34:40','2020-09-28 16:34:40','','Copy of Copy of Untitled (10)','','inherit','open','closed','','copy-of-copy-of-untitled-10','','','2020-09-28 16:34:40','2020-09-28 16:34:40','',182,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Copy-of-Untitled-10.png',0,'attachment','image/png',0),(185,1,'2020-09-28 16:35:35','2020-09-28 16:35:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"168\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2020-09-28 16:35:35','2020-09-28 16:35:35','',182,'http://lavendermatyoga.com/2020/09/28/182-revision-v1/',0,'revision','',0),(186,1,'2020-09-28 16:41:32','2020-09-28 16:41:32','','Testimonial_Cara (1)','','inherit','open','closed','','testimonial_cara-1','','','2020-09-28 16:41:32','2020-09-28 16:41:32','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Testimonial_Cara-1.png',0,'attachment','image/png',0),(187,1,'2020-09-28 16:41:35','2020-09-28 16:41:35','','Testimonial_Michael','','inherit','open','closed','','testimonial_michael','','','2020-09-28 16:41:35','2020-09-28 16:41:35','',163,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Testimonial_Michael.png',0,'attachment','image/png',0),(188,1,'2020-09-28 16:43:52','2020-09-28 16:43:52','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: center;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DR. MICHAEL BATLA, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>CARA MICHELLE</h4>\r\n[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-28 16:43:52','2020-09-28 16:43:52','',163,'http://lavendermatyoga.com/2020/09/28/163-revision-v1/',0,'revision','',0),(189,1,'2020-09-28 16:59:54','2020-09-28 16:59:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-28 16:59:54','2020-09-28 16:59:54','',163,'http://lavendermatyoga.com/2020/09/28/163-revision-v1/',0,'revision','',0),(190,1,'2022-08-19 21:32:19','2020-09-28 17:01:07',' ','','','publish','closed','closed','','190','','','2022-08-19 21:32:19','2022-08-19 21:32:19','',0,'http://lavendermatyoga.com/?p=190',4,'nav_menu_item','',0),(191,1,'2022-08-19 21:32:19','2020-09-28 17:01:06',' ','','','publish','closed','closed','','191','','','2022-08-19 21:32:19','2022-08-19 21:32:19','',0,'http://lavendermatyoga.com/?p=191',2,'nav_menu_item','',0),(192,1,'2022-08-19 21:32:19','2020-09-28 17:01:07',' ','','','publish','closed','closed','','192','','','2022-08-19 21:32:19','2022-08-19 21:32:19','',0,'http://lavendermatyoga.com/?p=192',5,'nav_menu_item','',0),(514,1,'2022-04-29 20:31:58','2022-04-29 20:31:58','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled-4','','','2022-04-29 20:31:58','2022-04-29 20:31:58','',43,'http://lavendermatyoga.com/wp-content/uploads/2022/04/Copy-of-Untitled-1.png',0,'attachment','image/png',0),(195,1,'2020-09-28 17:22:27','2020-09-28 17:22:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-28 17:22:27','2020-09-28 17:22:27','',163,'http://lavendermatyoga.com/2020/09/28/163-revision-v1/',0,'revision','',0),(197,1,'2020-09-28 20:38:33','2020-09-28 20:38:33','','6','','inherit','open','closed','','6','','','2020-09-28 20:38:33','2020-09-28 20:38:33','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/6.png',0,'attachment','image/png',0),(198,1,'2020-09-28 20:39:00','2020-09-28 20:39:00','','7','','inherit','open','closed','','7','','','2020-09-28 20:39:00','2020-09-28 20:39:00','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/7.png',0,'attachment','image/png',0),(199,1,'2020-09-28 20:39:35','2020-09-28 20:39:35','','1','','inherit','open','closed','','1-2','','','2020-09-28 20:39:35','2020-09-28 20:39:35','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/1-2.png',0,'attachment','image/png',0),(201,1,'2020-09-28 20:58:53','2020-09-28 20:58:53','','2','','inherit','open','closed','','2-2','','','2020-09-28 20:58:53','2020-09-28 20:58:53','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/2-1.png',0,'attachment','image/png',0),(207,1,'2020-09-29 15:41:48','2020-09-29 15:41:48','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Top</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"201\" hover_image=\"201\" link=\"https://amzn.to/3cG8irO\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Pants</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"203\" hover_image=\"203\" link=\"https://amzn.to/36iWRFs\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Mat Towel</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"202\" hover_image=\"202\" link=\"https://amzn.to/36iXhvw\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">7 Piece Yoga Set</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-09-29 15:41:48','2020-09-29 15:41:48','',119,'http://lavendermatyoga.com/2020/09/29/119-revision-v1/',0,'revision','',0),(206,1,'2020-09-29 15:16:32','2020-09-29 15:16:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/3kY3T6G\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Top</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-09-29 15:16:32','2020-09-29 15:16:32','',119,'http://lavendermatyoga.com/2020/09/29/119-revision-v1/',0,'revision','',0),(200,1,'2020-09-28 20:46:40','2020-09-28 20:46:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\"</h4>\r\n<h4 style=\"text-align: center;\">- Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES - BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/3kY3T6G\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA - ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK - FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-09-28 20:46:40','2020-09-28 20:46:40','',119,'http://lavendermatyoga.com/2020/09/28/119-revision-v1/',0,'revision','',0),(202,1,'2020-09-28 20:59:26','2020-09-28 20:59:26','','3','','inherit','open','closed','','3-2','','','2020-09-28 20:59:26','2020-09-28 20:59:26','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/3-1.png',0,'attachment','image/png',0),(203,1,'2020-09-28 20:59:47','2020-09-28 20:59:47','','4','','inherit','open','closed','','4-2','','','2020-09-28 20:59:47','2020-09-28 20:59:47','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/4-1.png',0,'attachment','image/png',0),(204,1,'2020-09-28 21:00:22','2020-09-28 21:00:22','','5','','inherit','open','closed','','5-2','','','2020-09-28 21:00:22','2020-09-28 21:00:22','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/5-1.png',0,'attachment','image/png',0),(205,1,'2020-09-28 21:01:08','2020-09-28 21:01:08','','Untitled design (12)','','inherit','open','closed','','untitled-design-12','','','2020-09-28 21:01:08','2020-09-28 21:01:08','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-12.png',0,'attachment','image/png',0),(270,1,'2020-11-23 20:44:00','2020-11-23 20:44:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Comapnion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Top</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"201\" hover_image=\"201\" link=\"https://amzn.to/3cG8irO\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Pants</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"203\" hover_image=\"203\" link=\"https://amzn.to/36iWRFs\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga</h4>\r\n<h4 style=\"text-align: center;\">Mat Towel</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"202\" hover_image=\"202\" link=\"https://amzn.to/36iXhvw\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">7 Piece Yoga Set</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-11-23 20:44:00','2020-11-23 20:44:00','',119,'http://lavendermatyoga.com/2020/11/23/119-revision-v1/',0,'revision','',0),(208,1,'2020-09-29 15:46:23','2020-09-29 15:46:23','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA</h4>\r\n<h4 style=\"text-align: center;\">- ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK</h4>\r\n<h4 style=\"text-align: center;\">- FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\" - Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES</h4>\r\n<h4 style=\"text-align: center;\">- BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Top</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"201\" hover_image=\"201\" link=\"https://amzn.to/3cG8irO\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Pants</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"203\" hover_image=\"203\" link=\"https://amzn.to/36iWRFs\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga</h4>\r\n<h4 style=\"text-align: center;\">Mat Towel</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"202\" hover_image=\"202\" link=\"https://amzn.to/36iXhvw\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">7 Piece Yoga Set</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-09-29 15:46:23','2020-09-29 15:46:23','',119,'http://lavendermatyoga.com/2020/09/29/119-revision-v1/',0,'revision','',0),(209,1,'2020-09-29 17:22:02','2020-09-29 17:22:02','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere and at any time. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-29 17:22:02','2020-09-29 17:22:02','',43,'http://lavendermatyoga.com/2020/09/29/43-revision-v1/',0,'revision','',0),(261,1,'2020-10-20 20:23:31','2020-10-20 20:23:31','','Order &ndash; October 20, 2020 @ 08:23 PM','','wc-refunded','open','closed','wc_order_TdtTcXpNRVWTL','order-oct-20-2020-0823-pm','','','2020-10-20 20:31:36','2020-10-20 20:31:36','',0,'http://lavendermatyoga.com/?post_type=shop_order&#038;p=261',0,'shop_order','',4),(212,1,'2020-09-29 17:27:49','2020-09-29 17:27:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere and at any time. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\" link=\"http://lavendermatyoga.com/blog/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-29 17:27:49','2020-09-29 17:27:49','',43,'http://lavendermatyoga.com/2020/09/29/43-revision-v1/',0,'revision','',0),(379,1,'2021-01-13 15:45:37','2021-01-13 15:45:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, clean living and spiritual teachings in addition to asana. Yoga is so much more than an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul and healing; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2021-01-13 15:45:37','2021-01-13 15:45:37','',43,'http://lavendermatyoga.com/2021/01/13/43-revision-v1/',0,'revision','',0),(299,1,'2020-12-20 17:13:36','2020-12-20 17:13:36','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, clean living and spiritual teachings in addition to asana. Yoga is so much more than an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul and healing; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\" link=\"http://lavendermatyoga.com/blog/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-12-20 17:13:36','2020-12-20 17:13:36','',43,'http://lavendermatyoga.com/2020/12/20/43-revision-v1/',0,'revision','',0),(216,1,'2020-09-29 17:49:41','2020-09-29 17:49:41','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\" http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-29 17:49:41','2020-09-29 17:49:41','',163,'http://lavendermatyoga.com/2020/09/29/163-revision-v1/',0,'revision','',0),(238,1,'2020-09-29 20:52:17','2020-09-29 20:52:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-24/\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-22/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-29/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-29 20:52:17','2020-09-29 20:52:17','',163,'http://lavendermatyoga.com/2020/09/29/163-revision-v1/',0,'revision','',0),(218,1,'2020-09-29 17:53:07','2020-09-29 17:53:07','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-24/\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\" link=\" http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-22/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\" link=\" http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-29/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-29 17:53:07','2020-09-29 17:53:07','',163,'http://lavendermatyoga.com/2020/09/29/163-revision-v1/',0,'revision','',0),(219,1,'2020-09-29 17:59:09','2020-09-29 17:59:09','','C90A5304','','inherit','open','closed','','c90a5304','','','2020-09-29 17:59:09','2020-09-29 17:59:09','',182,'http://lavendermatyoga.com/wp-content/uploads/2020/09/C90A5304.jpg',0,'attachment','image/jpeg',0),(220,1,'2022-08-19 23:33:12','2022-08-19 23:33:12','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Baer (Rosenberger)</h4>\r\n<h5>Ph.D. , RYT 500</h5>\r\n704.778.1538\r\n\r\n&nbsp;\r\n\r\n<strong>Instagram: @lavendermatyoga</strong>\r\n\r\n[instagram feed=\"643\"][/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-autosave-v1','','','2022-08-19 23:33:12','2022-08-19 23:33:12','',182,'http://lavendermatyoga.com/2020/09/29/182-autosave-v1/',0,'revision','',0),(7565,1,'2022-08-19 20:31:28','2022-08-19 20:31:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Baer (Rosenberger)</h4>\r\n<h5>Ph.D. , RYT 500, Owner</h5>\r\n704.778.1538\r\n\r\n&nbsp;\r\n\r\n<em>Instagram: @lavendermatyoga</em>\r\n\r\n[instagram feed=\"643\"][/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2022-08-19 20:31:28','2022-08-19 20:31:28','',182,'https://lavendermatyoga.com/?p=7565',0,'revision','',0),(221,1,'2020-09-29 17:59:39','2020-09-29 17:59:39','','Untitled design','','inherit','open','closed','','untitled-design','','','2020-09-29 17:59:39','2020-09-29 17:59:39','',182,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design.png',0,'attachment','image/png',0),(462,1,'2021-02-23 23:16:04','2021-02-23 23:16:04','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Rosenberger</h4>\r\n<h5>Ph.D. , RYT 500, Owner</h5>\r\n&nbsp;\r\n\r\n<em>Instagram: @lavendermatyoga</em>\r\n\r\n704.778.1538[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2021-02-23 23:16:04','2021-02-23 23:16:04','',182,'http://lavendermatyoga.com/2021/02/23/182-revision-v1/',0,'revision','',0),(461,1,'2021-02-23 23:12:44','2021-02-23 23:12:44','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Rosenberger</h4>\r\n<h5>Ph.D. , RYT 500, Owner</h5>\r\n&nbsp;\r\n\r\n<em>Instagram: @lavendermatyoga</em>\r\n\r\n704.778.1538[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"www.madisonrosenberger.com\" link=\"http://www.madisonrosenberger.com/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2021-02-23 23:12:44','2021-02-23 23:12:44','',182,'http://lavendermatyoga.com/2021/02/23/182-revision-v1/',0,'revision','',0),(223,1,'2020-09-29 18:14:56','2020-09-29 18:14:56','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>Madison Rosenberger, Ph.D. Owner</h5>\r\n<em>Instagram: @madisonrosenberger</em>\r\n\r\n<em>Channel, Spiritual Mentor, </em>\r\n\r\n<em>Yoga Teacher, RYT 500</em>\r\n\r\n<em>Clean Beauty Advocate</em>\r\n\r\n<em>Sacred Sex Educator</em>[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"www.madisonrosenberger.com\" link=\"http://www.madisonrosenberger.com/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2020-09-29 18:14:56','2020-09-29 18:14:56','',182,'http://lavendermatyoga.com/2020/09/29/182-revision-v1/',0,'revision','',0),(222,1,'2020-09-29 18:05:03','2020-09-29 18:05:03','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h3>Drop me a line with any and all questions!</h3>\r\n<h5>Submit all inquiries for private events through the contact form.</h5>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<h5></h5>\r\n&nbsp;\r\n<h4>Madison Rosenberger, Ph.D, Owner</h4>\r\n<em>Instagram: @madisonrosenberger</em>\r\n\r\n<em>Channel, Spiritual Mentor, </em>\r\n\r\n<em>Yoga Teacher, RYT 500</em>\r\n\r\n<em>Clean Beauty Advocate</em>\r\n\r\n<em>Sacred Sex Educator</em>[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"www.madisonrosenberger.com\" link=\"http://www.madisonrosenberger.com/\"][vc_separator type=\"transparent\"][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2020-09-29 18:05:03','2020-09-29 18:05:03','',182,'http://lavendermatyoga.com/2020/09/29/182-revision-v1/',0,'revision','',0),(224,1,'2020-09-29 18:16:14','2020-09-29 18:16:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>Madison Rosenberger, Ph.D. Owner</h5>\r\n<em>Instagram: @madisonrosenberger</em>\r\n\r\n<em>Channel, Spiritual Mentor, </em>\r\n\r\n<em>Yoga Teacher, RYT 500</em>\r\n\r\n<em>Clean Beauty Advocate</em>\r\n\r\n<em>Sacred Sex Educator</em>\r\n\r\n704.778.1538[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"www.madisonrosenberger.com\" link=\"http://www.madisonrosenberger.com/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2020-09-29 18:16:14','2020-09-29 18:16:14','',182,'http://lavendermatyoga.com/2020/09/29/182-revision-v1/',0,'revision','',0),(225,1,'2020-09-29 18:21:35','2020-09-29 18:21:35','','Untitled design (11)','','inherit','open','closed','','untitled-design-11-2','','','2020-09-29 18:21:35','2020-09-29 18:21:35','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Untitled-design-11-1.png',0,'attachment','image/png',0),(226,1,'2020-09-29 18:21:41','2020-09-29 18:21:41','http://lavendermatyoga.com/wp-content/uploads/2020/09/cropped-Untitled-design-11.png','cropped-Untitled-design-11.png','','inherit','open','closed','','cropped-untitled-design-11-png','','','2020-09-29 18:21:41','2020-09-29 18:21:41','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/cropped-Untitled-design-11.png',0,'attachment','image/png',0),(228,1,'2020-09-29 18:27:31','2020-09-29 18:27:31','','Copy of Lavender Mat Yoga Studio (4)','','inherit','open','closed','','copy-of-lavender-mat-yoga-studio-4','','','2020-09-29 18:27:31','2020-09-29 18:27:31','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/Copy-of-Lavender-Mat-Yoga-Studio-4.png',0,'attachment','image/png',0),(229,1,'2020-09-29 18:27:48','2020-09-29 18:27:48','http://lavendermatyoga.com/wp-content/uploads/2020/09/cropped-Copy-of-Lavender-Mat-Yoga-Studio-4.png','cropped-Copy-of-Lavender-Mat-Yoga-Studio-4.png','','inherit','open','closed','','cropped-copy-of-lavender-mat-yoga-studio-4-png','','','2020-09-29 18:27:48','2020-09-29 18:27:48','',0,'http://lavendermatyoga.com/wp-content/uploads/2020/09/cropped-Copy-of-Lavender-Mat-Yoga-Studio-4.png',0,'attachment','image/png',0),(231,1,'2020-09-29 18:30:24','2020-09-29 18:30:24','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\" link=\"http://lavendermatyoga.com/blog/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-29 18:30:24','2020-09-29 18:30:24','',43,'http://lavendermatyoga.com/2020/09/29/43-revision-v1/',0,'revision','',0),(460,1,'2021-02-23 00:47:58','2021-02-23 00:47:58','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Rosenberger</h4>\r\n<h5>Ph.D. , RYT 500, Owner</h5>\r\n&nbsp;\r\n\r\n<em>Instagram: @lavendermatyoga</em>\r\n\r\n<em>info@madisonrosenberger.com</em>\r\n\r\n704.778.1538[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"www.madisonrosenberger.com\" link=\"http://www.madisonrosenberger.com/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2021-02-23 00:47:58','2021-02-23 00:47:58','',182,'http://lavendermatyoga.com/2021/02/23/182-revision-v1/',0,'revision','',0),(232,1,'2020-09-29 18:31:33','2020-09-29 18:31:33','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>Madison Rosenberger, Ph.D. Owner</h5>\r\n<em>info@madisonrosenberger.com</em>\r\n\r\n<em>Instagram: @madisonrosenberger</em>\r\n\r\n<em>Channel, Spiritual Mentor, </em>\r\n\r\n<em>Yoga Teacher, RYT 500</em>\r\n\r\n<em>Clean Beauty Advocate</em>\r\n\r\n<em>Sacred Sex Educator</em>\r\n\r\n704.778.1538[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"www.madisonrosenberger.com\" link=\"http://www.madisonrosenberger.com/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2020-09-29 18:31:33','2020-09-29 18:31:33','',182,'http://lavendermatyoga.com/2020/09/29/182-revision-v1/',0,'revision','',0),(234,1,'2020-09-29 19:34:47','2020-09-29 19:34:47','[woocommerce_cart]','Cart','','inherit','closed','closed','','233-revision-v1','','','2020-09-29 19:34:47','2020-09-29 19:34:47','',233,'http://lavendermatyoga.com/2020/09/29/233-revision-v1/',0,'revision','',0),(235,1,'2020-09-29 19:37:04','2020-09-29 19:37:04','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2020-09-29 19:37:04','2020-09-29 19:37:04','',0,'http://lavendermatyoga.com/?page_id=235',0,'page','',0),(236,1,'2020-09-29 19:37:04','2020-09-29 19:37:04','[woocommerce_checkout]','Checkout','','inherit','closed','closed','','235-revision-v1','','','2020-09-29 19:37:04','2020-09-29 19:37:04','',235,'http://lavendermatyoga.com/2020/09/29/235-revision-v1/',0,'revision','',0),(237,1,'2020-09-29 19:40:40','2020-09-29 19:40:40','','Order &ndash; September 29, 2020 @ 07:40 PM','','wc-cancelled','open','closed','wc_order_7kGOUmSP5WTVv','order-sep-29-2020-0740-pm','','','2020-09-29 21:12:33','2020-09-29 21:12:33','',0,'http://lavendermatyoga.com/?post_type=shop_order&#038;p=237',0,'shop_order','',1),(239,1,'2020-09-29 20:54:04','2020-09-29 20:54:04','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-24/\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-22/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-29/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<h4>Dr.Michael Batla, D.C.</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-29 20:54:04','2020-09-29 20:54:04','',163,'http://lavendermatyoga.com/2020/09/29/163-revision-v1/',0,'revision','',0),(240,1,'2020-09-29 20:55:58','2020-09-29 20:55:58','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-24/\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-22/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-29/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<h4>Dr.Michael Batla, D.C.</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]\r\n<div class=\"separator transparent \">\r\n<div class=\"separator transparent \"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span></div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-29 20:55:58','2020-09-29 20:55:58','',163,'http://lavendermatyoga.com/2020/09/29/163-revision-v1/',0,'revision','',0),(241,1,'2020-09-29 21:10:49','2020-09-29 21:10:49','<p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n<p>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\r\n<p class=\"p1\" style=\"text-align: center;\">   The Lavender Mat is a sacred place to retreat to when life won\'t stop spinning. Your Lavender Mat denotes a place of transmutation, calm, and ease; and you can take this with you anywhere. Come to your Lavender Mat to clear, ground, and release. Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, and spiritual teachings in addition to asana. Lavender Mat Yoga concentrates on bringing healing to students through intimidation-free and accessible classes for any level of yogi, including complete first-timers.</p>\r\n<p>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"75\" hover_image=\"75\" link=\"http://lavendermatyoga.com/blog/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.</p>\r\n<p>NO intimidation for those just wanting to try.</p>\r\n<p>I felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\r\n<h4>DONNA RECUPIDO</h4>\r\n<p>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\r\n<h4>MADISON CANTRELL</h4>\r\n<p>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]</p>\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n<p>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]</p>\r\n','Home','','inherit','closed','closed','','43-revision-v1','','','2020-09-29 21:10:49','2020-09-29 21:10:49','',43,'http://lavendermatyoga.com/2020/09/29/43-revision-v1/',0,'revision','',0),(242,1,'2022-08-19 21:25:32','2022-08-19 21:25:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"200x200\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and Intuitive Yoga classes are on hiatus.  Please join my Meetup Group and newsletter mailing list below to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Join MeetUp Group Here\" link=\"https://www.meetup.com/lavendermatyoga/\"][vc_separator type=\"transparent\"][vc_raw_html]JTNDJTIxLS0lMjBCZWdpbiUyME1haWxjaGltcCUyMFNpZ251cCUyMEZvcm0lMjAtLSUzRSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGJTJGY2RuLWltYWdlcy5tYWlsY2hpbXAuY29tJTJGZW1iZWRjb2RlJTJGY2xhc3NpYy0wNzE4MjIuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTJGY3NzJTIyJTNFJTBBJTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQSUwOSUyM21jX2VtYmVkX3NpZ251cCU3QmJhY2tncm91bmQlM0ElMjNmZmYlM0IlMjBjbGVhciUzQWxlZnQlM0IlMjBmb250JTNBMTRweCUyMEhlbHZldGljYSUyQ0FyaWFsJTJDc2Fucy1zZXJpZiUzQiUyMCUyMHdpZHRoJTNBNjAwcHglM0IlN0QlMEElMDklMkYlMkElMjBBZGQlMjB5b3VyJTIwb3duJTIwTWFpbGNoaW1wJTIwZm9ybSUyMHN0eWxlJTIwb3ZlcnJpZGVzJTIwaW4lMjB5b3VyJTIwc2l0ZSUyMHN0eWxlc2hlZXQlMjBvciUyMGluJTIwdGhpcyUyMHN0eWxlJTIwYmxvY2suJTBBJTA5JTIwJTIwJTIwV2UlMjByZWNvbW1lbmQlMjBtb3ZpbmclMjB0aGlzJTIwYmxvY2slMjBhbmQlMjB0aGUlMjBwcmVjZWRpbmclMjBDU1MlMjBsaW5rJTIwdG8lMjB0aGUlMjBIRUFEJTIwb2YlMjB5b3VyJTIwSFRNTCUyMGZpbGUuJTIwJTJBJTJGJTBBJTNDJTJGc3R5bGUlM0UlMEElM0NkaXYlMjBpZCUzRCUyMm1jX2VtYmVkX3NpZ251cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRm1hZGlzb25yb3NlbmJlcmdlci51czEwLmxpc3QtbWFuYWdlLmNvbSUyRnN1YnNjcmliZSUyRnBvc3QlM0Z1JTNENmU4ZWQzMjA1NGU4OWUyNThmMjNkOWQwZSUyNmFtcCUzQmlkJTNEZDRiZGRjZmQyZSUyNmFtcCUzQmZfaWQlM0QwMDY0MzNlMmYwJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUyMGlkJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlLWZvcm0lMjIlMjBuYW1lJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlLWZvcm0lMjIlMjBjbGFzcyUzRCUyMnZhbGlkYXRlJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwbm92YWxpZGF0ZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGlkJTNEJTIybWNfZW1iZWRfc2lnbnVwX3Njcm9sbCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gyJTNFU3Vic2NyaWJlJTNDJTJGaDIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmluZGljYXRlcy1yZXF1aXJlZCUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmFzdGVyaXNrJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMGluZGljYXRlcyUyMHJlcXVpcmVkJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJtYy1maWVsZC1ncm91cCUyMiUzRSUwQSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybWNlLUVNQUlMJTIyJTNFRW1haWwlMjBBZGRyZXNzJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYXN0ZXJpc2slMjIlM0UlMkElM0MlMkZzcGFuJTNFJTBBJTNDJTJGbGFiZWwlM0UlMEElMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJlbWFpbCUyMiUyMHZhbHVlJTNEJTIyJTIyJTIwbmFtZSUzRCUyMkVNQUlMJTIyJTIwY2xhc3MlM0QlMjJyZXF1aXJlZCUyMGVtYWlsJTIyJTIwaWQlM0QlMjJtY2UtRU1BSUwlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUzQ3NwYW4lMjBpZCUzRCUyMm1jZS1FTUFJTC1IRUxQRVJURVhUJTIyJTIwY2xhc3MlM0QlMjJoZWxwZXJfdGV4dCUyMiUzRSUzQyUyRnNwYW4lM0UlMEElM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMm1jLWZpZWxkLWdyb3VwJTIyJTNFJTBBJTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJtY2UtRk5BTUUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0MlMkZsYWJlbCUzRSUwQSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMG5hbWUlM0QlMjJGTkFNRSUyMiUyMGNsYXNzJTNEJTIyJTIyJTIwaWQlM0QlMjJtY2UtRk5BTUUlMjIlM0UlMEElMDklM0NzcGFuJTIwaWQlM0QlMjJtY2UtRk5BTUUtSEVMUEVSVEVYVCUyMiUyMGNsYXNzJTNEJTIyaGVscGVyX3RleHQlMjIlM0UlM0MlMkZzcGFuJTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJtYy1maWVsZC1ncm91cCUyMiUzRSUwQSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybWNlLUxOQU1FJTIyJTNFTGFzdCUyME5hbWUlMjAlM0MlMkZsYWJlbCUzRSUwQSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMG5hbWUlM0QlMjJMTkFNRSUyMiUyMGNsYXNzJTNEJTIyJTIyJTIwaWQlM0QlMjJtY2UtTE5BTUUlMjIlM0UlMEElMDklM0NzcGFuJTIwaWQlM0QlMjJtY2UtTE5BTUUtSEVMUEVSVEVYVCUyMiUyMGNsYXNzJTNEJTIyaGVscGVyX3RleHQlMjIlM0UlM0MlMkZzcGFuJTNFJTBBJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwaWQlM0QlMjJtY2UtcmVzcG9uc2VzJTIyJTIwY2xhc3MlM0QlMjJjbGVhciUyMGZvb3QlMjIlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTIwaWQlM0QlMjJtY2UtZXJyb3ItcmVzcG9uc2UlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0Fub25lJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUyMGlkJTNEJTIybWNlLXN1Y2Nlc3MtcmVzcG9uc2UlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0Fub25lJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTIwJTIwJTIwJTNDJTIxLS0lMjByZWFsJTIwcGVvcGxlJTIwc2hvdWxkJTIwbm90JTIwZmlsbCUyMHRoaXMlMjBpbiUyMGFuZCUyMGV4cGVjdCUyMGdvb2QlMjB0aGluZ3MlMjAtJTIwZG8lMjBub3QlMjByZW1vdmUlMjB0aGlzJTIwb3IlMjByaXNrJTIwZm9ybSUyMGJvdCUyMHNpZ251cHMtLSUzRSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMHN0eWxlJTNEJTIycG9zaXRpb24lM0ElMjBhYnNvbHV0ZSUzQiUyMGxlZnQlM0ElMjAtNTAwMHB4JTNCJTIyJTIwYXJpYS1oaWRkZW4lM0QlMjJ0cnVlJTIyJTNFJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJiXzZlOGVkMzIwNTRlODllMjU4ZjIzZDlkMGVfZDRiZGRjZmQyZSUyMiUyMHRhYmluZGV4JTNEJTIyLTElMjIlMjB2YWx1ZSUzRCUyMiUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyb3B0aW9uYWxQYXJlbnQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNsZWFyJTIwZm9vdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyU3Vic2NyaWJlJTIyJTIwbmFtZSUzRCUyMnN1YnNjcmliZSUyMiUyMGlkJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJicmFuZGluZ0xvZ28lMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZlZXB1cmwuY29tJTJGaDliUTB6JTIyJTIwdGl0bGUlM0QlMjJNYWlsY2hpbXAlMjAtJTIwZW1haWwlMjBtYXJrZXRpbmclMjBtYWRlJTIwZWFzeSUyMGFuZCUyMGZ1biUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZWVwLmlvJTJGbWMtY2RuLWltYWdlcyUyRnRlbXBsYXRlX2ltYWdlcyUyRmJyYW5kaW5nX2xvZ29fdGV4dF9kYXJrX2R0cC5zdmclMjIlM0UlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTI3dGV4dCUyRmphdmFzY3JpcHQlMjclMjBzcmMlM0QlMjclMkYlMkZzMy5hbWF6b25hd3MuY29tJTJGZG93bmxvYWRzLm1haWxjaGltcC5jb20lMkZqcyUyRm1jLXZhbGlkYXRlLmpzJTI3JTNFJTNDJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTIwdHlwZSUzRCUyN3RleHQlMkZqYXZhc2NyaXB0JTI3JTNFJTI4ZnVuY3Rpb24lMjglMjQlMjklMjAlN0J3aW5kb3cuZm5hbWVzJTIwJTNEJTIwbmV3JTIwQXJyYXklMjglMjklM0IlMjB3aW5kb3cuZnR5cGVzJTIwJTNEJTIwbmV3JTIwQXJyYXklMjglMjklM0JmbmFtZXMlNUIwJTVEJTNEJTI3RU1BSUwlMjclM0JmdHlwZXMlNUIwJTVEJTNEJTI3ZW1haWwlMjclM0JmbmFtZXMlNUIxJTVEJTNEJTI3Rk5BTUUlMjclM0JmdHlwZXMlNUIxJTVEJTNEJTI3dGV4dCUyNyUzQmZuYW1lcyU1QjIlNUQlM0QlMjdMTkFNRSUyNyUzQmZ0eXBlcyU1QjIlNUQlM0QlMjd0ZXh0JTI3JTNCJTdEJTI4alF1ZXJ5JTI5JTI5JTNCdmFyJTIwJTI0bWNqJTIwJTNEJTIwalF1ZXJ5Lm5vQ29uZmxpY3QlMjh0cnVlJTI5JTNCJTNDJTJGc2NyaXB0JTNFJTBBJTNDJTIxLS1FbmQlMjBtY19lbWJlZF9zaWdudXAtLSUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-autosave-v1','','','2022-08-19 21:25:32','2022-08-19 21:25:32','',163,'http://lavendermatyoga.com/2020/09/29/163-autosave-v1/',0,'revision','',0),(243,1,'2020-09-29 21:15:33','2020-09-29 21:15:33','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 3rd, 2020 @ 11:00am/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-3/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-24/\"][/vc_column][vc_column width=\"1/2\"][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-22/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-29/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-09-29 21:15:33','2020-09-29 21:15:33','',163,'http://lavendermatyoga.com/2020/09/29/163-revision-v1/',0,'revision','',0),(267,1,'2020-11-13 19:56:40','2020-11-13 19:56:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">UPCOMING CLASSES -</h3>\r\n<h3 style=\"text-align: center;\">Classes will resume in Spring 2021!</h3>\r\n<p style=\"text-align: center;\"><strong><em>All classes are held outdoors at Freedom Park (Charlotte, NC), instructions on how to find our group will be sent to you upon registration.</em></strong></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-11-13 19:56:40','2020-11-13 19:56:40','',163,'http://lavendermatyoga.com/2020/11/13/163-revision-v1/',0,'revision','',0),(257,1,'2020-10-04 16:02:33','2020-10-04 16:02:33','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1600976784257{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">registration is required and tickets are non-refundable. Classes are hosted outdoors and masks are not required. Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: left;\">UPCOMING CLASSES</h3>\r\n<p style=\"text-align: left;\"><em>All classes are held at Freedom Park, instructions on how to find our group will be sent to you upon registration.</em></p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"October 8th, 2020 @ 6:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-8/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 10th, 2020 @ 12:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-10/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 22nd, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-22/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 24th, 2020 @ 2:00pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-24/\"][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"October 29th, 2020 @ 5:30pm/ Register Here\" link=\"http://lavendermatyoga.com/product/intuitive-yoga-for-beginners-10-29/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2020-10-04 16:02:33','2020-10-04 16:02:33','',163,'http://lavendermatyoga.com/2020/10/04/163-revision-v1/',0,'revision','',0),(244,1,'2020-09-29 21:16:30','2020-09-29 21:16:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! <strong>I focus on bringing well-founded spiritual education and wellness to my clients and students.</strong>\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. <strong>Yoga opened the door to my future.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>I have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-29 21:16:30','2020-09-29 21:16:30','',138,'http://lavendermatyoga.com/2020/09/29/138-revision-v1/',0,'revision','',0),(375,1,'2020-12-21 20:33:49','2020-12-21 20:33:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. Yoga became a part of my life when I was 19. I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life.\r\n\r\n<em><strong>I have been teaching yoga for the past 8 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-12-21 20:33:49','2020-12-21 20:33:49','',138,'http://lavendermatyoga.com/2020/12/21/138-revision-v1/',0,'revision','',0),(245,1,'2020-09-29 21:16:58','2020-09-29 21:16:58','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Rosenberger, Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner behind Lavender Mat. In addition to being an advanced Yoga Alliance certified Yoga Teacher I am a Channel, Spiritual Mentor, Clean Beauty Advocate, Sacred Sex Educator, Writer/Author, and Great Dane Mama! <strong>I focus on bringing well-founded spiritual education and wellness to my clients and students.</strong>\r\n\r\n&nbsp;\r\n\r\nYoga became a part of my life when I was 19, I originally came to yoga with the intention to rehab my knee after surgery and the reason I stayed is multifaceted. Many people remark on how yoga changed their lives, so it may sound cliche, but it genuinely true that yoga altered the course of my life. <strong>Yoga opened the door to my future.</strong>\r\n\r\n&nbsp;\r\n\r\n<em><strong>I have been teaching yoga for the past 7 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]I am a 500hr Registered Yoga Teacher, E-RYT 200, and Continuing Education Provider through Yoga Alliance. I have certifications in Hatha, Ashtanga Vinyasa, Kid’s Yoga, Yin Yoga (Deep Stretch), Prenatal Yoga, Aerial Yoga, Stand-Up Paddleboard Yoga and Gentle Yoga (for people w/ disabilities or physical limitations); with specialized training in Chair Yoga, Yoga for the Pelvic Floor, Meditation and Pranayama.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"145\" hover_image=\"145\" link=\"http://www.madisonrosenberger.com/work-with-me/private-yoga/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"144\" hover_image=\"144\" link=\"http://www.madisonrosenberger.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"143\" hover_image=\"143\" link=\"http://www.madisonrosenberger.com/work-with-me/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_single_image image=\"82\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2020-09-29 21:16:58','2020-09-29 21:16:58','',138,'http://lavendermatyoga.com/2020/09/29/138-revision-v1/',0,'revision','',0),(246,1,'2020-10-01 16:57:42','2020-10-01 16:57:42','','Order &ndash; October 1, 2020 @ 04:57 PM','','wc-processing','open','closed','wc_order_6YtiHN00elIlM','order-oct-01-2020-0457-pm','','','2020-10-01 16:59:52','2020-10-01 16:59:52','',0,'http://lavendermatyoga.com/?post_type=shop_order&#038;p=246',0,'shop_order','',2),(247,1,'2020-10-01 17:37:02','2020-10-01 17:37:02','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"248\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"253\" hover_image=\"253\" link=\"https://amzn.to/2BSScNc\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"252\" hover_image=\"252\" link=\"https://amzn.to/2BTmYWm\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"251\" hover_image=\"251\" link=\"https://amzn.to/2NOikeY\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"250\" hover_image=\"250\" link=\"https://amzn.to/2NJq1mD\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"249\" hover_image=\"249\" link=\"https://amzn.to/3dUuspc\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','My Top 5 Meditation Tools','','publish','closed','closed','','my-top-5-meditation-tools','','','2020-12-20 18:00:48','2020-12-20 18:00:48','',0,'http://lavendermatyoga.com/?page_id=247',0,'page','',0),(248,1,'2020-10-01 17:31:17','2020-10-01 17:31:17','','Copy-of-Untitled-2','','inherit','open','closed','','copy-of-untitled-2','','','2020-10-01 17:31:17','2020-10-01 17:31:17','',247,'http://lavendermatyoga.com/wp-content/uploads/2020/10/Copy-of-Untitled-2.png',0,'attachment','image/png',0),(249,1,'2020-10-01 17:33:21','2020-10-01 17:33:21','','1-copy-2','','inherit','open','closed','','1-copy-2','','','2020-10-01 17:33:21','2020-10-01 17:33:21','',247,'http://lavendermatyoga.com/wp-content/uploads/2020/10/1-copy-2.png',0,'attachment','image/png',0),(250,1,'2020-10-01 17:33:32','2020-10-01 17:33:32','','5 (1)','','inherit','open','closed','','5-1','','','2020-10-01 17:33:32','2020-10-01 17:33:32','',247,'http://lavendermatyoga.com/wp-content/uploads/2020/10/5-1.png',0,'attachment','image/png',0),(251,1,'2020-10-01 17:33:45','2020-10-01 17:33:45','','3-1','','inherit','open','closed','','3-1','','','2020-10-01 17:33:45','2020-10-01 17:33:45','',247,'http://lavendermatyoga.com/wp-content/uploads/2020/10/3-1.png',0,'attachment','image/png',0),(252,1,'2020-10-01 17:33:55','2020-10-01 17:33:55','','Add-a-heading-1','','inherit','open','closed','','add-a-heading-1','','','2020-10-01 17:33:55','2020-10-01 17:33:55','',247,'http://lavendermatyoga.com/wp-content/uploads/2020/10/Add-a-heading-1.png',0,'attachment','image/png',0),(253,1,'2020-10-01 17:34:05','2020-10-01 17:34:05','','4-1','','inherit','open','closed','','4-1','','','2020-10-01 17:34:05','2020-10-01 17:34:05','',247,'http://lavendermatyoga.com/wp-content/uploads/2020/10/4-1.png',0,'attachment','image/png',0),(254,1,'2020-10-01 17:37:02','2020-10-01 17:37:02','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"248\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"253\" hover_image=\"253\" link=\"https://amzn.to/2BSScNc\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"252\" hover_image=\"252\" link=\"https://amzn.to/2BTmYWm\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"251\" hover_image=\"251\" link=\"https://amzn.to/2NOikeY\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"250\" hover_image=\"250\" link=\"https://amzn.to/2NJq1mD\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"249\" hover_image=\"249\" link=\"https://amzn.to/3dUuspc\"][/vc_column][/vc_row]','My Top 5 Meditation Tools','','inherit','closed','closed','','247-revision-v1','','','2020-10-01 17:37:02','2020-10-01 17:37:02','',247,'http://lavendermatyoga.com/2020/10/01/247-revision-v1/',0,'revision','',0),(255,1,'2020-10-01 17:40:56','2020-10-01 17:40:56','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"248\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"253\" hover_image=\"253\" link=\"https://amzn.to/2BSScNc\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"252\" hover_image=\"252\" link=\"https://amzn.to/2BTmYWm\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"251\" hover_image=\"251\" link=\"https://amzn.to/2NOikeY\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"250\" hover_image=\"250\" link=\"https://amzn.to/2NJq1mD\"][/vc_column][vc_column width=\"1/5\"][image_hover target=\"_self\" image=\"249\" hover_image=\"249\" link=\"https://amzn.to/3dUuspc\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','My Top 5 Meditation Tools','','inherit','closed','closed','','247-revision-v1','','','2020-10-01 17:40:56','2020-10-01 17:40:56','',247,'http://lavendermatyoga.com/2020/10/01/247-revision-v1/',0,'revision','',0),(256,1,'2020-10-01 17:41:44','2020-10-01 17:41:44','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA</h4>\r\n<h4 style=\"text-align: center;\">- ONLINE COURSE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"130\" hover_image=\"130\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">HEALING BREATHWORK</h4>\r\n<h4 style=\"text-align: center;\">- FB LIVE</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">SHOP MY TOP 5 MEDITATION TOOLS!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"133\" hover_image=\"133\" link=\"http://www.madisonrosenberger.com/meditate-with-madison-guided-meditations/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"Meditate with Madison\" - Guided Meditation Tracks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"135\" hover_image=\"135\" link=\"http://lavendermatyoga.com/product/healing-breathwork-pranayama/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITONES</h4>\r\n<h4 style=\"text-align: center;\">- BINURAUL BEATS</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Top</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"201\" hover_image=\"201\" link=\"https://amzn.to/3cG8irO\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Pants</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"203\" hover_image=\"203\" link=\"https://amzn.to/36iWRFs\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga</h4>\r\n<h4 style=\"text-align: center;\">Mat Towel</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"202\" hover_image=\"202\" link=\"https://amzn.to/36iXhvw\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">7 Piece Yoga Set</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-10-01 17:41:44','2020-10-01 17:41:44','',119,'http://lavendermatyoga.com/2020/10/01/119-revision-v1/',0,'revision','',0),(258,1,'2020-10-05 22:43:20','2020-10-05 22:43:20','','Order &ndash; October 5, 2020 @ 10:43 PM','Please bring a Lavender Mat, thank you','wc-processing','open','closed','wc_order_mVAwqweWI3qkg','order-oct-05-2020-1043-pm','','','2020-10-05 23:02:14','2020-10-05 23:02:14','',0,'http://lavendermatyoga.com/?post_type=shop_order&#038;p=258',0,'shop_order','',2),(259,1,'2020-10-05 22:44:04','2020-10-05 22:44:04','','Order &ndash; October 5, 2020 @ 10:44 PM','','wc-processing','open','closed','wc_order_tNiGbSjRk4djp','order-oct-05-2020-1044-pm','','','2020-10-05 22:44:34','2020-10-05 22:44:34','',0,'http://lavendermatyoga.com/?post_type=shop_order&#038;p=259',0,'shop_order','',2),(264,1,'2020-10-20 20:31:36','2020-10-20 20:31:36','','Refund &ndash; Oct 20, 2020 @ 08:31 PM','','wc-completed','closed','closed','wc_order_pLksZqQ6T7ldm','refund-oct-20-2020-0831-pm','','','2020-10-20 20:31:36','2020-10-20 20:31:36','',261,'http://lavendermatyoga.com/?shop_order_refund=refund-oct-20-2020-0831-pm',0,'shop_order_refund','',0),(269,1,'2020-11-23 20:39:10','2020-11-23 20:39:10','','Untitled design (1)','','inherit','open','closed','','untitled-design-1-2','','','2020-11-23 20:39:10','2020-11-23 20:39:10','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/11/Untitled-design-1.png',0,'attachment','image/png',0),(271,1,'2020-11-24 16:12:43','2020-11-24 16:12:43','','Meditate Companion Album','Meditation has changed my life in immeasurable ways and I hope to give a little bit of that to you. Meditation is the key to life; through meditation, you can find deep relaxation, a connection with your truest self and spirit guides, spiritual experiences that shape who you are, and a silent space for healing and transformation. Meditation is a sanctuary.\r\n\r\n&nbsp;\r\n\r\nIn this companion album (over 2 hours of audio guided meditation!) to my book<em> Meditate: A Simple and Straightforward Guide</em> you will receive 7 Guided Meditation MP3s that coincide with the ones I teach in my book. In addition, you will get 4 BONUS Guided Meditations: Purple Rain Transformation, Discover Your Animal Chakra Guardians, Circulate Sacred Sexual Energy, and the Divine Fountain of Youth.\r\n\r\n&nbsp;\r\n\r\nI really wanted to create this album for you so that you could have me right there in your headphones to guide you through the meditations I teach in the book. This way you don’t have to memorize the meditation techniques before trying and you do not need to distract yourself by trying to read the meditation steps while learning to meditate.','publish','open','closed','','meditate-companion-album','','','2020-11-24 19:48:12','2020-11-24 19:48:12','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=271',0,'product','',5),(272,1,'2020-11-23 20:46:13','2020-11-23 20:46:13','\"Breath\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Breath','','inherit','open','closed','','breath','','','2020-11-23 20:46:32','2020-11-23 20:46:32','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Breath-twr1pn.mp3',0,'attachment','audio/mpeg',0),(273,1,'2020-11-23 20:46:13','2020-11-23 20:46:13','','','','inherit','open','closed','','273','','','2020-11-23 20:46:13','2020-11-23 20:46:13','',0,'http://lavendermatyoga.com/273/',0,'attachment','image/png',0),(274,1,'2020-11-23 20:47:47','2020-11-23 20:47:47','\"Sit with your Guides\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Sit with your Guides','','inherit','open','closed','','sit-with-your-guides','','','2020-11-23 20:50:12','2020-11-23 20:50:12','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Sit-with-your-Guides-bhnnnc.mp3',0,'attachment','audio/mpeg',0),(275,1,'2020-11-23 20:47:47','2020-11-23 20:47:47','','','','inherit','open','closed','','275','','','2020-11-23 20:47:47','2020-11-23 20:47:47','',0,'http://lavendermatyoga.com/275/',0,'attachment','image/png',0),(276,1,'2020-11-23 20:50:51','2020-11-23 20:50:51','\"Mother Nature\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Mother Nature','','inherit','open','closed','','mother-nature','','','2020-11-23 20:52:04','2020-11-23 20:52:04','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Mother-Nature-38epu5.mp3',0,'attachment','audio/mpeg',0),(277,1,'2020-11-23 20:50:51','2020-11-23 20:50:51','','','','inherit','open','closed','','277','','','2020-11-23 20:50:51','2020-11-23 20:50:51','',0,'http://lavendermatyoga.com/277/',0,'attachment','image/png',0),(278,1,'2020-11-23 20:52:57','2020-11-23 20:52:57','\"Sacred Light\" from Meditate with Madison by Madison Rosenberger. Released: 2020.','Sacred Light','','inherit','open','closed','','sacred-light','','','2020-11-23 21:29:24','2020-11-23 21:29:24','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Sacred-Light-xswhyl.mp3',0,'attachment','audio/mpeg',0),(279,1,'2020-11-23 20:52:57','2020-11-23 20:52:57','','','','inherit','open','closed','','279','','','2020-11-23 20:52:57','2020-11-23 20:52:57','',0,'http://lavendermatyoga.com/279/',0,'attachment','image/png',0),(280,1,'2020-11-23 21:30:31','2020-11-23 21:30:31','\"Watch Your Thoughts\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Watch Your Thoughts','','inherit','open','closed','','watch-your-thoughts','','','2020-11-23 22:41:16','2020-11-23 22:41:16','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Watch-Your-Thoughts-gezxed.mp3',0,'attachment','audio/mpeg',0),(281,1,'2020-11-23 21:30:31','2020-11-23 21:30:31','','','','inherit','open','closed','','281','','','2020-11-23 21:30:31','2020-11-23 21:30:31','',0,'http://lavendermatyoga.com/281/',0,'attachment','image/png',0),(282,1,'2020-11-23 22:42:15','2020-11-23 22:42:15','\"Loving Gaze: \"Stargaze\"\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Loving Gaze: \"Stargaze\"','','inherit','open','closed','','loving-gaze-stargaze','','','2020-11-23 22:48:34','2020-11-23 22:48:34','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Loving-Gaze_-_Stargaze_-wwfvs3.mp3',0,'attachment','audio/mpeg',0),(283,1,'2020-11-23 22:42:15','2020-11-23 22:42:15','','','','inherit','open','closed','','283','','','2020-11-23 22:42:15','2020-11-23 22:42:15','',0,'http://lavendermatyoga.com/283/',0,'attachment','image/png',0),(284,1,'2020-11-23 22:49:51','2020-11-23 22:49:51','\"Mantra: Om Tare Tuttare Ture Soha\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Mantra: Om Tare Tuttare Ture Soha','','inherit','open','closed','','mantra-om-tare-tuttare-ture-soha','','','2020-11-23 22:54:44','2020-11-23 22:54:44','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Mantra_-Om-Tare-Tuttare-Ture-Soha-6nayc8.mp3',0,'attachment','audio/mpeg',0),(285,1,'2020-11-23 22:49:51','2020-11-23 22:49:51','','','','inherit','open','closed','','285','','','2020-11-23 22:49:51','2020-11-23 22:49:51','',0,'http://lavendermatyoga.com/285/',0,'attachment','image/png',0),(286,1,'2020-11-23 23:09:43','2020-11-23 23:09:43','\"Animal Chakra Guardians\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Animal Chakra Guardians','','inherit','open','closed','','animal-chakra-guardians','','','2020-11-23 23:23:27','2020-11-23 23:23:27','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Animal-Chakra-Guardians-0fytdx.mp3',0,'attachment','audio/mpeg',0),(287,1,'2020-11-23 23:09:45','2020-11-23 23:09:45','','','','inherit','open','closed','','287','','','2020-11-23 23:09:45','2020-11-23 23:09:45','',0,'http://lavendermatyoga.com/287/',0,'attachment','image/png',0),(288,1,'2020-11-23 23:30:21','2020-11-23 23:30:21','\"The Divine Fountain of Youth\" from Meditate with Madison by Madison Rosenberger. Released: 2015.','The Divine Fountain of Youth','','inherit','open','closed','','the-divine-fountain-of-youth','','','2020-11-23 23:32:09','2020-11-23 23:32:09','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/The-Divine-Fountain-of-Youth-t5v2sr.mp3',0,'attachment','audio/mpeg',0),(289,1,'2020-11-23 23:30:22','2020-11-23 23:30:22','','','','inherit','open','closed','','289','','','2020-11-23 23:30:22','2020-11-23 23:30:22','',0,'http://lavendermatyoga.com/289/',0,'attachment','image/png',0),(290,1,'2020-11-23 23:34:57','2020-11-23 23:34:57','\"Circulate Sacred Sexual Energy\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Circulate Sacred Sexual Energy','','inherit','open','closed','','circulate-sacred-sexual-energy','','','2020-11-23 23:44:41','2020-11-23 23:44:41','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Circulate-Sacred-Sexual-Energy-nferle.mp3',0,'attachment','audio/mpeg',0),(291,1,'2020-11-23 23:34:57','2020-11-23 23:34:57','','','','inherit','open','closed','','291','','','2020-11-23 23:34:57','2020-11-23 23:34:57','',0,'http://lavendermatyoga.com/291/',0,'attachment','image/png',0),(292,1,'2020-11-23 23:47:01','2020-11-23 23:47:01','\"Purple Rain Transformation\" from Meditate with Madison by Madison Rosenberger. Released: 2020. Genre: Meditation.','Purple Rain Transformation','','inherit','open','closed','','purple-rain-transformation','','','2020-11-23 23:50:00','2020-11-23 23:50:00','',271,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/11/Purple-Rain-Transformation-crlm7m.mp3',0,'attachment','audio/mpeg',0),(293,1,'2020-11-23 23:47:01','2020-11-23 23:47:01','','','','inherit','open','closed','','293','','','2020-11-23 23:47:01','2020-11-23 23:47:01','',0,'http://lavendermatyoga.com/293/',0,'attachment','image/png',0),(294,1,'2020-11-24 19:41:18','2020-11-24 19:41:18','','1','','inherit','open','closed','','1-3','','','2020-11-24 19:41:18','2020-11-24 19:41:18','',271,'http://lavendermatyoga.com/wp-content/uploads/2020/11/1.png',0,'attachment','image/png',0),(295,1,'2020-11-24 19:41:50','2020-11-24 19:41:50','','2','','inherit','open','closed','','2-3','','','2020-11-24 19:41:50','2020-11-24 19:41:50','',271,'http://lavendermatyoga.com/wp-content/uploads/2020/11/2.png',0,'attachment','image/png',0),(296,1,'2020-11-24 19:42:24','2020-11-24 19:42:24','','3','','inherit','open','closed','','3-3','','','2020-11-24 19:42:24','2020-11-24 19:42:24','',271,'http://lavendermatyoga.com/wp-content/uploads/2020/11/3.png',0,'attachment','image/png',0),(297,1,'2020-11-24 19:45:57','2020-11-24 19:45:57','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Comapnion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">LAVENDER YOGA GEAR</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Top</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"201\" hover_image=\"201\" link=\"https://amzn.to/3cG8irO\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Yoga Pants</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"203\" hover_image=\"203\" link=\"https://amzn.to/36iWRFs\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga</h4>\r\n<h4 style=\"text-align: center;\">Mat Towel</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"202\" hover_image=\"202\" link=\"https://amzn.to/36iXhvw\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">7 Piece Yoga Set</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-11-24 19:45:57','2020-11-24 19:45:57','',119,'http://lavendermatyoga.com/2020/11/24/119-revision-v1/',0,'revision','',0),(371,1,'2020-12-21 18:01:03','2020-12-21 18:01:03','','Pink, Beige and Green Sale Instagram Post','','inherit','open','closed','','pink-beige-and-green-sale-instagram-post','','','2020-12-21 18:01:03','2020-12-21 18:01:03','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Pink-Beige-and-Green-Sale-Instagram-Post.png',0,'attachment','image/png',0),(300,1,'2020-12-20 17:58:30','2020-12-20 17:58:30','','Untitled design','','inherit','open','closed','','untitled-design-2','','','2020-12-20 17:58:30','2020-12-20 17:58:30','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design.png',0,'attachment','image/png',0),(301,1,'2020-12-20 18:01:55','2020-12-20 18:01:55','','yoni-steam-4_2000x','','inherit','open','closed','','yoni-steam-4_2000x','','','2020-12-20 18:01:55','2020-12-20 18:01:55','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/yoni-steam-4_2000x.jpg',0,'attachment','image/jpeg',0),(302,1,'2020-12-20 18:02:01','2020-12-20 18:02:01','','Screen-Shot-2019-04-15-at-5.39.39-PM','','inherit','open','closed','','screen-shot-2019-04-15-at-5-39-39-pm','','','2020-12-20 18:02:01','2020-12-20 18:02:01','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2019-04-15-at-5.39.39-PM.png',0,'attachment','image/png',0),(303,1,'2020-12-20 18:02:10','2020-12-20 18:02:10','','Untitled-design-12','','inherit','open','closed','','untitled-design-12-2','','','2020-12-20 18:02:10','2020-12-20 18:02:10','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-12.png',0,'attachment','image/png',0),(304,1,'2020-12-20 18:02:27','2020-12-20 18:02:27','','Octopussy','','inherit','open','closed','','octopussy','','','2020-12-20 18:02:27','2020-12-20 18:02:27','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Octopussy.jpg',0,'attachment','image/jpeg',0),(305,1,'2020-12-20 18:02:39','2020-12-20 18:02:39','','Untitled-design-13','','inherit','open','closed','','untitled-design-13','','','2020-12-20 18:02:39','2020-12-20 18:02:39','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-13.png',0,'attachment','image/png',0),(306,1,'2020-12-20 18:02:54','2020-12-20 18:02:54','','yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n','','inherit','open','closed','','yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n','','','2020-12-20 18:02:54','2020-12-20 18:02:54','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/yoni_pleasure_palace_53255481_298175497526407_980701108871114684_n.jpg',0,'attachment','image/jpeg',0),(307,1,'2020-12-20 18:03:03','2020-12-20 18:03:03','','1','','inherit','open','closed','','1-4','','','2020-12-20 18:03:03','2020-12-20 18:03:03','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/1.png',0,'attachment','image/png',0),(308,1,'2020-12-20 18:03:18','2020-12-20 18:03:18','','2','','inherit','open','closed','','2-4','','','2020-12-20 18:03:18','2020-12-20 18:03:18','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/2.png',0,'attachment','image/png',0),(309,1,'2020-12-20 18:03:37','2020-12-20 18:03:37','','Screen-Shot-2019-04-15-at-5.27.55-PM','','inherit','open','closed','','screen-shot-2019-04-15-at-5-27-55-pm','','','2020-12-20 18:03:37','2020-12-20 18:03:37','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2019-04-15-at-5.27.55-PM.png',0,'attachment','image/png',0),(310,1,'2020-12-20 18:03:52','2020-12-20 18:03:52','','Screen-Shot-2020-10-02-at-12.46.05-PM','','inherit','open','closed','','screen-shot-2020-10-02-at-12-46-05-pm','','','2020-12-20 18:03:52','2020-12-20 18:03:52','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2020-10-02-at-12.46.05-PM.png',0,'attachment','image/png',0),(311,1,'2020-12-20 18:03:59','2020-12-20 18:03:59','','Untitled-design-16','','inherit','open','closed','','untitled-design-16','','','2020-12-20 18:03:59','2020-12-20 18:03:59','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-16.png',0,'attachment','image/png',0),(312,1,'2020-12-20 18:04:13','2020-12-20 18:04:13','','Screen-Shot-2020-01-02-at-3.14.27-PM (1)','','inherit','open','closed','','screen-shot-2020-01-02-at-3-14-27-pm-1','','','2020-12-20 18:04:13','2020-12-20 18:04:13','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2020-01-02-at-3.14.27-PM-1.png',0,'attachment','image/png',0),(313,1,'2020-12-20 18:04:24','2020-12-20 18:04:24','','yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n','','inherit','open','closed','','yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n','','','2020-12-20 18:04:24','2020-12-20 18:04:24','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/yoni_pleasure_palace_47583205_1377062672429568_1916212509811232095_n.jpg',0,'attachment','image/jpeg',0),(314,1,'2020-12-20 18:04:31','2020-12-20 18:04:31','','Untitled-design-copy','','inherit','open','closed','','untitled-design-copy-5','','','2020-12-20 18:04:31','2020-12-20 18:04:31','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-copy.png',0,'attachment','image/png',0),(315,1,'2020-12-20 18:04:43','2020-12-20 18:04:43','','yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n','','inherit','open','closed','','yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n','','','2020-12-20 18:04:43','2020-12-20 18:04:43','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n.jpg',0,'attachment','image/jpeg',0),(316,1,'2020-12-20 18:04:50','2020-12-20 18:04:50','','Screen-Shot-2020-01-02-at-3.14.27-PM','','inherit','open','closed','','screen-shot-2020-01-02-at-3-14-27-pm','','','2020-12-20 18:04:50','2020-12-20 18:04:50','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2020-01-02-at-3.14.27-PM.png',0,'attachment','image/png',0),(317,1,'2020-12-20 18:05:03','2020-12-20 18:05:03','','Untitled-design-14','','inherit','open','closed','','untitled-design-14','','','2020-12-20 18:05:03','2020-12-20 18:05:03','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-14.png',0,'attachment','image/png',0),(318,1,'2020-12-20 18:05:17','2020-12-20 18:05:17','','yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1','','inherit','open','closed','','yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1','','','2020-12-20 18:05:17','2020-12-20 18:05:17','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1.jpg',0,'attachment','image/jpeg',0),(319,1,'2020-12-20 18:05:24','2020-12-20 18:05:24','','Screen-Shot-2020-01-02-at-3.20.21-PM-1','','inherit','open','closed','','screen-shot-2020-01-02-at-3-20-21-pm-1','','','2020-12-20 18:05:24','2020-12-20 18:05:24','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2020-01-02-at-3.20.21-PM-1.png',0,'attachment','image/png',0),(320,1,'2020-12-20 18:05:39','2020-12-20 18:05:39','','Untitled-design-17','','inherit','open','closed','','untitled-design-17','','','2020-12-20 18:05:39','2020-12-20 18:05:39','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-17.png',0,'attachment','image/png',0),(321,1,'2020-12-20 18:06:02','2020-12-20 18:06:02','','9','','inherit','open','closed','','9-3','','','2020-12-20 18:06:02','2020-12-20 18:06:02','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/9.png',0,'attachment','image/png',0),(322,1,'2020-12-20 18:06:30','2020-12-20 18:06:30','','8','','inherit','open','closed','','8','','','2020-12-20 18:06:30','2020-12-20 18:06:30','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/8.png',0,'attachment','image/png',0),(323,1,'2020-12-20 18:07:41','2020-12-20 18:07:41','','Mint Green Fashion Collage Instagram Post','','inherit','open','closed','','mint-green-fashion-collage-instagram-post','','','2020-12-20 18:07:41','2020-12-20 18:07:41','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Mint-Green-Fashion-Collage-Instagram-Post.png',0,'attachment','image/png',0),(324,1,'2020-12-20 18:08:46','2020-12-20 18:08:46','','Copy of spa night','','inherit','open','closed','','copy-of-spa-night','','','2020-12-20 18:08:46','2020-12-20 18:08:46','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Copy-of-spa-night.png',0,'attachment','image/png',0),(325,1,'2020-12-20 18:09:26','2020-12-20 18:09:26','','Copy of Copy of ONLINE WORKSHOP','','inherit','open','closed','','copy-of-copy-of-online-workshop','','','2020-12-20 18:09:26','2020-12-20 18:09:26','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Copy-of-Copy-of-ONLINE-WORKSHOP.png',0,'attachment','image/png',0),(326,1,'2020-12-20 18:09:48','2020-12-20 18:09:48','','Screen-Shot-2019-04-15-at-5.49.57-PM','','inherit','open','closed','','screen-shot-2019-04-15-at-5-49-57-pm','','','2020-12-20 18:09:48','2020-12-20 18:09:48','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2019-04-15-at-5.49.57-PM.png',0,'attachment','image/png',0),(327,1,'2020-12-20 18:39:47','2020-12-20 18:39:47','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://amzn.to/34bdeky\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Comapnion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Cacao Bliss</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Liquid Gold Collagen</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty + Non-toxic Cosmetics</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\" eBook</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gem Water Bottles</h4>\r\n<h4 style=\"text-align: center;\">Crystal Water/Elixir</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">How to Become Your Own Crystal Healer</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, spiritual tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-12-20 18:39:47','2020-12-20 18:39:47','',119,'http://lavendermatyoga.com/2020/12/20/119-revision-v1/',0,'revision','',0),(328,1,'2020-12-20 19:08:08','2020-12-20 19:08:08','','DIY Meditation Companion Oracle Cards','This PDF is a free DIY Oracle Deck companion to my book <a href=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"><em>Meditate: A Simple and Straightforward Guide</em></a>','publish','open','closed','','diy-meditation-companion-oracle-cards','','','2022-06-14 20:02:37','2022-06-14 20:02:37','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=328',0,'product','',0),(329,1,'2020-12-20 19:02:03','2020-12-20 19:02:03','','earthechofoods_109542665_1207510412948667_8117110159211079053_n','','inherit','open','closed','','earthechofoods_109542665_1207510412948667_8117110159211079053_n','','','2020-12-20 19:02:03','2020-12-20 19:02:03','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/earthechofoods_109542665_1207510412948667_8117110159211079053_n.jpg',0,'attachment','image/jpeg',0),(330,1,'2020-12-20 19:02:11','2020-12-20 19:02:11','','free-3-1','','inherit','open','closed','','free-3-1','','','2020-12-20 19:02:11','2020-12-20 19:02:11','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/free-3-1.png',0,'attachment','image/png',0),(331,1,'2020-12-20 19:02:22','2020-12-20 19:02:22','','ONLINE-WORKSHOP','','inherit','open','closed','','online-workshop','','','2020-12-20 19:02:22','2020-12-20 19:02:22','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/ONLINE-WORKSHOP.png',0,'attachment','image/png',0),(332,1,'2020-12-20 19:04:16','2020-12-20 19:04:16','','modere.health_116360997_1198248210539025_1052764795359592177_n','','inherit','open','closed','','modere-health_116360997_1198248210539025_1052764795359592177_n','','','2020-12-20 19:04:16','2020-12-20 19:04:16','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/modere.health_116360997_1198248210539025_1052764795359592177_n.jpg',0,'attachment','image/jpeg',0),(333,1,'2020-12-20 19:06:58','2020-12-20 19:06:58','','DIY Meditate Companion Oracle Cards','','inherit','open','closed','','diy-meditate-companion-oracle-cards','','','2020-12-20 19:06:58','2020-12-20 19:06:58','',328,'http://lavendermatyoga.com/wp-content/uploads/woocommerce_uploads/2020/12/DIY-Meditate-Companion-Oracle-Cards-kycuaj.pdf',0,'attachment','application/pdf',0),(334,1,'2020-12-20 19:09:15','2020-12-20 19:09:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"http://www.myzyia.com/BRANDYLITTLES\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING YOGA THROUGH THE MAJOR ARCANA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Comapnion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"https://amzn.to/34bdeky\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Cacao Bliss</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\" eBook</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">How to Become Your Own Crystal Healer</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gem Water Bottles</h4>\r\n<h5 style=\"text-align: center;\">Crystal Water/Elixir</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, spiritual tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-12-20 19:09:15','2020-12-20 19:09:15','',119,'http://lavendermatyoga.com/2020/12/20/119-revision-v1/',0,'revision','',0),(335,1,'2020-12-20 20:04:49','2020-12-20 20:04:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em></strong></h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h2>SHOP CACAO – RECOMMENDED SUPPLIERS:</h2>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h3>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_single_image image=\"341\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h3><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h3>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao: Food of the Gods','','publish','closed','closed','','ceremonial-cacao','','','2020-12-20 20:05:26','2020-12-20 20:05:26','',0,'http://lavendermatyoga.com/?page_id=335',0,'page','',0),(336,1,'2020-12-20 19:42:12','2020-12-20 19:42:12','','Untitled-design-5','','inherit','open','closed','','untitled-design-5','','','2020-12-20 19:42:12','2020-12-20 19:42:12','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-5.png',0,'attachment','image/png',0),(337,1,'2020-12-20 19:43:41','2020-12-20 19:43:41','','maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled','','inherit','open','closed','','maddi-bazzocco-mjzq7a2rjxq-unsplash-scaled','','','2020-12-20 19:43:41','2020-12-20 19:43:41','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/maddi-bazzocco-MjZq7A2RJxQ-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(338,1,'2020-12-20 19:43:49','2020-12-20 19:43:49','','tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled','','inherit','open','closed','','tiard-schulz-cgemzptum6g-unsplash-1-scaled','','','2020-12-20 19:43:49','2020-12-20 19:43:49','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/tiard-schulz-cgEmzpTUm6g-unsplash-1-scaled-1.jpg',0,'attachment','image/jpeg',0),(339,1,'2020-12-20 19:43:53','2020-12-20 19:43:53','','nica-cn-kqfBJPmQLUc-unsplash-scaled','','inherit','open','closed','','nica-cn-kqfbjpmqluc-unsplash-scaled','','','2020-12-20 19:43:53','2020-12-20 19:43:53','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/nica-cn-kqfBJPmQLUc-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(341,1,'2020-12-20 19:49:20','2020-12-20 19:49:20','','cacaoceremony_88154166_131094585086543_8987075146993725176_n','','inherit','open','closed','','cacaoceremony_88154166_131094585086543_8987075146993725176_n','','','2020-12-20 19:49:20','2020-12-20 19:49:20','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/cacaoceremony_88154166_131094585086543_8987075146993725176_n.jpg',0,'attachment','image/jpeg',0),(340,1,'2020-12-20 19:48:31','2020-12-20 19:48:31','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em><em>*</em></strong></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div><em> </em></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n<h3></h3>\r\n<h3>SHOP CACAO – RECOMMENDED SUPPLIERS:</h3>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h4>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods.\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 19:48:31','2020-12-20 19:48:31','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(342,1,'2020-12-20 19:51:23','2020-12-20 19:51:23','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em><em>*</em></strong></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div><em> </em></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n<h3></h3>\r\n<h3>SHOP CACAO – RECOMMENDED SUPPLIERS:</h3>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h4>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods.\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"341\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h4>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 19:51:23','2020-12-20 19:51:23','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(343,1,'2020-12-20 19:53:49','2020-12-20 19:53:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em><em>*</em></strong></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div><em> </em></div>\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n<h3></h3>\r\n<h3>SHOP CACAO – RECOMMENDED SUPPLIERS:</h3>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h4>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"341\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h4>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 19:53:49','2020-12-20 19:53:49','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(344,1,'2020-12-20 19:55:27','2020-12-20 19:55:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em><em>*</em></strong></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div><em> </em></div>\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n<h3></h3>\r\n<h3>SHOP CACAO – RECOMMENDED SUPPLIERS:</h3>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" img_size=\"medium\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h4><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h4>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"normal\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_single_image image=\"341\" img_size=\"medium\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h4>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 19:55:27','2020-12-20 19:55:27','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(345,1,'2020-12-20 20:00:08','2020-12-20 20:00:08','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em><em>*</em></strong></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h3>SHOP CACAO – RECOMMENDED SUPPLIERS:</h3>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h4><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h4>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_single_image image=\"341\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h4>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 20:00:08','2020-12-20 20:00:08','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(346,1,'2020-12-20 20:02:44','2020-12-20 20:02:44','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em></strong></h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h3>SHOP CACAO – RECOMMENDED SUPPLIERS:</h3>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h4><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h4>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_single_image image=\"341\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h4>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 20:02:44','2020-12-20 20:02:44','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(347,1,'2020-12-20 20:04:23','2020-12-20 20:04:23','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em></strong></h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h2>SHOP CACAO – RECOMMENDED SUPPLIERS:</h2>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h3>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_single_image image=\"341\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h3><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h3>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 20:04:23','2020-12-20 20:04:23','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(348,1,'2020-12-20 20:04:49','2020-12-20 20:04:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em></strong></h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h2>SHOP CACAO – RECOMMENDED SUPPLIERS:</h2>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h3>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_single_image image=\"341\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h3><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h3>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 20:04:49','2020-12-20 20:04:49','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(349,1,'2020-12-20 20:05:26','2020-12-20 20:05:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em></strong></h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h2>SHOP CACAO – RECOMMENDED SUPPLIERS:</h2>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"329\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h3>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_single_image image=\"341\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h3><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h3>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao: Food of the Gods','','inherit','closed','closed','','335-revision-v1','','','2020-12-20 20:05:26','2020-12-20 20:05:26','',335,'http://lavendermatyoga.com/2020/12/20/335-revision-v1/',0,'revision','',0),(350,1,'2020-12-20 20:07:20','2020-12-20 20:07:20','','Screen Shot 2020-12-20 at 3.06.00 PM','','inherit','open','closed','','screen-shot-2020-12-20-at-3-06-00-pm','','','2020-12-20 20:07:20','2020-12-20 20:07:20','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2020-12-20-at-3.06.00-PM.png',0,'attachment','image/png',0),(351,1,'2020-12-20 20:07:55','2020-12-20 20:07:55','','Screen Shot 2020-12-20 at 3.05.50 PM','','inherit','open','closed','','screen-shot-2020-12-20-at-3-05-50-pm','','','2020-12-20 20:07:55','2020-12-20 20:07:55','',335,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Screen-Shot-2020-12-20-at-3.05.50-PM.png',0,'attachment','image/png',0),(352,1,'2020-12-20 20:10:59','2020-12-20 20:10:59','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"336\" img_size=\"large\" alignment=\"center\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"339\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"338\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"337\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong><em>*KEEP READING UNTIL THE END FOR PRODUCT PURCHASING LINKS</em></strong></h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<div class=\"elementor-element elementor-element-b120d2a elementor-widget elementor-widget-text-editor\" data-id=\"b120d2a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h1></h1>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<div></div>\r\n<h4>A TREMENDOUS HEART OPENER</h4>\r\nCacao is known as ‘<em>food of the gods</em>‘ and is an incredible transformational tool for spiritual shifts as well as a medicinal superfood, one of the most powerful superfoods ever found.  Cacao is a tremendous heart opener and it is this stimulation of the heart chakra that makes it so powerful; it is through connection to your heart that you remember who you truly are. By activating your heart portal cacao helps you to connect to your true soul self which thereby connects you back to God and the Divine. Cacao has been used in Sacred Ceremonies for centuries by many cultures such as the Aztecs and the Mayans, dating all the way back to 1900 BC in Central America. We cannot say for sure in what way the ancients used cacao during a ceremony, but in a modern-day ceremony, cacao is paired with spiritual practices intended to elicit reflection, self-discovery, creativity, joy, and love. Ecstatic dance, sound healing, meditation, and journaling are just a few examples of powerful practices to combine with cacao. Cacao is connected to the heart-centered power of the Divine Feminine and facilitates vulnerability, sensuality, and passion. For women, due to its mood-balancing properties, ceremonial cacao consumption is a beautiful way to honor the yin menstruation phase of your cycle.  I believe woman’s craving for chocolate during their cycle is truly a subconscious craving for cacao in its raw medicinal form. Commercial chocolate is over-processed and full of ingredients like sugar cane and milk that rob cacao of its natural physical, mental, emotional, and spiritual benefits. When drunk with intention 100% raw cacao creates space for deep emotional healing. As soon as you sip this magical drink you can feel the heart power, you may notice an expansive feeling in your chest and a flush as your heart warms.\r\n\r\n&nbsp;\r\n<h4>THEOBROMA CACAO</h4>\r\nTheobroma Cacao is the scientific name and therefore one of the most active and compelling ingredients in cacao is theobromine. This is a cardiac stimulant that relaxes the blood vessels and makes absorption of the medicinal properties possible. Unlike caffeine, which is a nervous system stimulant, theobromine keeps the heart and brain activity in a way that is beneficial to the body. Theobromine translates directly to <em>god-food</em> and it is this ingredient and the heart-brain connection that makes it such a profound heart opener. In addition, theobromine is proven to lower blood pressure, remove toxins from the body, aid in sleep, and fight inflammation.\r\n\r\n&nbsp;\r\n<h4>ADDED HEALTH BENEFITS</h4>\r\nCacao promotes the release of neurotransmitters in the brain, such as dopamine and serotonin, creating feelings of bliss, motivation, stress resistance, and pleasure. Cacao is the highest naturally occurring source of Magnesium, which is a key mineral in relieving stress and anxiety, and also replenishes many other vital minerals to the body including chromium, copper, calcium, manganese, zinc, sulfur, iron, potassium, B-vitamins and phosphorous. Cacao also has an oxygen radical absorbance capacity antioxidant score of 95,500, which is more than three times higher than the infamous Goji Berry!\r\n\r\n&nbsp;\r\n<h4>WHEN TO DRINK CACAO</h4>\r\nUse cacao as an opportunity to be still with yourself and dip into a meditative and heart-centered state, whatever that means to you. However, although drinking raw cacao is ceremonial you do not have to be at a ceremony to consume it. As you may have heard me teach before, true intention is all it takes to create healing. Your ritual with cacao could be as complex as a full-blown ceremony with your community with meditation and dancing, but it can also be as simple as taking a minute in the morning to set an intention for your day and then sit and sip your cacao in peace. In fact, replacing your coffee ritual in the morning with cacao is the perfect way to start. This will not only lead to healing but to increased mental clarity, heightened energy throughout the day (without crashing), and a more joyful, creative outlook on your life. I have three times when I personally reach for cacao the most when I am menstruating, when I am feeling anxious, or right before bed to help lull me into a deep and peaceful sleep.\r\n<h4></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<h3></h3>\r\n&nbsp;\r\n<div class=\"elementor-element elementor-element-64363cfc elementor-widget elementor-widget-text-editor\" data-id=\"64363cfc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n<h2>SHOP CACAO – RECOMMENDED SUPPLIERS:</h2>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"351\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3><a href=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\">CACAO BLISS (CLICK TO PURCHASE HERE)</a></h3>\r\nFor an easy to prepare ceremonial grade cacao this is your go-to!!  Sometimes having to prepare a perfectly balanced drink from scratch can be overwhelming and bring added stress. Having the ability to quickly whip up a batch of delicious superfood cacao versus melting your cacao chips down is better for a lot of people, myself included.  Cacao packs a potent punch of ceremonial grade cacao that’s as easy spooning a scoop of the decadent powder in with hot or cold, water or milk (any type of milk!) When founder, Danette May, discovered the importance of Cacao to the ancients she knew she had to make it readily accessible in its purest form to the masses. These ancient tribes believed that <strong>raw cacao has special powers.</strong> They believed it enabled them to tap into higher mental and physical highs and clarity and even solve problems more clearly and confidently. Danette named her product Cacao <em>Bliss</em> because of a naturally occurring chemical in cacao called <strong>anandamide. </strong> The root word of this chemical is <em>Ananda</em> which is a Sanskrit word for <em>bliss, happiness, pleasure, joy, and delight. </em> Scientists call this chemical <strong>the “bliss molecule”</strong> because it helps promote feelings of pleasure and wellbeing.  The raw cacao she sources for her Cacao Bliss<sup>™</sup> formula is VERY rare and in short supply.  It comes all the way from Peru, Peru has some of the greatest biological diversity on the planet. It contains the IDEAL growing synergy of plant species, soils, and climates for cacao. When you smell and taste Peruvian cacao, it’s truly exquisite and incredibly aromatic… and that makes it an incredibly valuable resource too.”  Cacao Bliss is dairy free, gluten free, soy free, USDA Organic, and Keto Friendly. Cacao Bliss is also readily infused with 9 superfoods:\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n</div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div></div>\r\n<div><strong>Turmeric</strong> – fights inflammation related to physical exercise, improves digestion, provides pain relief, dissolves stubborn fat and soothes anxiety and stress.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Black Pepper</strong> – to maximize your results by increasing the “bioavailability” of the Turmeric by up to 2,000%.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>MCT Powder</strong> – to help you feel satiated longer, making it easier for your body to release stubborn fat deposits.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Cinnamon</strong> – improves your body’s ability to digest glucose, and reduce your desire for sugary treats.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Monk Fruit</strong> – satisfies your sweet tooth as well as sugar, with zero calories and no ill effect on your blood sugar.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Coconut Nectar</strong> – acts as a prebiotic and feeds the healthy gut bacteria in your lower intestine.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Lucuma</strong> – adds a hint of caramel-like flavor and has wound healing properties.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Mesquite</strong> – a sweet and nutty superfood that doesn’t cause blood sugar spikes, and helps boost your immune system.</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div><strong>Himalayan Salt</strong> – contains over 84 minerals and trace elements, while helping to balance your pH levels.</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Cacao Bliss\" link=\"https://hop.clickbank.net/?affiliate=madison447&amp;vendor=dmsupps&amp;pid=cacaoaffiliate&amp;tid=\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_single_image image=\"350\" img_size=\"large\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h3><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">FIREFLY CHOCOLATE (PURCHASE HERE)</a></h3>\r\nIf you are interested in crafting your own sacred cacao potion, Firefly Chocolate is for you. All of their ceremonial cacao paste naturally includes cacao butter, which is one of the highest-grade fats and is the most effective carrier of cacao’s medicinal benefits into the body. Firefly cacao is all organic, vegan, lightly toasted, paleo and keto-friendly, soy-free, sugar-free, gluten-free, and non-GMO. They source their beans directly from indigenous farming families in Belize, Ecuador, Guatemala, and Tanzania. Their ceremonial cacao is grown only in the most pristine areas of the earth, often bordering extensive protected lands, so the cacao agroforestry acts as an ecologically diverse buffer to the protected lands and benefits from pure water and uncontaminated soils. The pods are hand-harvested when perfectly ripe and brought to cooperatively owned artisanal fermentation facilities, where the flavor of the cacao beans develop for 5-7 days in fermentation boxes before being sun-dried (not gas dried) for one to two weeks. All of the cacao is hand sorted before being shipped to Firefly in large burlap sacks, and then hand-sorted again when it arrives at the chocolate studio. Firefly’s cacao has been lab-tested for safety and meets comprehensive EU standards for the absence of heavy metals. Last but not least they have a true passion for ceremonial cacao and maintain the high healing vibration energy level of this plant medicine intact!\r\n<h5>FIREFLY OFFERS INCREDIBLE VARIETIES AND FLAVORS OF CEREMONIAL CACAO…</h5>\r\n<h5>THEY ALSO HAVE A SAMPLER SO YOU CAN TASTE OUT ALL THE DIFFERENT TYPES!</h5>\r\n<h5><a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">CLICK HERE TO SHOP NOW!</a></h5>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO PREPARE YOUR OWN FIREFLY CACAO</h4>\r\nThere are various recipes and preparation styles online to peruse, but this is how I prepare my cacao and what supplier I recommend. I suggest playing around with the ratio and see how your body responds to the effects of different doses. My general rule of thumb is that I use fewer cacao discs for daily use and increase the cacao quantity for special or ceremonial purposes.  Finding a company that supplies discs is important for ease in prep, otherwise chopping and melting a large block of cacao butter can be difficult, This is another reason I recommend <a href=\"http://affiliates.ceremonial-cacao.com/111507/8385\">Firefly for purchasing for making your own cacao (click here to shop)</a>. With discs, you can use this simple recipe and a blender to make a single cup without tedious preparation.\r\n<ul>\r\n 	<li>1 cup of hot water (170 degrees, do not make the water too hot, boiling water can reduce the medicinal properties of the cacao) or milk alternative (I love almond milk)</li>\r\n 	<li>10 – 20 cacao discs</li>\r\n 	<li>honey, coconut nectar, or 1 pitted date to sweeten</li>\r\n 	<li>dash of cinnamon</li>\r\n 	<li>mix in a blender and tada!</li>\r\n</ul>\r\n<em>Many people add other medicinal ingredients to enhance and compliment the power of cacao; such </em>as<em> rose petals, turmeric and pepper, peppermint, Himalayan sea salt,  cayenne, medicinal mushrooms, maca, and the list goes on.</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"Click Here to Purchase Firefly Chocolate\" link=\"http://affiliates.ceremonial-cacao.com/111507/8385\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Ceremonial Cacao: Food of the Gods','','inherit','closed','closed','','335-autosave-v1','','','2020-12-20 20:10:59','2020-12-20 20:10:59','',335,'http://lavendermatyoga.com/2020/12/20/335-autosave-v1/',0,'revision','',0),(355,1,'2020-12-20 20:42:33','2020-12-20 20:42:33','','Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy','','inherit','open','closed','','pink-minimalist-kindness-quote-instagram-post-2-copy','','','2020-12-20 20:42:33','2020-12-20 20:42:33','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy.png',0,'attachment','image/png',0),(353,1,'2020-12-20 20:21:16','2020-12-20 20:21:16','','Liquid Collagen','<div>I have tried lots collagen supplements before and they never worked but this collagen I’ve been taking now is different from all the others on the market because of its potency and bioavailability. Other powder collagens sold in stores are not potent enough to make a dent (it takes 20 servings of Vital Proteins to equal 1 of liquid BioCell) and also they are made from beef bone which are not bioavailable to humans. Collagens like Vital Proteins are not only ineffective but they are gross! Bio Cell taste delicious! I look forward to taking it everyday.  It has worked wonders for me. The collagen and hylaronic acid technology of Bio Cells supports joint and muscle fitness and connective tissue health, counteract skin photoaging, restore youthful skin, and support healthy hair, nails, gums and eyes.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<p class=\"p1\">This patented Liquid Collagen is the number #1 natural supplement that I have found!<span class=\"Apple-converted-space\"> </span>Since taking Modere BioCell and Trim, I have more physical energy, my periods are more comfortable, I have lost weight, my joints aren’t in pain anymore and my skin looks amazing! As humans, taking care of our human body is key in creating a sacred space for our soul. Properly taking care of your body creates important peace and wellness throughout your being. At the risk of sounding dramatic, Modere Collagen is a liquid gold fountain of youth in helping you to stay feeling young, energized and happy with your body.</p>\r\n&nbsp;\r\n<p class=\"p1\">After age 25 your collagen production decreases each year and it’s the reason why we age (and feel low energy, old and achy) This is the main reason you feel unmotivated, inflexible, and worn down in your bodies as you get older. It is why you lose your hair, your skin wrinkles, your breasts sag, your energy dips, and it becomes harder to lose weight. Modere is a powerhouse patented formula and the only liquid collagen infused with Hyaluronic acid and 13 superfoods, along with resveratrol to promote health, wellness, and all signs of aging. You get 98% more absorption and a 6,000% reproduction rate in 28 days that mimic our collagen naturally. *backed by clinical studies.*</p>\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div>There are four types of Bio Cell available (Skin, Sport, Life, and Pure) all have the same collagen complex in them but have added benefits depending on what you want to achieve for your health.</div>\r\n<div></div>\r\n<div></div>\r\n<div><em>I also swear by the Trim products, collagen plus CLA to inhibit fat storage and I lost 10lbs in the first month from just using it and doing nothing else different!</em></div>\r\n<div></div>\r\n<div></div>\r\n<h4>If you use the button below when buying you will get $10 off! Once you become a customer you’ll get your own link to give $10 to your clients and get $10 when they make a purchase!</h4>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Please don\'t hesitate to contact me if you have any questions or need help figuring out which product line is the right fit for you.</strong></div>','publish','open','closed','','liquid-collagen','','','2020-12-20 20:21:16','2020-12-20 20:21:16','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=353',0,'product','',0),(354,1,'2020-12-20 21:20:21','2020-12-20 21:20:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"476\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\n<strong>Toxic chemicals not only causing disease in your bodies but harming your Spirit by contaminating your energy systems and clogging your lifeforce (Prana, Chi) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performing</strong> (this is hard to find in clean beauty) and they have <strong>the largest range of products</strong> (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2 style=\"text-align: center;\"></h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"477\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">follow me on IG <strong>@cleanbeautywithmadison</strong> for clean beauty tips, recommendations and product discounts!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','publish','closed','closed','','beautycounter-with-madison','','','2021-05-11 21:21:53','2021-05-11 21:21:53','',0,'http://lavendermatyoga.com/?page_id=354',0,'page','',0),(356,1,'2020-12-20 20:42:49','2020-12-20 20:42:49','','NEVER-LIST-1','','inherit','open','closed','','never-list-1','','','2020-12-20 20:42:49','2020-12-20 20:42:49','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/NEVER-LIST-1.jpeg',0,'attachment','image/jpeg',0),(357,1,'2020-12-20 20:43:01','2020-12-20 20:43:01','','IMG_0610','','inherit','open','closed','','img_0610','','','2020-12-20 20:43:01','2020-12-20 20:43:01','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/IMG_0610.png',0,'attachment','image/png',0),(358,1,'2020-12-20 20:43:15','2020-12-20 20:43:15','','Beauty-Should-Be-Good-For-You-Social-final-e1591571107902','','inherit','open','closed','','beauty-should-be-good-for-you-social-final-e1591571107902','','','2020-12-20 20:43:15','2020-12-20 20:43:15','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Beauty-Should-Be-Good-For-You-Social-final-e1591571107902.jpeg',0,'attachment','image/jpeg',0),(359,1,'2020-12-20 20:43:24','2020-12-20 20:43:24','','Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2 (1)','','inherit','open','closed','','pink-minimalist-kindness-quote-instagram-post-2-copy-2-1','','','2020-12-20 20:43:24','2020-12-20 20:43:24','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Pink-Minimalist-Kindness-Quote-Instagram-Post-2-copy-2-1.png',0,'attachment','image/png',0),(360,1,'2020-12-20 20:43:55','2020-12-20 20:43:55','','ONLINE-WORKSHOP-3','','inherit','open','closed','','online-workshop-3','','','2020-12-20 20:43:55','2020-12-20 20:43:55','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/ONLINE-WORKSHOP-3.png',0,'attachment','image/png',0),(361,1,'2020-12-20 20:44:18','2020-12-20 20:44:18','','with','','inherit','open','closed','','with','','','2020-12-20 20:44:18','2020-12-20 20:44:18','',354,'http://lavendermatyoga.com/wp-content/uploads/2020/12/with.png',0,'attachment','image/png',0),(362,1,'2020-12-20 21:17:14','2020-12-20 21:17:14','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"361\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nThese toxic chemicals are not only <strong>causing disease in your bodies but harming your Spirit</strong> by contaminating your energy systems and clogging your Chi (Prana, Lifeforce, Universal Energy that animates all things) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h3>PLEASE REACH OUT WITH ANY QUESTIONS!</h3>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"360\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"359\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2020-12-20 21:17:14','2020-12-20 21:17:14','',354,'http://lavendermatyoga.com/2020/12/20/354-revision-v1/',0,'revision','',0),(363,1,'2020-12-20 21:18:59','2020-12-20 21:18:59','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"361\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nThese toxic chemicals are not only <strong>causing disease in your bodies but harming your Spirit</strong> by contaminating your energy systems and clogging your Chi (Prana, Lifeforce, Universal Energy that animates all things) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2>PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"360\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2020-12-20 21:18:59','2020-12-20 21:18:59','',354,'http://lavendermatyoga.com/2020/12/20/354-revision-v1/',0,'revision','',0),(364,1,'2020-12-20 21:19:51','2020-12-20 21:19:51','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"361\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nThese toxic chemicals are not only <strong>causing disease in your bodies but harming your Spirit</strong> by contaminating your energy systems and clogging your Chi (Prana, Lifeforce, Universal Energy that animates all things) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2>PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"360\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2020-12-20 21:19:51','2020-12-20 21:19:51','',354,'http://lavendermatyoga.com/2020/12/20/354-revision-v1/',0,'revision','',0),(365,1,'2020-12-20 21:20:21','2020-12-20 21:20:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"361\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nThese toxic chemicals are not only <strong>causing disease in your bodies but harming your Spirit</strong> by contaminating your energy systems and clogging your Chi (Prana, Lifeforce, Universal Energy that animates all things) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2 style=\"text-align: center;\">PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"360\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2020-12-20 21:20:21','2020-12-20 21:20:21','',354,'http://lavendermatyoga.com/2020/12/20/354-revision-v1/',0,'revision','',0),(366,1,'2021-05-11 21:19:56','2021-05-11 21:19:56','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"476\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\n\n</div>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div dir=\"auto\">\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n\n<strong>Toxic chemicals not only causing disease in your bodies but harming your Spirit by contaminating your energy systems and clogging your lifeforce (Prana, Chi) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.</strong>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div dir=\"auto\">\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\n</div>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\"></div>\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\n\n</div>\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\"></div>\n</div>\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\"></div>\n</div>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\n</div>\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\n</div>\n</div>\n</div>\n<div class=\"separator transparent \"></div>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<h2 style=\"text-align: center;\"></h2>\n</div>\n</div>\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\n<h2 style=\"text-align: center;\">PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\n<h5 style=\"text-align: center;\">704.778.1538</h5>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"477\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\n<h4 style=\"text-align: center;\">follow me on IG <strong>@cleanbeautywithmadison</strong> for clean beauty tips, recommendations and product discounts!</h4>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-autosave-v1','','','2021-05-11 21:19:56','2021-05-11 21:19:56','',354,'http://lavendermatyoga.com/2020/12/20/354-autosave-v1/',0,'revision','',0),(481,1,'2021-05-11 21:21:53','2021-05-11 21:21:53','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"476\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\n<strong>Toxic chemicals not only causing disease in your bodies but harming your Spirit by contaminating your energy systems and clogging your lifeforce (Prana, Chi) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performing</strong> (this is hard to find in clean beauty) and they have <strong>the largest range of products</strong> (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2 style=\"text-align: center;\"></h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"477\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">follow me on IG <strong>@cleanbeautywithmadison</strong> for clean beauty tips, recommendations and product discounts!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2021-05-11 21:21:53','2021-05-11 21:21:53','',354,'http://lavendermatyoga.com/2021/05/11/354-revision-v1/',0,'revision','',0),(367,1,'2020-12-20 21:22:32','2020-12-20 21:22:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"361\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nThese toxic chemicals are not only <strong>causing disease in your bodies but harming your Spirit</strong> by contaminating your energy systems and clogging your Chi (Prana, Lifeforce, Universal Energy that animates all things) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2 style=\"text-align: center;\"></h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"large\" target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"360\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2020-12-20 21:22:32','2020-12-20 21:22:32','',354,'http://lavendermatyoga.com/2020/12/20/354-revision-v1/',0,'revision','',0),(374,1,'2020-12-21 18:29:24','2020-12-21 18:29:24','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Cork Yoga Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"http://www.myzyia.com/BRANDYLITTLES\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-12-21 18:29:24','2020-12-21 18:29:24','',119,'http://lavendermatyoga.com/2020/12/21/119-revision-v1/',0,'revision','',0),(368,1,'2020-12-20 21:28:29','2020-12-20 21:28:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"199\" hover_image=\"199\" link=\"https://amzn.to/36hiQfW\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Pack Yoga Blocks</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"http://www.myzyia.com/BRANDYLITTLES\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">How to Become Your Own Crystal Healer</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"197\" link=\"https://amzn.to/34bdeky\" hover_image=\"197\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gem Water Bottles</h4>\r\n<h5 style=\"text-align: center;\">Crystal Water/Elixir</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, spiritual tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"198\" hover_image=\"198\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2020-12-20 21:28:29','2020-12-20 21:28:29','',119,'http://lavendermatyoga.com/2020/12/20/119-revision-v1/',0,'revision','',0),(369,1,'2020-12-21 17:42:58','2020-12-21 17:42:58','','The Ultimate Guide to Clean Beauty eBook','<a href=\"https://www.facebook.com/groups/700444973861619\">JOIN MY FACEBOOK GROUP “BEAUTYCOUNTER WITH MADISON” TO DOWNLOAD YOUR FREE COPY OF</a>\r\n<h4><em>THE ULTIMATE GUIDE TO CLEAN BEAUTY </em></h4>\r\n&nbsp;\r\n<h4>LEARN ABOUT:</h4>\r\n<ul>\r\n 	<li>Outdated beauty laws</li>\r\n 	<li>How you can find safer beauty products</li>\r\n 	<li>How to determine if there are toxic chemicals in your current products</li>\r\n 	<li>Find out which “trustworthy” companies are greenwashing</li>\r\n 	<li>Receive an extensive clean swap recommendations list</li>\r\n 	<li>And more!</li>\r\n</ul>\r\n&nbsp;\r\n<h4>ACCESS FREE EXCLUSIVE CLEAN BEAUTY CLASSES</h4>\r\n<h4>SUCH AS:</h4>\r\n<ul>\r\n 	<li>Gua Sha</li>\r\n 	<li>Ancient Beauty Rituals</li>\r\n 	<li>Flawless in Five Tutorial</li>\r\n 	<li>Face Yoga</li>\r\n 	<li>Guided Beauty Meditation</li>\r\n 	<li>Herbs for Beauty</li>\r\n 	<li>Chinese Face Reading</li>\r\n 	<li>An interview with clean beauty industry leader!</li>\r\n</ul>','publish','open','closed','','the-ultimate-guide-to-clean-beauty-ebook','','','2021-05-03 22:40:16','2021-05-03 22:40:16','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=369',0,'product','',0),(370,1,'2020-12-21 17:46:44','0000-00-00 00:00:00','','How to Become Your Own Crystal Healer ebook','','draft','open','closed','','','','','2020-12-21 17:46:44','2020-12-21 17:46:44','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=370',0,'product','',0),(372,1,'2020-12-21 18:21:00','2020-12-21 18:21:00','','Untitled design copy','','inherit','open','closed','','untitled-design-copy-6','','','2020-12-21 18:21:00','2020-12-21 18:21:00','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-copy-1.png',0,'attachment','image/png',0),(373,1,'2020-12-21 18:28:32','2020-12-21 18:28:32','','Untitled design','','inherit','open','closed','','untitled-design-3','','','2020-12-21 18:28:32','2020-12-21 18:28:32','',119,'http://lavendermatyoga.com/wp-content/uploads/2020/12/Untitled-design-1.png',0,'attachment','image/png',0),(392,1,'2021-01-28 21:32:51','2021-01-28 21:32:51','','Untitled-design-17','','inherit','open','closed','','untitled-design-17-2','','','2021-01-28 21:32:51','2021-01-28 21:32:51','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Untitled-design-17.png',0,'attachment','image/png',0),(393,1,'2021-01-28 21:33:08','2021-01-28 21:33:08','','8','','inherit','open','closed','','8-2','','','2021-01-28 21:33:08','2021-01-28 21:33:08','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/8.png',0,'attachment','image/png',0),(394,1,'2021-01-28 21:33:23','2021-01-28 21:33:23','','Screen-Shot-2019-04-15-at-5.49.57-PM','','inherit','open','closed','','screen-shot-2019-04-15-at-5-49-57-pm-2','','','2021-01-28 21:33:23','2021-01-28 21:33:23','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2019-04-15-at-5.49.57-PM.png',0,'attachment','image/png',0),(395,1,'2021-01-28 21:33:35','2021-01-28 21:33:35','','9','','inherit','open','closed','','9-4','','','2021-01-28 21:33:35','2021-01-28 21:33:35','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/9.png',0,'attachment','image/png',0),(396,1,'2021-01-28 21:33:48','2021-01-28 21:33:48','','Untitled-design-14','','inherit','open','closed','','untitled-design-14-2','','','2021-01-28 21:33:48','2021-01-28 21:33:48','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Untitled-design-14.png',0,'attachment','image/png',0),(397,1,'2021-01-28 21:34:02','2021-01-28 21:34:02','','Screen-Shot-2020-01-02-at-3.20.21-PM-1','','inherit','open','closed','','screen-shot-2020-01-02-at-3-20-21-pm-1-2','','','2021-01-28 21:34:02','2021-01-28 21:34:02','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-01-02-at-3.20.21-PM-1.png',0,'attachment','image/png',0),(398,1,'2021-01-28 21:34:09','2021-01-28 21:34:09','','yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1','','inherit','open','closed','','yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1-2','','','2021-01-28 21:34:09','2021-01-28 21:34:09','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/yoni_pleasure_palace_25007990_388273004958162_5600440356719034368_n-1.jpg',0,'attachment','image/jpeg',0),(399,1,'2021-01-28 21:34:19','2021-01-28 21:34:19','','Untitled-design-16','','inherit','open','closed','','untitled-design-16-2','','','2021-01-28 21:34:19','2021-01-28 21:34:19','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Untitled-design-16.png',0,'attachment','image/png',0),(400,1,'2021-01-28 21:34:34','2021-01-28 21:34:34','','Screen-Shot-2020-01-02-at-3.14.27-PM','','inherit','open','closed','','screen-shot-2020-01-02-at-3-14-27-pm-2','','','2021-01-28 21:34:34','2021-01-28 21:34:34','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png',0,'attachment','image/png',0),(403,1,'2021-01-28 22:13:01','2021-01-28 22:13:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What are Yoni Eggs?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex / self pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contribute to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:13:01','2021-01-28 22:13:01','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(402,1,'2021-01-28 22:12:39','2021-01-28 22:12:39','','8','','inherit','open','closed','','8-3','','','2021-01-28 22:12:39','2021-01-28 22:12:39','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/01/8-1.png',0,'attachment','image/png',0),(404,1,'2021-01-28 22:23:40','2021-01-28 22:23:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex / self pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contribute to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:23:40','2021-01-28 22:23:40','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(410,1,'2021-01-28 23:40:27','2021-01-28 23:40:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]BROWSE ALL YONI PLEASURE WANDS THERE ARE VARIOUS TYPES ALL CAN BE USED TO BRING HEALING TO YOUR YONI[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-01-28 23:40:27','2021-01-28 23:40:27','',386,'http://lavendermatyoga.com/2021/01/28/386-revision-v1/',0,'revision','',0),(409,1,'2021-01-28 22:37:48','2021-01-28 22:37:48','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:37:48','2021-01-28 22:37:48','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(408,1,'2021-01-28 22:36:39','2021-01-28 22:36:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:36:39','2021-01-28 22:36:39','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0);
INSERT INTO `wpwc_posts` VALUES (406,1,'2021-01-28 22:33:45','2021-01-28 22:33:45','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex / self pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contribute to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping</li>\r\n 	<li>Discrete and eco-packaging (plastic-free)</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:33:45','2021-01-28 22:33:45','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(405,1,'2021-01-28 22:31:42','2021-01-28 22:31:42','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex / self pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contribute to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3>PRODUCT DESCRIPTION</h3>\r\n<ul data-rte-list=\"default\">\r\n 	<li>\r\n<p class=\"\">Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\">Gorgeous branded pouch for safe keeping</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\">Discrete and eco packaging (plastic-free)</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\">Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\">Detailed instructions in the brochure.</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\">Free Facebook private group access.</p>\r\n</li>\r\n</ul>\r\n<h3>Sizes Available</h3>\r\n<ul id=\"yui_3_17_2_1_1611869432229_1177\" data-rte-list=\"default\">\r\n 	<li>\r\n<p class=\"\"><strong>Small size</strong>: 35mm x 25mm - weighs 34gr (recommended for advanced users or women with tightness or pelvic tension).</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\"><strong>Medium size</strong>: 43mm x 28mm - weighs 55gr (recommended for all users and beginners).</p>\r\n</li>\r\n 	<li>\r\n<p class=\"\"><strong>Large size</strong>: 50mm x 35mm - weighs 85gr (recommended post two or more natural births).</p>\r\n</li>\r\n 	<li id=\"yui_3_17_2_1_1611869432229_1176\">\r\n<p id=\"yui_3_17_2_1_1611869432229_1175\" class=\"\"><strong>Trio kit</strong> - Set of three in our goddess box.</p>\r\n</li>\r\n</ul>\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:31:42','2021-01-28 22:31:42','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(407,1,'2021-01-28 22:35:05','2021-01-28 22:35:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18973\" hover_image=\"18973\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-01-28 22:35:05','2021-01-28 22:35:05','',384,'http://lavendermatyoga.com/2021/01/28/384-revision-v1/',0,'revision','',0),(439,1,'2021-02-03 01:14:01','2021-02-03 01:14:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">How to dearmor your yoni:</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:14:01','2021-02-03 01:14:01','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(434,1,'2021-02-03 01:04:01','2021-02-03 01:04:01','','Untitled design (1)','','inherit','open','closed','','untitled-design-1-4','','','2021-02-03 01:04:01','2021-02-03 01:04:01','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/02/Untitled-design-1.png',0,'attachment','image/png',0),(411,1,'2021-01-28 23:46:56','2021-01-28 23:46:56','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n\r\n[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20066\" hover_image=\"20066\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n&lt;h4&gt;benefits of the pleasure wand&lt;/h4&gt;\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special &lt;i&gt;vibration&lt;/i&gt; that replenishes your intimate area with new energy, removing old, stale or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space!\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n&lt;h4&gt;HOW TO USE YOUR WAND&lt;/h4&gt;\r\nI suggest you &lt;em&gt;channel an intention&lt;/em&gt; into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\n&amp;nbsp;\r\n\r\nYou may like to slide the wand in and out of your yoni with a meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18971\" hover_image=\"18971\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n&lt;h4&gt;WHAT IS A CRYSTAL PLEASURE WAND?&lt;/h4&gt;\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With it’s glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n&lt;h4&gt;&lt;/h4&gt;\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"><span data-offset-key=\"4heok-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<div data-offset-key=\"vaid-0-0\"></div>\r\n<div data-offset-key=\"vaid-0-0\"></div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]BROWSE ALL YONI PLEASURE WANDS THERE ARE VARIOUS TYPES ALL CAN BE USED TO BRING HEALING TO YOUR YONI[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-01-28 23:46:56','2021-01-28 23:46:56','',386,'http://lavendermatyoga.com/2021/01/28/386-revision-v1/',0,'revision','',0),(412,1,'2021-01-28 23:48:37','2021-01-28 23:48:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20066\" hover_image=\"20066\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n&lt;h4&gt;benefits of the pleasure wand&lt;/h4&gt;\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special &lt;i&gt;vibration&lt;/i&gt; that replenishes your intimate area with new energy, removing old, stale or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space!\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n&lt;h4&gt;HOW TO USE YOUR WAND&lt;/h4&gt;\r\nI suggest you &lt;em&gt;channel an intention&lt;/em&gt; into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\n&amp;nbsp;\r\n\r\nYou may like to slide the wand in and out of your yoni with a meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18971\" hover_image=\"18971\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n&lt;h4&gt;WHAT IS A CRYSTAL PLEASURE WAND?&lt;/h4&gt;\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With it’s glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n&lt;h4&gt;&lt;/h4&gt;\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n\r\n[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"><span data-offset-key=\"4heok-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<div data-offset-key=\"vaid-0-0\"></div>\r\n<div data-offset-key=\"vaid-0-0\"></div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]BROWSE ALL YONI PLEASURE WANDS THERE ARE VARIOUS TYPES ALL CAN BE USED TO BRING HEALING TO YOUR YONI[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-01-28 23:48:37','2021-01-28 23:48:37','',386,'http://lavendermatyoga.com/2021/01/28/386-revision-v1/',0,'revision','',0),(413,1,'2021-01-28 23:59:34','2021-01-28 23:59:34','','Screen-Shot-2020-10-02-at-12.46.05-PM','','inherit','open','closed','','screen-shot-2020-10-02-at-12-46-05-pm-2','','','2021-01-28 23:59:34','2021-01-28 23:59:34','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-10-02-at-12.46.05-PM.png',0,'attachment','image/png',0),(414,1,'2021-01-28 23:59:49','2021-01-28 23:59:49','','Untitled-design-12','','inherit','open','closed','','untitled-design-12-3','','','2021-01-28 23:59:49','2021-01-28 23:59:49','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Untitled-design-12.png',0,'attachment','image/png',0),(415,1,'2021-01-29 00:00:04','2021-01-29 00:00:04','','Octopussy','','inherit','open','closed','','octopussy-2','','','2021-01-29 00:00:04','2021-01-29 00:00:04','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Octopussy.jpg',0,'attachment','image/jpeg',0),(416,1,'2021-01-29 00:00:09','2021-01-29 00:00:09','','2','','inherit','open','closed','','2-5','','','2021-01-29 00:00:09','2021-01-29 00:00:09','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/2.png',0,'attachment','image/png',0),(417,1,'2021-01-29 00:00:24','2021-01-29 00:00:24','','Screen-Shot-2019-04-15-at-5.27.55-PM','','inherit','open','closed','','screen-shot-2019-04-15-at-5-27-55-pm-2','','','2021-01-29 00:00:24','2021-01-29 00:00:24','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2019-04-15-at-5.27.55-PM.png',0,'attachment','image/png',0),(418,1,'2021-01-29 00:00:35','2021-01-29 00:00:35','','Screen-Shot-2020-10-02-at-12.46.05-PM','','inherit','open','closed','','screen-shot-2020-10-02-at-12-46-05-pm-3','','','2021-01-29 00:00:35','2021-01-29 00:00:35','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-10-02-at-12.46.05-PM-1.png',0,'attachment','image/png',0),(419,1,'2021-01-29 00:00:43','2021-01-29 00:00:43','','_O6A2884','','inherit','open','closed','','_o6a2884','','','2021-01-29 00:00:43','2021-01-29 00:00:43','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/O6A2884.jpg',0,'attachment','image/jpeg',0),(420,1,'2021-01-29 00:00:53','2021-01-29 00:00:53','','Untitled design (1)','','inherit','open','closed','','untitled-design-1-3','','','2021-01-29 00:00:53','2021-01-29 00:00:53','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/01/Untitled-design-1.png',0,'attachment','image/png',0),(429,1,'2021-02-03 00:45:30','2021-02-03 00:45:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS PLEASURE WANDS</h4>\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 00:45:30','2021-02-03 00:45:30','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(421,1,'2021-01-29 00:07:26','2021-01-29 00:07:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"18971\" hover_image=\"18971\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n&lt;h4&gt;WHAT IS A CRYSTAL PLEASURE WAND?&lt;/h4&gt;\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With it’s glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n&lt;h4&gt;&lt;/h4&gt;\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-01-29 00:07:26','2021-01-29 00:07:26','',386,'http://lavendermatyoga.com/2021/01/29/386-revision-v1/',0,'revision','',0),(426,1,'2021-02-03 00:36:05','2021-02-03 00:36:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 00:36:05','2021-02-03 00:36:05','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(422,1,'2021-01-29 00:10:07','2021-01-29 00:10:07','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n&lt;h4&gt;WHAT IS A CRYSTAL PLEASURE WAND?&lt;/h4&gt;\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With it’s glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n\r\n&amp;nbsp;\r\n&lt;h4&gt;&lt;/h4&gt;\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-01-29 00:10:07','2021-01-29 00:10:07','',386,'http://lavendermatyoga.com/2021/01/29/386-revision-v1/',0,'revision','',0),(423,1,'2021-01-31 22:03:12','2021-01-31 22:03:12','','FREE - 28 day virtual breathwork series','<h5>Breathe better and I promise you’ll live better!</h5>\r\nHead on over to my IGTV <a href=\"https://www.instagram.com/lavendermatyoga/\">@lavendermatyoga</a> for a FREE 28 Day Breathwork Series.\r\n\r\n28 different videos with unique breathwork techniques. Create a 28-day challenge for yourself or go at your own pace in learning some fantastic breathwork practices.\r\n\r\nLearn how to breathe better; it frees your spirit, calms your mind and heals your body. this is my gift to you during challenging times when life might feel suffocating.\r\n\r\n&nbsp;\r\n\r\n<em>Free but donations are accepted.</em>','publish','open','closed','','free-28-day-virtual-breathwork-series','','','2021-02-19 00:42:27','2021-02-19 00:42:27','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=423',0,'product','',0),(424,1,'2021-01-31 21:58:13','2021-01-31 21:58:13','','IGTV breathwork series','','inherit','open','closed','','igtv-breathwork-series','','','2021-01-31 21:58:13','2021-01-31 21:58:13','',423,'http://lavendermatyoga.com/wp-content/uploads/2021/01/IGTV-breathwork-series.png',0,'attachment','image/png',0),(425,1,'2021-01-31 22:07:29','2021-01-31 22:07:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-01-31 22:07:29','2021-01-31 22:07:29','',119,'http://lavendermatyoga.com/2021/01/31/119-revision-v1/',0,'revision','',0),(427,1,'2021-02-03 00:37:59','2021-02-03 00:37:59','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\n&nbsp;\r\n\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\n&nbsp;\r\n\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 00:37:59','2021-02-03 00:37:59','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(428,1,'2021-02-03 00:38:31','2021-02-03 00:38:31','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20067\" hover_image=\"20067\" link=\"https://www.yonipleasurepalace.com/shop/the-black-mamba-pleasure-wand/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20069\" hover_image=\"20069\" link=\"https://www.yonipleasurepalace.com/shop/amethyst-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20074\" hover_image=\"20074\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-pleasure-wand/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][vc_column_text]\r\n&lt;h4 style=\"text-align: center;\"&gt;GLASS PLEASURE WANDS&lt;/h4&gt;\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 00:38:31','2021-02-03 00:38:31','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(430,1,'2021-02-03 00:47:15','2021-02-03 00:47:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS PLEASURE WANDS</h4>\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20071\" hover_image=\"20071\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20072\" hover_image=\"20072\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\nRose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20068\" hover_image=\"20068\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"20076\" hover_image=\"20076\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"20078\" hover_image=\"20078\" link=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"19303\" hover_image=\"19303\" link=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CRYSTAL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Rose Quartz is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 00:47:15','2021-02-03 00:47:15','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(433,1,'2021-02-03 01:01:46','2021-02-03 01:01:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS PLEASURE WANDS</h4>\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"419\" hover_image=\"419\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:01:46','2021-02-03 01:01:46','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(432,1,'2021-02-03 01:00:50','2021-02-03 01:00:50','','2','','inherit','open','closed','','2-6','','','2021-02-03 01:00:50','2021-02-03 01:00:50','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/02/2.png',0,'attachment','image/png',0),(431,1,'2021-02-03 00:54:19','2021-02-03 00:54:19','','_O6A2884','','inherit','open','closed','','_o6a2884-2','','','2021-02-03 00:54:19','2021-02-03 00:54:19','',386,'http://lavendermatyoga.com/wp-content/uploads/2021/02/O6A2884.jpg',0,'attachment','image/jpeg',0),(435,1,'2021-02-03 01:05:30','2021-02-03 01:05:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS PLEASURE WANDS</h4>\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:05:30','2021-02-03 01:05:30','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(436,1,'2021-02-03 01:06:08','2021-02-03 01:06:08','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GLASS PLEASURE WANDS</h4>\r\n[/vc_column_text][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 class=\"product_title entry-title\">VAGIANL (CERVICAL) DEARMORING</h4>\r\n<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:06:08','2021-02-03 01:06:08','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(437,1,'2021-02-03 01:09:42','2021-02-03 01:09:42','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\">How to dearmor your yoni:</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:09:42','2021-02-03 01:09:42','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(438,1,'2021-02-03 01:11:11','2021-02-03 01:11:11','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">How to dearmor your yoni:</h4>\r\n[/vc_column_text][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. You can purchase your wand on my website, <a href=\"http://www.madisonrosenberger.com/yoni-pleasure-wands/\">click here</a>. Use coupon code ‘Madison’ and get $10 off!</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ae3ov-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ae3ov-0-0\"><span data-offset-key=\"ae3ov-0-0\">5. Massage</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cpr5l-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cpr5l-0-0\"><span data-offset-key=\"cpr5l-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3uoq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3uoq-0-0\"><span data-offset-key=\"3uoq-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"6sftj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"6sftj-0-0\"><span data-offset-key=\"6sftj-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"751vk-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"751vk-0-0\"><span data-offset-key=\"751vk-0-0\">6. Self Pleasure </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7uc72-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"7uc72-0-0\"><span data-offset-key=\"7uc72-0-0\">7. De-Armor:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:11:11','2021-02-03 01:11:11','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(440,1,'2021-02-03 01:14:28','2021-02-03 01:14:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:14:28','2021-02-03 01:14:28','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(441,1,'2021-02-03 01:15:17','2021-02-03 01:15:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-03 01:15:17','2021-02-03 01:15:17','',386,'http://lavendermatyoga.com/2021/02/03/386-revision-v1/',0,'revision','',0),(442,1,'2021-02-19 00:32:49','2021-02-19 00:32:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Black Obsidian is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-19 00:32:49','2021-02-19 00:32:49','',386,'http://lavendermatyoga.com/2021/02/19/386-revision-v1/',0,'revision','',0),(443,1,'2021-02-19 00:35:15','2021-02-19 00:35:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<a href=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\">Black Obsidian</a> is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][vc_column_text]\r\n<p class=\"\">\'The Lila\' is the perfect petite pleasure wand for women who have a smaller/tighter vagina, an over-active pelvic floor or perhaps just women who desire a smaller wand to press into the hard-to-reach pleasure points internally.</p>\r\n<p class=\"\">With its curved ends, this wand targets the g-spot erectile tissue, which is located a few centimeters inside the vagina.</p>\r\nAvailable in both rose quartz and black obsidian.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-19 00:35:15','2021-02-19 00:35:15','',386,'http://lavendermatyoga.com/2021/02/19/386-revision-v1/',0,'revision','',0),(448,1,'2021-02-19 00:53:58','2021-02-19 00:53:58','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<a href=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\">Black Obsidian</a> is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][vc_column_text]\r\n<p class=\"\">\'The Lila\' is the perfect petite pleasure wand for women who have a smaller/tighter vagina, an over-active pelvic floor or perhaps just women who desire a smaller wand to press into the hard-to-reach pleasure points internally.</p>\r\n<p class=\"\">With its curved ends, this wand targets the g-spot erectile tissue, which is located a few centimeters inside the vagina.</p>\r\n\r\n<h5>Available in both rose quartz and black obsidian.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (purchase here) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n&nbsp;\r\n\r\n</div>\r\n<h5 data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"></h5>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n&nbsp;\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-19 00:53:58','2021-02-19 00:53:58','',386,'http://lavendermatyoga.com/2021/02/19/386-revision-v1/',0,'revision','',0),(444,1,'2021-02-19 00:37:46','2021-02-19 00:37:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"413\" hover_image=\"413\" link=\"https://www.yonipleasurepalace.com/shop/black-obsidian-pleasure-wand/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>benefits of the pleasure wand</h4>\r\nThe wand doesn’t “vibrate” like a typical sex toy. Crystal wands do however hold a special <em>vibration</em> that replenishes your intimate area with new energy, removing old, stale, or stagnant energy.\r\n\r\nUnlike most sex toys it won\'t desensitize the area with harsh, vigorous vibrations on your most sensitive, intimate areas. It’s a much smoother, gentler, and conscious experience – albeit an item made out of something as hard and dense as crystal.\r\n\r\nUsing the pleasure wand will rejuvenate the area physically, sexually and spiritually. Women who have self-pleasured with a crystal pleasure wand have said to experience more health, sensation, and sensitivity in their yoni. They feel “less dirty” and “more connected” to their most intimate space![/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL PLEASURE WANDS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"420\" hover_image=\"420\" link=\"https://www.yonipleasurepalace.com/shop/the-fleur/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>WHAT IS A CRYSTAL PLEASURE WAND?</h4>\r\nThe Pleasure Wand is designed to internally sensually massage your yoni simply by inserting inside the vagina. With its glassy and sleek texture, the sensation inside is smooth and silky – similar to the texture of glass, however, charged full of high vibration CRYSTAL!\r\n\r\nEach Pleasure Wand is lovingly crafted and blessed and infused with love and white light to bring out your most divine, sensual, feminine, peaceful, purposeful essence within. The wands are crafted and polished into a phallic shape wand for ultimate pleasure.\r\n\r\nThe wand brings about a higher level of consciousness and vibration to your Yoni, sex life, but also to your own relationship to your body and self. It helps let go of the scripts we have of what sex should look like and allows us to trust our own pleasure-based instincts, guilt, and shame FREE.\r\n\r\nYou may also like to use the wands for overall body massage, sleeping under your pillow or to have on your alter as a dedication to the Shiva Lingham.\r\n\r\nThe wand is completely free of toxic BPAs and phthalates (unlike some plastic sex toys), which are known to play a factor in disrupting the endocrine system and may play a part in cancer and infertility.\r\n\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"417\" hover_image=\"417\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>HOW TO USE YOUR WAND</h4>\r\nI suggest you channel an intention into your wand before each use. The intention can be as simple as slowing down, breathing, being present, sending more self-love into your being, connecting to your true desire, compassion, forgiveness, worthiness, abundance – whatever you are seeking – for yourself, your relationship, your partner, or someone who is in need of love, or healing support. In this, you can dedicate your self-pleasure to someone else’s healing.\r\n\r\nYou may like to slide the wand in and out of your yoni with meditation or affirmation – breathing in love, exhaling peace. You can hold the wand inside the yoni and breathe long and deep whilst contracting your pelvic floor muscles. Another suggestion is to allow your yoni to invite the wand inside and allow the walls of your vagina to draw the wand deeper inside; this will greatly strengthen your yoni power, which will inevitably infuse into other parts of your life.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"SHOP CRYSTAL AND GLASS DILDOS\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">GLASS PLEASURE WANDS</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Wands made from pure borosilicate glass are another fantastic way to connect to your sexual pleasure while avoiding harsh chemicals in sex toys and desensitizing the buzzing of vibrators. YPP\'s glass wands are hypoallergenic, 100% body-safe, temperature-responsive, and completely non-porous. Unlike crystal, which will crack under extreme hot/cold, this glass can be boiled or put in the freezer.  The designs are also more intricate (take a look at those pleasure bumps!)[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"415\" hover_image=\"415\" link=\"https://www.yonipleasurepalace.com/shop/octopussy/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"414\" hover_image=\"414\" link=\"https://www.yonipleasurepalace.com/shop/the-sacred-squirter/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"434\" hover_image=\"434\" link=\"https://www.yonipleasurepalace.com/shop/the-crescent/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\">VAGINAL (+CERVICAL) DEARMORING</h3>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]<span data-offset-key=\"1mu3u-0-0\">While crystal wands can be used for conscious sacred sexual pleasure, they are also a phenomenal tool for de-armoring. </span>Release tension from your cervix and vaginal walls to enhance pleasure and let go of negative energy that no longer serves you.\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"p1\">Most women will come to find that when they first use their crystal wands they will feel the opposite of pleasure, instead perhaps pain or numbness. This is very common because as a woman we store all of the “bad” stuff that’s happened to us in our yoni. Hurtful comments, fear, stress, shame, guilt, anger, negative body image, abuse, trauma, etc; all of this becomes stored in the tissues of your vaginal walls. If you have ever had sex before you were relaxed and ready, had a traumatic gynecological trip, given birth, experienced sexual abuse, sexual shame or guilt, been in a traumatic romantic relationship, or sent hateful thoughts to your body; then you will benefit from de-armoring.</p>\r\n&nbsp;\r\n<p class=\"p1\">In addition, you can carry emotions from your partner within your cervix; sex with a partner is a powerful way to express emotion, vulnerability, and intimacy but can put you at the risk to intertwine energies. A big sign of the need for vaginal de-armoring is the fear of inserting anything into your vagina. The cervix holds the key to true connection with your sexuality but when it carries so much trauma and grief it becomes numb and reclusive. After working through this tension and pain, you will start to revitalize your most sacred center. The cervix is the gateway to your womb. In Taoism, the cervix is considered the heart-center of women. It is a portal to the womb, a woman’s power center.  Once you free your cervix you can access your ability to create, manifest, and be free.</p>\r\n&nbsp;\r\n<p class=\"\">These wands have a curved shape to follow the vagina’s natural curve and a unique bulbous tip for cervical and g-spot stimulation. This shape and size has been proven to help women access more sensation in both their G-Spot and their cervix – unlocking deeper, vaginal orgasms.</p>\r\n&nbsp;\r\n<p class=\"\">Many women start their crystal dildo collection with either the rose quartz or obsidian wand as it’s not too thick and intimidating and they have an option to starting with the thicker end or the more tapered end. The glass Cervix Serpent has a long hand which can make maneuvering the wand for dearmoring easier.</p>\r\n\r\n<h3 class=\"p1\"></h3>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"398\" hover_image=\"398\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE CURVE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<a href=\"https://www.yonipleasurepalace.com/shop/obsidian-curve/?ref=madisonrosenberger\">Black Obsidian</a> is the stone of releasing negative energy, clearing, grounding and protection. It\'s a powerful stone for balancing and activating the Base Chakra. Great for people who have experienced any negative sexual experiences, clear out past sexual lovers or let go of emotional debris that no longer serves.\r\n\r\n<a href=\"https://www.yonipleasurepalace.com/shop/rose-quartz-cervix-stimulator\">Rose Quartz</a> is the crystal of Unconditional Love and helps to amplify feelings of love, compassion, self-care, gentleness and divine femininity.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"416\" hover_image=\"416\" link=\"https://www.yonipleasurepalace.com/shop/the-lila-crystal-dildo/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">THE LILA</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text][/vc_column_text][vc_column_text]\r\n<p class=\"\">\'The Lila\' is the perfect petite pleasure wand for women who have a smaller/tighter vagina, an over-active pelvic floor or perhaps just women who desire a smaller wand to press into the hard-to-reach pleasure points internally.</p>\r\n<p class=\"\">With its curved ends, this wand targets the g-spot erectile tissue, which is located a few centimeters inside the vagina.</p>\r\n\r\n<h5>Available in both rose quartz and black obsidian.</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"396\" hover_image=\"396\" link=\"https://www.yonipleasurepalace.com/shop/the-cervix-serpent/?ref=madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CERVIX SERPENT</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]The Cervix Serpent™ 2.0 is made of borosilicate glass and has a larger egg-shaped, serpent-like head with three ridges for G-Zone stimulation, a finer point for targeted cervical de-armoring, as well as more pronounced ribbed swirls for pleasure.[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: left;\">How to dearmor your yoni:</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c8l7i-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c8l7i-0-0\"><span data-offset-key=\"c8l7i-0-0\">1. Crystal Wand Selection: </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"arlr0-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"arlr0-0-0\"><span data-offset-key=\"arlr0-0-0\">Purchase a crystal wand, specifically a wand that is curved, a cervix stimulator so you can access your cervix head-on. You can select your crystal wand based on the energetic properties you want to invite into your healing, but I suggest using Obsidian, as this is the primary crystal used for drawing out negative energy. Rose Quartz is another great choice to bring love into this exercise that may seem scary or bring up feelings of low self-worth. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3jscc-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"3jscc-0-0\"><span data-offset-key=\"3jscc-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bgt5-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bgt5-0-0\"><span data-offset-key=\"bgt5-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"98uej-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"98uej-0-0\"><span data-offset-key=\"98uej-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3p72p-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3p72p-0-0\"><span data-offset-key=\"3p72p-0-0\">2. Sacred Space:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"dkt62-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"dkt62-0-0\"><span data-offset-key=\"dkt62-0-0\">Take the time to prepare a sacred space. Take a warm bath to relax, use calming oils and/or music. Make your ritual space feel comforting, clean, and special. Make sure you put a do not disturb sign on the door and carve out time to be uninterrupted. Set the mood; light candles, put fresh sheets on the bed. Make your environment cozy and inviting.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"56dgr-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"56dgr-0-0\"><span data-offset-key=\"56dgr-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"848is-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"848is-0-0\"><span data-offset-key=\"848is-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"1ikss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"1ikss-0-0\"><span data-offset-key=\"1ikss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"ei2re-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"ei2re-0-0\"><span data-offset-key=\"ei2re-0-0\">3.Release Expectations:</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7oof8-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7oof8-0-0\"><span data-offset-key=\"7oof8-0-0\">Expectations will always set you up for failure. Instead of jumping the gun and assuming you know what your healing process will look like, allow it to take natural form and shape organically. Healing is a process, expectations immediately take you out of receptive healing and put you into a judgment zone. With expectations, you are ready to compare and critique yourself. Remove all goals, and love yourself despite what happens.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"cvbef-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"cvbef-0-0\"><span data-offset-key=\"cvbef-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c171m-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c171m-0-0\"><span data-offset-key=\"c171m-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4heok-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4heok-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"4auss-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"4auss-0-0\"><span data-offset-key=\"4auss-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"abdls-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"abdls-0-0\"></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"2idrm-0-0\"><span data-offset-key=\"2idrm-0-0\">4. Meditate </span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"5toqg-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"5toqg-0-0\"><span data-offset-key=\"5toqg-0-0\">Start simply by meditating on your sexual energy and the sacral chakra. Start slowly by removing physical touch entirely and focus on energetic sensations. The subtle sexual energy inside of you may be shy, numb, or nervous to come out so take the time to first sit with these hidden sensations before coaxing them into physicality is important. </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e7ts1-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e7ts1-0-0\"><span data-offset-key=\"e7ts1-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"e0u5i-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"e0u5i-0-0\"><span data-offset-key=\"e0u5i-0-0\">Recline completely. Bring attentive awareness to centers of sexual arousal. Breathe through any shame, guilt, or fear that comes up, as you breathe feel the tension in your sexuality release and flow calmly through the body. I encourage the flow of these subtle energies by incorporating mudras into my tantric meditation. Mudras, yoga seals in your hands, R and ancient art used by the Chinese, Buddhist, and Hindus. Yogis stimulate these energy locks in the hands to seal in energy and desired effects. There is literally a mudra for everything from digestion to cultivating Divine consciousness. Incorporating a womb or yoni mudra will enhance the connection to your creative sexual power.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"bg2tt-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"bg2tt-0-0\"><span data-offset-key=\"bg2tt-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"8vm9b-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"8vm9b-0-0\"><span data-offset-key=\"8vm9b-0-0\">Allow yourself to cry, to purge, to feel whatever arises.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"7rs15-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"7rs15-0-0\"><span data-offset-key=\"7rs15-0-0\"> </span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"50u07-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"50u07-0-0\"><span data-offset-key=\"50u07-0-0\">.</span></div>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2bvoj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"2bvoj-0-0\"><span data-offset-key=\"2bvoj-0-0\"> </span></div>\r\n<div data-offset-key=\"2bvoj-0-0\">\r\n<h5 data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"2idrm-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">5. Massage</span></h5>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span data-offset-key=\"c7kj-0-0\">The next step is to incorporate massage into your Tantric meditation. I recommend using a natural oil such as coconut oil. There are a lot of oils made for breast massage and yoni massage, one of my favorite is Yoni Elixir. (Also found in my Shop) This touch is intended to bring you into physical contact with your body and to induce comfort with your nudity, but there is no goal of orgasm. The touch is to bring a deeper awareness to your sexuality and body and to encourage more profound flow of this energy. Work on bringing relaxation and release to tense muscles throughout the entire body. It is important to continually implement the breath. Massage the breasts to open the heart chakra. An open and receptive heart chakra is necessary to open your womb and cervix. Your sacral space will relax once it is linked to a healthy heart chakra and receiving the love it desires. Massage your yoni, again without a goal, just exploring, it reconnecting with it, instead of being ashamed or afraid of it. Breathe through discomfort that arises and allow the release of stuck emotions through the exhale. Breathe love, kindness, and compassion into your body and areas that feel uncomfortable.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c7kj-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"c7kj-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">6. Self Pleasure</span></h5>\r\n</div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"c5eqq-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"c5eqq-0-0\"><span data-offset-key=\"c5eqq-0-0\">After massaging your body if you feel drawn to self-please move with this desire. To move into cervical de-armoring you want to make sure you are aroused. Arousal is important so that your yoni is welcoming the crystal and not tense or bracing. If you are resisting the wand or forcing it, this is counter-intuitive to the healing work. You want to heal through trauma not create more. However, make sure not to orgasm before a Cervical De-armoring practice.</span></div>\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"></div>\r\n<div data-offset-key=\"c5eqq-0-0\">\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n&nbsp;\r\n\r\n</div>\r\n<div data-offset-key=\"c5eqq-0-0\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">7. De-Armor:</span></div>\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"vaid-0-0\">\r\n<div class=\"_1mf _1mj\" data-offset-key=\"vaid-0-0\"><span data-offset-key=\"vaid-0-0\">You will begin to “Yoni Map”, which means discovering where inside yourself holds areas of tension. Start at the opening and gently press into your flesh moving in a clockwise direction and gently and slowly find a spot in your yoni that is numb or painful. This could be along the vaginal wall or directly on the cervix itself.  Here comes the hard part, you want to push into the pain. Think of it as a deep tissue massage, it is slightly painful but breaking through knots and areas of tension. Your yoni is a muscle too and carries your stress just like your shoulders! This is why it is especially important for women with anxiety to practice de-armoring. Hold the spot for 1-3 minutes, and deep breath into it. Allow whatever comes up to arise to the surface. Allow pain, anger, frustration, sadness, and any other heavy emotions to be felt. Sound all of this verbally, the sounding is the process of bringing your emotions out using your voice. This is incredibly powerful to pair with vaginal de-armoring because of the intimate connection between the throat chakra and the sacral charka. Let yourself cry, scream, yell, and voice whatever you’re feeling. After the few minutes is over you can either conclude your practice or go on to find another spot. Go at your own pace, perhaps that one spot was enough for today or you would like to continue yoni mapping on your way to meet the cervix. Keep moving an inch deeper into the yoni (vagina) moving in clockwise motion surveying the entire vaginal wall for places of tension. Eventually, you will make your way to pressing directly on the cervix in the same way as described above. <strong>If you have any concerns or questions please reach out, info@madisonrosenberger.com</strong></span></div>\r\n</div>\r\n<h5 data-offset-key=\"vaid-0-0\"></h5>\r\n<h5 data-offset-key=\"vaid-0-0\"> .</h5>\r\n&nbsp;\r\n<div class=\"\" data-block=\"true\" data-editor=\"di14p\" data-offset-key=\"3hq78-0-0\">\r\n<h5 class=\"_1mf _1mj\" data-offset-key=\"3hq78-0-0\"><span data-offset-key=\"3hq78-0-0\">8. Once you have concluded send love and gratitude to your body with the Ho’ponopono prayer. \"I am Sorry, Please Forgive Me, Thank You, I Love You!\"</span></h5>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text]\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Pleasure Wands/Vaginal (+Cervical) Dearmoring','','inherit','closed','closed','','386-revision-v1','','','2021-02-19 00:37:46','2021-02-19 00:37:46','',386,'http://lavendermatyoga.com/2021/02/19/386-revision-v1/',0,'revision','',0),(445,1,'2021-02-19 00:43:15','2021-02-19 00:43:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','','','inherit','closed','closed','','384-revision-v1','','','2021-02-19 00:43:15','2021-02-19 00:43:15','',384,'http://lavendermatyoga.com/2021/02/19/384-revision-v1/',0,'revision','',0),(446,1,'2021-02-19 00:51:03','2021-02-19 00:51:03','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center your self and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension. I was once taught by Jade Egg Teacher Tara O*, to imagine your pelvic floor is a flower fully unfurling as it softens. Visualize your body igniting with fire as you inhale and your muscles relaxing into the warm as you exhale. Life the pelvic floor Feel these movements radiate all the way up into your lower belly. ( *I highly recommend the Jade Egg Academy by Tara O)[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"20089\" hover_image=\"20089\" link=\"https://www.yonipleasurepalace.com/shop/nephrite-jade-egg/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-19 00:51:03','2021-02-19 00:51:03','',384,'http://lavendermatyoga.com/2021/02/19/384-revision-v1/',0,'revision','',0),(447,1,'2021-02-19 00:52:03','2021-02-19 00:52:03','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">vaginal dearmoring</h4>\r\n<h5 style=\"text-align: center;\">pleasure wands</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-02-19 00:52:03','2021-02-19 00:52:03','',119,'http://lavendermatyoga.com/2021/02/19/119-revision-v1/',0,'revision','',0),(449,1,'2021-02-19 00:55:11','2021-02-19 00:55:11','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-02-19 00:55:11','2021-02-19 00:55:11','',119,'http://lavendermatyoga.com/2021/02/19/119-revision-v1/',0,'revision','',0),(450,1,'2021-02-19 00:56:58','2021-02-19 00:56:58','','yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n','','inherit','open','closed','','yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n-2','','','2021-02-19 00:56:58','2021-02-19 00:56:58','',384,'http://lavendermatyoga.com/wp-content/uploads/2021/02/yoni_pleasure_palace_115748793_170917147855727_551293529815243266_n.jpg',0,'attachment','image/jpeg',0),(451,1,'2021-02-24 00:36:41','2021-02-24 00:36:41','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What is a Yoni Egg?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-autosave-v1','','','2021-02-24 00:36:41','2021-02-24 00:36:41','',384,'http://lavendermatyoga.com/2021/02/19/384-autosave-v1/',0,'revision','',0),(452,1,'2021-02-19 01:01:39','2021-02-19 01:01:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://www.madisonrosenberger.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-19 01:01:39','2021-02-19 01:01:39','',384,'http://lavendermatyoga.com/2021/02/19/384-revision-v1/',0,'revision','',0),(454,1,'2021-02-23 00:10:41','2021-02-23 00:10:41','','Breast Activation Kit','<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Designed to assist with emotional healing and openness, our Breast Activation Kit includes a medium-sized Rose Quartz Yoni Egg and our Heart Activation Breast Massage Oil. It’s the perfect combination for amplifying sensuality, femininity and pure self-love!</p>\r\n<p class=\"\">For a woman’s Yoni to open, her Heart must feel safe to open. One way of activating and opening the Heart space is a breast massage ritual, which is something we can give to ourselves every day. Learn and follow a Breast Massage Tutorial in the <a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\">Yoni Egg Online Course, here.</a></p>\r\n<p id=\"yui_3_17_2_1_1577991981423_14691\" class=\"\">The breast massage oil is absolutely divine! It is blended with nourishing botanical oils and delicate Vanilla &amp; Rose essential oils. It’s infused with a potent sequence of crystals (rose quartz, kunzite, and pink tourmaline), Australian Wildflower essences, and a solar infusion of Lavender, Calendula, Chamomile and Rose Petals.</p>\r\n<p class=\"\">The Rose Quartz Yoni Egg is designed to be worn inside the vagina (15 – 30 minutes a day is sufficient, <a href=\"http://lavendermatyoga.com/yoni-eggs/\">read more on yoni eggs here)</a> to help strengthen and tone the pelvic floor muscles, whilst also healing a woman’s connection to her sacred space.</p>\r\n\r\n</div>','publish','open','closed','','breast-activation-kit','','','2021-02-23 00:23:46','2021-02-23 00:23:46','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=454',0,'product','',0),(455,1,'2021-02-23 00:17:54','2021-02-23 00:17:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-02-23 00:17:54','2021-02-23 00:17:54','',119,'http://lavendermatyoga.com/2021/02/23/119-revision-v1/',0,'revision','',0),(456,1,'2021-02-23 00:21:09','2021-02-23 00:21:09','','Yoni Egg Online Course','Yoni Pleasure Palace\'s Founder Rosie Rees filmed a fantastic course on how to use your yoni eggs with Beducated.com\r\n\r\n&nbsp;\r\n<h4>MODULE 1 — ESSENTIALS</h4>\r\nLearn more about:\r\n<ul data-rte-list=\"default\">\r\n 	<li>Your own anatomy and when not to use Yoni</li>\r\n 	<li>Rosie’s very personal story of transformation</li>\r\n 	<li>What a Yoni Egg is and how to take care of it (clean it)</li>\r\n 	<li>How it can help you heal and orgasm</li>\r\n 	<li>And more</li>\r\n</ul>\r\n<h4>MODULE 2 — WARM UP</h4>\r\nLearn more about:\r\n<ul data-rte-list=\"default\">\r\n 	<li>How to insert and remove your Yoni Egg</li>\r\n 	<li>Golden Yoni Healing Meditation</li>\r\n 	<li>Breast Massage Ritual</li>\r\n 	<li>Insertion Ritual</li>\r\n 	<li>And more</li>\r\n</ul>\r\n<h4>MODULE 3 — SESSIONS</h4>\r\nThis is where it gets real! Explore:\r\n<ul data-rte-list=\"default\">\r\n 	<li>Orgasmic Yoni Egg Yoga</li>\r\n 	<li>Yoni Detox Session</li>\r\n 	<li>Booty Session</li>\r\n 	<li>Pelvic Floor Practice</li>\r\n 	<li>Evening Yin Session</li>\r\n 	<li>Healing your Yoni and your Heart</li>\r\n 	<li>Advanced Energizing Yoga Flow</li>\r\n 	<li>And more</li>\r\n</ul>\r\n<h4>MODULE 4 — BONUSES</h4>\r\n<ul data-rte-list=\"default\">\r\n 	<li>How to build a relationship with your Yoni</li>\r\n 	<li>How to stay disciplined with your practice</li>\r\n 	<li>Advanced Yoni Weight Lifting Exercises</li>\r\n 	<li>Womb Clearing Meditation</li>\r\n 	<li>Crystal Pleasure Wand Lecture</li>\r\n 	<li>Crystal Properties</li>\r\n</ul>','publish','open','closed','','yoni-egg-online-course','','','2021-02-23 00:21:39','2021-02-23 00:21:39','',0,'http://lavendermatyoga.com/?post_type=product&#038;p=456',0,'product','',0),(457,1,'2021-02-23 00:25:30','2021-02-23 00:25:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-02-23 00:25:30','2021-02-23 00:25:30','',119,'http://lavendermatyoga.com/2021/02/23/119-revision-v1/',0,'revision','',0),(458,1,'2021-02-23 00:35:46','2021-02-23 00:35:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://www.madisonrosenberger.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-23 00:35:46','2021-02-23 00:35:46','',384,'http://lavendermatyoga.com/2021/02/23/384-revision-v1/',0,'revision','',0),(459,1,'2021-02-23 00:39:49','2021-02-23 00:39:49','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-02-23 00:39:49','2021-02-23 00:39:49','',119,'http://lavendermatyoga.com/2021/02/23/119-revision-v1/',0,'revision','',0),(463,1,'2021-02-23 23:18:39','2021-02-23 23:18:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://www.madisonrosenberger.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-23 23:18:39','2021-02-23 23:18:39','',384,'http://lavendermatyoga.com/2021/02/23/384-revision-v1/',0,'revision','',0),(464,1,'2021-02-23 23:25:18','2021-02-23 23:25:18','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n&nbsp;\r\n\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]A yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-23 23:25:18','2021-02-23 23:25:18','',384,'http://lavendermatyoga.com/2021/02/23/384-revision-v1/',0,'revision','',0),(465,1,'2021-02-23 23:29:00','2021-02-23 23:29:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-02-23 23:29:00','2021-02-23 23:29:00','',119,'http://lavendermatyoga.com/2021/02/23/119-revision-v1/',0,'revision','',0),(466,1,'2021-02-23 23:41:38','2021-02-23 23:41:38','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What is a Yoni Egg?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-23 23:41:38','2021-02-23 23:41:38','',384,'http://lavendermatyoga.com/2021/02/23/384-revision-v1/',0,'revision','',0),(467,1,'2021-02-23 23:42:55','2021-02-23 23:42:55','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What is a Yoni Egg?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-23 23:42:55','2021-02-23 23:42:55','',384,'http://lavendermatyoga.com/2021/02/23/384-revision-v1/',0,'revision','',0),(468,1,'2021-02-24 00:29:53','2021-02-24 00:29:53','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What is a Yoni Egg?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-24 00:29:53','2021-02-24 00:29:53','',384,'http://lavendermatyoga.com/2021/02/24/384-revision-v1/',0,'revision','',0),(469,1,'2021-02-24 00:36:26','2021-02-24 00:36:26','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"393\" hover_image=\"393\" link=\"https://www.yonipleasurepalace.com/shop/red-carnelian-yoni-egg/?ref=madisonrosenberger\"][vc_column_text]<em>photo by May May David</em>[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>What is a Yoni Egg?</h4>\r\nA yoni egg is an egg-shaped stone or crystal used to insert inside the yoni (vagina) to heal your sacred sexual center physically, energetically, and emotionally. The egg works to strengthen and tone the entire pelvic region – the pelvic floor muscles, the lower abdomen, the urogenital diaphragms and even the lower back - as well as relax tension held in this area.\r\n\r\nMany women are cut off from their pleasure and sexuality and therefore their power. Yoni eggs reconnect you to your womb, your creation center, create sexual and sacral healing and awaken your lifeforce.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>PRODUCT DESCRIPTION</h4>\r\n<ul>\r\n 	<li>Yoni Egg in a selection of crystals - Rose Quartz, Clear Quartz, Nephrite Jade, Carnelian, Amythest, Aventurine, Moon Quartz, or Black Obsidian - available in drilled with string or non drilled.</li>\r\n 	<li>Gorgeous branded pouch for safekeeping.</li>\r\n 	<li>Discrete and eco-packaging (plastic-free).</li>\r\n 	<li>Ships globally(All prices are listed in AUD but converted when transferred to USD) - Use Coupon Code \'MADISON\' for $10 off.</li>\r\n 	<li>Detailed instructions in the brochure.</li>\r\n 	<li>Free Facebook private group access.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"https://www.yonipleasurepalace.com/shop/shakti-yoni-egg-set-of-three/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>WAYS TO USE YOUR EGG</h4>\r\n1. The first is the easiest, simply insert your yoni egg and wear it around the house. This allows you to bring awareness to your yoni space and to train and strengthen the pelvic floor. Start with 5 minutes, eventually working your way up to 20 minutes at a time. Be careful not to overdo your practice. When inserting lie on your back or come into a squat. Take a moment to breathe deep and center yourself before insertion. Be gentle and go slow, do not force it.\r\n\r\n&nbsp;\r\n\r\n2. Practice gentle yoga moves in combinations with wearing your yoni egg. Moving your body while wearing the egg helps you to ground and facilitates a deeper connection with your sacral space. Recommended Poses: Cat and Cow, Downward Facing Dog, Butterfly Pose, and Bridge Lifts. Move in sensual, fluid ways to rise your sexual energy.  Roll your hips, thrust in rhythm with your breath and in unison with squeezing the egg.\r\n\r\n&nbsp;\r\n\r\n3. Utilizing your breath and visualization create a transformational kegel practice. You can begin by simply holding your egg in meditation, I owned my first egg for up to a year before I got the courage to insert it. Before insertion bring your egg to your heart and set an intention. Center yourself and tune-in. Next sit in silent meditation, inhale deeply and squeeze the egg, on your exhale full release your contraction. It is important to fully release, so as not to create more tension.\r\n\r\n&nbsp;\r\n<h3>To learn how to fully use your Yoni Egg I highly recommend the Yoni Egg Online Course by Rosie Rees,<a href=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"> here</a>.</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text=\"Yoni Egg Online Course\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BENEFITS OF USING A YONI EGG:</h4>\r\n<ul>\r\n 	<li>Increases <i>connection</i> with the Yoni (so many women are “cut off” from the waist down)</li>\r\n 	<li>Increases sensation during sex/self-pleasure</li>\r\n 	<li>Revitalises nerve-endings in the vagina</li>\r\n 	<li>Improves overall life-force energy or “chi” in the body</li>\r\n 	<li>Boosts sexual energy levels and awakens the libido</li>\r\n 	<li>Helps train the vagina for childbirth and recover the muscles post-childbirth</li>\r\n 	<li>Increases wetness and lubrication (yes, yes, YES!)</li>\r\n 	<li>Helps to prevent prolapse whereby the pelvic organs collapse into the vagina due to atrophy and non-use.</li>\r\n 	<li>Relieves incontinence (weak bladder/accidentally peeing)</li>\r\n 	<li>Balances hormones by increasing blood flow to the area, which contributes to youthfulness</li>\r\n 	<li>Heightens orgasmic potential and able to access a variety of orgasms</li>\r\n 	<li>Helps to stay grounded in the body and brings awareness to the yoni, womb and entire pelvic band</li>\r\n 	<li>Improves overall health, happiness, and wellness – physically and spiritually – as the yoni egg focuses on the place in the body with the most Chi (life force energy).</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][image_hover target=\"_self\" image=\"395\" hover_image=\"395\" link=\"https://www.yonipleasurepalace.com/shop/brazilian-clear-quartz/?ref=madisonrosenberger\"][vc_empty_space][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"BROWSE ALL YONI EGGS HERE\" link=\"https://www.yonipleasurepalace.com/shop/?ref=madisonrosenberger\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][image_hover target=\"_self\" image=\"450\" hover_image=\"450\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 class=\"product_title entry-title\">YONI EGG CLEANSING OIL</h3>\r\n<div class=\"woocommerce-product-details__short-description\">\r\n<p class=\"\">Cleanse your Yoni Egg with just a few drops of this potent, luscious elixir. Made with a combination of oils such as geranium and tea tree that support femininity, libido and most importantly, the elimination of bacteria.</p>\r\n<p class=\"\">Inside the bottle, the oil also has chips of quartz and black tourmaline to both cleanse and remove negative energy that may have built up in your crystal yoni egg after each use. This blend is also infused with reiki and moon energy.</p>\r\n&nbsp;\r\n<h5>DIRECTIONS FOR USE:</h5>\r\n<p class=\"\">We recommend adding a few drops of this potent oil to some warm water and then wipe try with a towel.</p>\r\n\r\n<h5>INGREDIENTS:</h5>\r\n<p class=\"\">Tea Tree Oil</p>\r\n<p class=\"\">Bergamot</p>\r\n<p class=\"\">Clary Sage</p>\r\n<p class=\"\">Geranium Oil</p>\r\n<p class=\"\">Coconut Oil</p>\r\n<p class=\"\">Black Tourmaline chips</p>\r\n<p class=\"\">Clear Quartz chips</p>\r\n\r\n</div>\r\n[/vc_column_text][button size=\"medium\" target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Purchase Here\" link=\"https://www.yonipleasurepalace.com/shop/yoni-egg-cleanser-oil/?ref=madisonrosenberger\"][vc_empty_space][/vc_column][/vc_row]','Yoni Eggs','','inherit','closed','closed','','384-revision-v1','','','2021-02-24 00:36:26','2021-02-24 00:36:26','',384,'http://lavendermatyoga.com/2021/02/24/384-revision-v1/',0,'revision','',0),(471,1,'2021-05-03 22:12:07','2021-05-03 22:12:07','','Untitled design (10)','','inherit','open','closed','','untitled-design-10-2','','','2021-05-03 22:12:07','2021-05-03 22:12:07','',119,'http://lavendermatyoga.com/wp-content/uploads/2021/05/Untitled-design-10.png',0,'attachment','image/png',0),(473,1,'2021-05-03 22:30:22','2021-05-03 22:30:22','','Screen Shot 2021-05-03 at 6.29.49 PM','','inherit','open','closed','','screen-shot-2021-05-03-at-6-29-49-pm','','','2021-05-03 22:30:22','2021-05-03 22:30:22','',119,'http://lavendermatyoga.com/wp-content/uploads/2021/05/Screen-Shot-2021-05-03-at-6.29.49-PM.png',0,'attachment','image/png',0),(472,1,'2021-05-03 22:13:22','2021-05-03 22:13:22','','Untitled design (10)','','inherit','open','closed','','untitled-design-10-3','','','2021-05-03 22:13:22','2021-05-03 22:13:22','',119,'http://lavendermatyoga.com/wp-content/uploads/2021/05/Untitled-design-10-1.png',0,'attachment','image/png',0),(479,1,'2021-05-03 23:15:02','2021-05-03 23:15:02','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"473\" hover_image=\"473\" link=\"https://wildling.pxf.io/a1nkQq\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gua Sha</h4>\r\n<h5 style=\"text-align: center;\">10% off with code \'MADISON10\'</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-05-03 23:15:02','2021-05-03 23:15:02','',119,'http://lavendermatyoga.com/2021/05/03/119-revision-v1/',0,'revision','',0),(474,1,'2021-05-03 22:32:28','2021-05-03 22:32:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"121\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">YOGA</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"205\" hover_image=\"205\" link=\"https://amzn.to/2Hylaoi\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">The Lavender Mat</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"372\" hover_image=\"372\" link=\"https://amzn.to/37DQ615\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">2 Yoga Cork Blocks + Strap</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"300\" link=\"https://www.myzyia.com/62720/shop/catalog.aspx?eventId=E869266&amp;from=DIRECTLINK\" hover_image=\"300\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Activewear</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"204\" hover_image=\"204\" link=\"https://amzn.to/2Sah6gk\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Non-Slip Yoga Socks</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"117\" hover_image=\"117\" link=\"http://lavendermatyoga.com/product/guided-sun-salutations-mp3-companion-pdf/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">GUIDED SUN SALUTATIONS</h4>\r\n<h4 style=\"text-align: center;\">FOR BEGINNERS</h4>\r\n<h5 style=\"text-align: center;\">MP3 + COMPANION PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"126\" hover_image=\"126\" link=\"http://lavendermatyoga.com/product/unlocking-the-major-arcana-through-yoga/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">UNLOCKING THE MAJOR ARCANA THROUGH YOGA</h4>\r\n<h5 style=\"text-align: center;\">ONLINE COURSE</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"424\" hover_image=\"424\" link=\"http://lavendermatyoga.com/product/free-28-day-virtual-breathwork-series/\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">FREE</h3>\r\n<h4 style=\"text-align: center;\">28 Day Breathwork Series</h4>\r\n<h5 style=\"text-align: center;\">IGTV VIRTUAL VIDEO</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">MEDITATION</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"112\" hover_image=\"112\" link=\"http://lavendermatyoga.com/product/meditate-a-simple-and-straightforward-guide/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MEDITATE: A SIMPLE &amp; STRAIGHTFORWARD GUIDE</h4>\r\n<h5 style=\"text-align: center;\">Paperback &amp; eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"269\" hover_image=\"269\" link=\"http://lavendermatyoga.com/product/meditate-companion-album/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Meditate Companion Album</h4>\r\n<h5 style=\"text-align: center;\">Guided Meditation Tracks</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"323\" hover_image=\"323\" link=\"http://lavendermatyoga.com/product/diy-meditation-companion-oracle-cards/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">DIY MEDITATION ORACLE CARDS</h4>\r\n<h5 style=\"text-align: center;\">PDF</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"134\" hover_image=\"134\" link=\"http://lavendermatyoga.com/my-top-5-meditation-tools/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MY TOP 5 TOOLS FOR MEDITATION</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Yoni Health</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<p style=\"text-align: center;\"><em>When inserting products into your yoni, <strong>quality control</strong>, <strong>body-safe products</strong> and <strong>education</strong> are of the utmost importance. (Many types of crystal CANNOT be used internally) This is why I am an Affiliate Seller for Yoni Pleasure Palace (based in Australia).  After researching numerous companies, I have found the quality of their products, customer service, and overall mission of their company to be the best!</em></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 style=\"text-align: center;\">USE COUPON CODE ‘MADISON’ AT YPP TO RECEIVE $10 OFF YOUR ORDER!</h5>\r\n<h5 style=\"text-align: center;\">**PRICES ARE IN DISPLAYED IN AUD &amp; <em>REDUCE</em> WHEN CONVERTED TO USD**</h5>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"394\" hover_image=\"394\" link=\"http://lavendermatyoga.com/yoni-eggs/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni eggs</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"399\" hover_image=\"399\" link=\"http://lavendermatyoga.com/product/breast-activation-kit/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">breast activation kit</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"313\" hover_image=\"313\" link=\"http://lavendermatyoga.com/product/yoni-egg-online-course/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">yoni egg online course</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"397\" hover_image=\"397\" link=\"http://lavendermatyoga.com/pleasure-wands-vaginal-dearmoring/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">pleasure wands and vaginal (+cervical) dearmoring</h4>\r\n<h5 style=\"text-align: center;\"></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">Holistic Wellness</h3>\r\n[/vc_column_text][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"473\" hover_image=\"473\" link=\"https://wildling.pxf.io/a1nkQq\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Gua Sha</h4>\r\n<h5 style=\"text-align: center;\">10% off with code \'MADISON10\'</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"324\" hover_image=\"324\" link=\"http://lavendermatyoga.com/beautycounter-with-madison/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Clean Beauty</h4>\r\n<h5 style=\"text-align: center;\">Non-toxic Cosmetics</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"325\" hover_image=\"325\" link=\"http://lavendermatyoga.com/product/the-ultimate-guide-to-clean-beauty-ebook/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">\"The Ultimate Guide to Clean Beauty\"</h4>\r\n<h5 style=\"text-align: center;\">eBook</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"332\" hover_image=\"332\" link=\"http://lavendermatyoga.com/product/liquid-collagen/\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Collagen</h4>\r\n<h5 style=\"text-align: center;\">$10 off Liquid Gold!</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"329\" link=\"http://lavendermatyoga.com/ceremonial-cacao/\" hover_image=\"329\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Ceremonial Cacao</h4>\r\n<h5 style=\"text-align: center;\">Food of the Gods</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"373\" hover_image=\"373\" link=\"https://amzn.to/3cFaq30\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CPTG Lavender Essential Oil</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][image_hover target=\"_self\" image=\"371\" hover_image=\"371\" link=\"https://www.amazon.com/shop/madisonrosenberger\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">Shop my list of recommended books, wellness tools, yoga gear, and more!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Shop','','inherit','closed','closed','','119-revision-v1','','','2021-05-03 22:32:28','2021-05-03 22:32:28','',119,'http://lavendermatyoga.com/2021/05/03/119-revision-v1/',0,'revision','',0),(475,1,'2021-05-03 22:38:57','2021-05-03 22:38:57','','The Ultimate Guide to Clean Beauty eBook','JOIN MY FACEBOOK GROUP “BEAUTYCOUNTER WITH MADISON” TO DOWNLOAD YOUR FREE COPY OF\n<h4><em>THE ULTIMATE GUIDE TO CLEAN BEAUTY </em></h4>\n&nbsp;\n<h4>LEARN ABOUT:</h4>\n<ul>\n 	<li>Outdated beauty laws</li>\n 	<li>How you can find safer beauty products</li>\n 	<li>How to determine if there are toxic chemicals in your current products</li>\n 	<li>Find out which “trustworthy” companies are greenwashing</li>\n 	<li>Receive an extensive clean swap recommendations list</li>\n 	<li>And more!</li>\n</ul>\n&nbsp;\n<h4>ACCESS FREE EXCLUSIVE CLEAN BEAUTY CLASSES</h4>\n<h4>SUCH AS:</h4>\n<ul>\n 	<li>Gua Sha</li>\n 	<li>Ancient Beauty Rituals</li>\n 	<li>Flawless in Five Tutorial</li>\n 	<li>Face Yoga</li>\n 	<li>Guided Beauty Meditation</li>\n 	<li>Herbs for Beauty</li>\n 	<li>Chinese Face Reading</li>\n 	<li>An interview with clean beauty industry leader!</li>\n</ul>','inherit','closed','closed','','369-autosave-v1','','','2021-05-03 22:38:57','2021-05-03 22:38:57','',369,'http://lavendermatyoga.com/2021/05/03/369-autosave-v1/',0,'revision','',0),(476,1,'2021-05-03 22:43:43','2021-05-03 22:43:43','','106130690_10217225232728520_6550515268961415079_n','','inherit','open','closed','','106130690_10217225232728520_6550515268961415079_n','','','2021-05-03 22:43:43','2021-05-03 22:43:43','',354,'http://lavendermatyoga.com/wp-content/uploads/2021/05/106130690_10217225232728520_6550515268961415079_n.jpeg',0,'attachment','image/jpeg',0),(477,1,'2021-05-03 23:03:17','2021-05-03 23:03:17','','@cleanbeautywithmadison','','inherit','open','closed','','cleanbeautywithmadison','','','2021-05-03 23:03:17','2021-05-03 23:03:17','',354,'http://lavendermatyoga.com/wp-content/uploads/2021/05/@cleanbeautywithmadison.png',0,'attachment','image/png',0),(478,1,'2021-05-03 23:13:30','2021-05-03 23:13:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"476\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text]\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nAccording to many of the world’s leading scientists and medical organizations, the harmful ingredients in our cosmetics (everything from face lotion and makeup, to baby powder and sunscreen) have been linked to cancer, hormone disruption, infertility, and other health issues.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n\r\nThese toxic chemicals are not only <strong>causing disease in your bodies but harming your Spirit</strong> by contaminating your energy systems and clogging your Chi (Prana, Lifeforce, Universal Energy that animates all things) These poisonous ingredients are hampering your physical health, intuitive potential and spiritual evolution.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h4><strong>WHILE MANY COUNTRIES BAN A LARGE NUMBER OF THESE TOXIC CHEMICALS FROM COSMETICS, SUCH AS THE E.U. BANNING ABOUT 1,400, THE U.S. ONLY BANS 11 AND RESTRICTS 30!</strong></h4>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div dir=\"auto\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">\r\n<p class=\"p1\"><em>There has not been a federal law passed governing the personal care industry in the U.S. since 1938! Only 1.5 pages of federal law are used to regulate the $200 billion cosmetics industry. </em><em>No category of consumer products is subject to less government oversight than cosmetics and other personal care products.</em></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTYCOUNTER BANS 1,800+ TOXIC INGREDIENTS WITH ONE SIMPLE MISSION, TO GET SAFER PRODUCTS IN THE HANDS OF EVERYBODY.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\nFor a full year, I have tried numerous clean beauty products from various companies and my experience with BeautyCounter has been the best. They have the <strong>highest quality customer service</strong> and people who really care. Their products are <strong>not only safer but high performin</strong>g (this is hard to find in clean beauty) and they have <strong>the largest range of product</strong>s (and are coming out with more constantly). I am so proud to be a consultant for BeautyCounter and to join the clean beauty revolution! – www.beautycounter.com/madisonrosenberger\r\n\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\"></div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\"><strong>BEAUTY SHOULD BE GOOD FOR YOU.</strong></h4>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<h4 dir=\"auto\">BEAUTY PRODUCTS SHOULD RAISE YOUR VIBRATION, AWAKEN YOUR SOUL, AND INVIGORATE YOUR BODY, MIND, AND SPIRIT.</h4>\r\n<h4 dir=\"auto\">BEAUTY SHOULD MAKE YOU FEEL ALIVE AND POWERFUL AND <strong>SHOULD NEVER MAKE YOU SICK.</strong></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"separator transparent \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h2 style=\"text-align: center;\"></h2>\r\n</div>\r\n</div>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][button size=\"big_large\" target=\"_self\" hover_type=\"default\" text=\"SHOP NOW\" link=\"http://www.madisonrosenberger.com/beautycounter/\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/3\"][vc_single_image image=\"359\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">PLEASE REACH OUT WITH ANY QUESTIONS!</h2>\r\n<h4 style=\"text-align: center;\">CALL OR TEXT FOR A FREE CLEAN BEAUTY CONSULTATION</h4>\r\n<h5 style=\"text-align: center;\">704.778.1538</h5>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"477\" img_size=\"full\" qode_css_animation=\"\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">follow me on IG <strong>@cleanbeautywithmadison</strong> for clean beauty tips, recommendations and product discounts!</h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"357\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Beautycounter with Madison','','inherit','closed','closed','','354-revision-v1','','','2021-05-03 23:13:30','2021-05-03 23:13:30','',354,'http://lavendermatyoga.com/2021/05/03/354-revision-v1/',0,'revision','',0),(491,1,'2022-03-25 22:54:06','2022-03-25 22:54:06','','download','','inherit','open','closed','','download','','','2022-03-25 22:54:06','2022-03-25 22:54:06','',163,'http://lavendermatyoga.com/wp-content/uploads/2022/03/download.png',0,'attachment','image/png',0),(492,1,'2022-03-25 22:58:26','2022-03-25 22:58:26','','meetup','','inherit','open','closed','','meetup','','','2022-03-25 22:58:26','2022-03-25 22:58:26','',163,'http://lavendermatyoga.com/wp-content/uploads/2022/03/meetup.png',0,'attachment','image/png',0),(493,1,'2022-03-25 23:16:08','2022-03-25 23:16:08','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">UPCOMING CLASSES -</h3>\r\n<h3 style=\"text-align: center;\">I am currently expecting my first child and, unfortunately, I am having a very rough and complicated pregnancy. Classes are on hiatus until I am ready to return to teaching. Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"492\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-03-25 23:16:08','2022-03-25 23:16:08','',163,'http://lavendermatyoga.com/2022/03/25/163-revision-v1/',0,'revision','',0),(494,1,'2022-03-25 23:33:46','2022-03-25 23:33:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner of Lavender Mat. Yoga has been a big part of my life for over a decade. I originally came to yoga with the intention to rehab my knee after surgery and the reasons I stayed are multifaceted. In a nutshell, yoga altered the course of my life.\r\n\r\n<em><strong>I have been teaching yoga for the past 9 years and  I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-03-25 23:33:46','2022-03-25 23:33:46','',138,'http://lavendermatyoga.com/2022/03/25/138-revision-v1/',0,'revision','',0),(495,1,'2022-03-25 23:38:35','2022-03-25 23:38:35','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Baer (Rosenberger)</h4>\r\n<h5>Ph.D. , RYT 500, Owner</h5>\r\n&nbsp;\r\n\r\n<em>Instagram: @lavendermatyoga</em>\r\n\r\n704.778.1538[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2022-03-25 23:38:35','2022-03-25 23:38:35','',182,'http://lavendermatyoga.com/2022/03/25/182-revision-v1/',0,'revision','',0),(496,1,'2022-03-25 23:39:18','2022-03-25 23:39:18','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h3></h3>\r\nHi! I will be your instructor and am the owner of Lavender Mat. I first started yoga to rehab my knee after surgery but then yoga opened the door to an entirely new way of living. At the risk of sounding cliché, in a nutshell, yoga altered the course of my life.\r\n\r\n<em><strong>I have been teaching yoga for the past 10 years and I am incredibly passionate about keeping your body safe during yoga.</strong></em> My second knee surgery was a result of misguided instruction during a yoga class! All too often yoga is instructed instead of taught and instructed yoga is sometimes led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>I make a point of making sure my classes are accessible to all the students present because I believe yoga is intended to be a holistic mental, physical, spiritual, and emotional healing practice, not just a workout for the body.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-03-25 23:39:18','2022-03-25 23:39:18','',138,'http://lavendermatyoga.com/2022/03/25/138-revision-v1/',0,'revision','',0),(498,1,'2022-04-29 20:14:00','2022-04-29 20:14:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4><a href=\"https://www.athayogaclt.com/\">@ Atha Yoga</a></h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.athayogaclt.com/workshops\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','publish','closed','closed','','restorative-prenatal-yoga-series','','','2022-05-25 19:04:40','2022-05-25 19:04:40','',0,'http://lavendermatyoga.com/?page_id=498',0,'page','',0),(499,1,'2022-04-29 20:06:31','2022-04-29 20:06:31','','1','','inherit','open','closed','','1-5','','','2022-04-29 20:06:31','2022-04-29 20:06:31','',498,'http://lavendermatyoga.com/wp-content/uploads/2022/04/1.png',0,'attachment','image/png',0),(500,1,'2022-04-29 20:10:38','2022-04-29 20:10:38','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3>from May 25th - June 22nd</h3>\r\n<h3>@ Atha Yoga</h3>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series. Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class. Classes can be taken individually or together as a series. </span><span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:10:38','2022-04-29 20:10:38','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(501,1,'2022-04-29 20:11:37','2022-04-29 20:11:37','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series. Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class. Classes can be taken individually or together as a series. </span><span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:11:37','2022-04-29 20:11:37','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(502,1,'2022-04-29 20:12:17','2022-04-29 20:12:17','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:12:17','2022-04-29 20:12:17','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(503,1,'2022-04-29 20:13:42','2022-04-29 20:13:42','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:13:42','2022-04-29 20:13:42','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(504,1,'2022-04-29 20:14:00','2022-04-29 20:14:00','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:14:00','2022-04-29 20:14:00','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(505,1,'2022-04-30 17:27:05','2022-04-30 17:27:05','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h5>Entire Series (5 Sessions) - $99</h5>\r\n<h5>*Classes may be purchased individually for $30 per session.</h5>\r\n[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-autosave-v1','','','2022-04-30 17:27:05','2022-04-30 17:27:05','',498,'http://lavendermatyoga.com/2022/04/29/498-autosave-v1/',0,'revision','',0),(506,1,'2022-04-29 20:15:56','2022-04-29 20:15:56','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Restorative Prenatal</h2>\r\n<h2>Yoga Series</h2>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:15:56','2022-04-29 20:15:56','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(7583,1,'2022-08-19 21:30:13','2022-08-19 21:30:13','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"42\" img_size=\"full\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://lavendermatyoga.com/restorative-prenatal-yoga-series/\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   Lavender Mat is a sacred place to retreat to when life won\'t stop spinning; a place of transmutation, calm, wellness, and ease.  Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, conscious living, and spiritual teachings. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers. Come to Lavender Mat to clear, ground, and release.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2022-08-19 21:30:13','2022-08-19 21:30:13','',43,'https://lavendermatyoga.com/?p=7583',0,'revision','',0),(508,1,'2022-04-29 20:19:44','2022-04-29 20:19:44','','12','','inherit','open','closed','','12-2','','','2022-04-29 20:19:44','2022-04-29 20:19:44','',43,'http://lavendermatyoga.com/wp-content/uploads/2022/04/12.png',0,'attachment','image/png',0),(509,1,'2022-04-29 20:20:52','2022-04-29 20:20:52','','12','','inherit','open','closed','','12-3','','','2022-04-29 20:20:52','2022-04-29 20:20:52','',43,'http://lavendermatyoga.com/wp-content/uploads/2022/04/12-1.png',0,'attachment','image/png',0),(510,1,'2022-04-29 20:21:48','2022-04-29 20:21:48','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1>Restorative Prenatal</h1>\r\n<h1>Yoga Series</h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:21:48','2022-04-29 20:21:48','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(511,1,'2022-04-29 20:23:05','2022-04-29 20:23:05','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled-3','','','2022-04-29 20:23:05','2022-04-29 20:23:05','',43,'http://lavendermatyoga.com/wp-content/uploads/2022/04/Copy-of-Untitled.png',0,'attachment','image/png',0),(512,1,'2022-04-29 20:25:29','2022-04-29 20:25:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"499\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-29 20:25:29','2022-04-29 20:25:29','',498,'http://lavendermatyoga.com/2022/04/29/498-revision-v1/',0,'revision','',0),(513,1,'2022-04-29 20:26:53','2022-04-29 20:26:53','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"511\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   Lavender Mat is a sacred place to retreat to when life won\'t stop spinning; a place of transmutation, calm, wellness, and ease.  Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, conscious living, and spiritual teachings. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers. Come to Lavender Mat to clear, ground, and release.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2022-04-29 20:26:53','2022-04-29 20:26:53','',43,'http://lavendermatyoga.com/2022/04/29/43-revision-v1/',0,'revision','',0),(515,1,'2022-04-29 20:33:20','2022-04-29 20:33:20','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled-5','','','2022-04-29 20:33:20','2022-04-29 20:33:20','',43,'http://lavendermatyoga.com/wp-content/uploads/2022/04/Copy-of-Untitled-2.png',0,'attachment','image/png',0),(516,1,'2022-04-30 17:07:00','2022-04-30 17:07:00','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled-6','','','2022-04-30 17:07:00','2022-04-30 17:07:00','',43,'http://lavendermatyoga.com/wp-content/uploads/2022/04/Copy-of-Untitled-3.png',0,'attachment','image/png',0),(517,1,'2022-04-30 17:20:10','2022-04-30 17:20:10','','Copy of Untitled (Instagram Post)','','inherit','open','closed','','copy-of-untitled-instagram-post','','','2022-04-30 17:20:10','2022-04-30 17:20:10','',498,'http://lavendermatyoga.com/wp-content/uploads/2022/04/Copy-of-Untitled-Instagram-Post.png',0,'attachment','image/png',0),(518,1,'2022-04-30 17:20:54','2022-04-30 17:20:54','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-30 17:20:54','2022-04-30 17:20:54','',498,'http://lavendermatyoga.com/2022/04/30/498-revision-v1/',0,'revision','',0),(519,1,'2022-04-30 17:22:34','2022-04-30 17:22:34','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" css=\".vc_custom_1600630276015{background-color: #ffffff !important;}\" z_index=\"\"][vc_column][vc_single_image image=\"516\" img_size=\"full\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://lavendermatyoga.com/restorative-prenatal-yoga-series/\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600630257178{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"68\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Welcome to Lavender Mat</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<p class=\"p1\" style=\"text-align: center;\">   Lavender Mat is a sacred place to retreat to when life won\'t stop spinning; a place of transmutation, calm, wellness, and ease.  Lavender has the peaceful connotation of both the fragrant flower it is named after as well as the restorative power of the sacred Violet Flame. These two elements are guiding forces behind holistic, spiritual wellness. Lavender Mat Yoga focuses on incorporating all aspects of a full yoga practice; including, breath, meditation, conscious living, and spiritual teachings. Yoga is so much more than just an assembly of poses, it’s a lifestyle.  It’s a way of uniting your body and emotions with the soul; it is illumined living.  Lavender Mat Yoga brings healing to students through holistic wellness and intimidation-free yoga. All yoga classes at Lavender Mat are accessible for any level of yogi, including complete first-timers. Come to Lavender Mat to clear, ground, and release.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"MEET THE INSTRUCTOR\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/meet-madison/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"BOOK A CLASS\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"CONTACT\" color=\"#ffffff\" hover_color=\"#ffffff\" background_color=\"#c7459f\" margin=\"0PX 5PX 0PX 5PX\" border_color=\"#c7459f\" hover_background_color=\"#9e9ef4\" hover_border_color=\"#9e9ef4\" border_radius=\"0px\" link=\"http://lavendermatyoga.com/contact/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"74\" hover_image=\"74\" link=\"http://lavendermatyoga.com/meet-madison/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"76\" hover_image=\"76\" link=\"http://lavendermatyoga.com/shop/\"][/vc_column][vc_column width=\"1/3\"][image_hover target=\"_self\" image=\"73\" hover_image=\"73\" link=\"http://lavendermatyoga.com/intuitive-yoga-for-beginners/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"78\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Excellent location and teaching with patience and education.\r\n\r\nNO intimidation for those just wanting to try.\r\n\r\nI felt in no way out of place and have done yoga 3 times in my life![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>DONNA RECUPIDO</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"77\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Really impressed for a first time go-er. I felt welcomed and at ease during practice, counteracting when I was full of anxiety on the drive to the gathering. This class was astonishing, exactly what I needed for the week ahead. It gave me such power in the midst of quiet. It opened my eyes to how I need to slow down, meet up with my soul, and make peace. I will totally be attending for many further practices.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>MADISON CANTRELL</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"81\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]I took Madison’s class while on a vacation, coming from New York City where yoga is as common as eating out, I have participated in many different types of yoga classes and have been led by a wide variety of instructors. Madison’s class was the best yoga class I have ever experienced. From the very beginning of the class, I felt completely comfortable and at ease. Madison’s instruction style makes her approachable and relatable. She explains the reasoning behind each movement (pose), allowing her students to become informed and knowledgeable about yoga and its effect on our bodies. Her friendliness, professional manner, and knowledge behind what she teaches make her class a one-of a kind experience which builds self-confidence, positive energy, and is a ton of fun![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>ALEXANDRA BICKLEMANN</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1600640951361{background-color: #bfc1f9 !important;}\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2 style=\"text-align: center;\"><strong>Visit the Contact page to inquire about </strong></h2>\r\n<h2 style=\"text-align: center;\"><strong>booking Lavender Mat for your next private event.</strong></h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Home','','inherit','closed','closed','','43-revision-v1','','','2022-04-30 17:22:34','2022-04-30 17:22:34','',43,'http://lavendermatyoga.com/2022/04/30/43-revision-v1/',0,'revision','',0),(520,1,'2022-04-30 17:26:27','2022-04-30 17:26:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h4>Entire Series (5 Sessions) - $99</h4>\r\n<h4>*Classes may be purchased individually for $30 per session.</h4>\r\n[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-30 17:26:27','2022-04-30 17:26:27','',498,'http://lavendermatyoga.com/2022/04/30/498-revision-v1/',0,'revision','',0),(521,1,'2022-04-30 17:27:12','2022-04-30 17:27:12','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4>@ Atha Yoga</h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h5>Entire Series (5 Sessions) - $99</h5>\r\n<h5>*Classes may be purchased individually for $30 per session.</h5>\r\n[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-30 17:27:12','2022-04-30 17:27:12','',498,'http://lavendermatyoga.com/2022/04/30/498-revision-v1/',0,'revision','',0),(2150,1,'2022-05-25 19:04:40','2022-05-25 19:04:40','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4><a href=\"https://www.athayogaclt.com/\">@ Atha Yoga</a></h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.athayogaclt.com/workshops\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-05-25 19:04:40','2022-05-25 19:04:40','',498,'https://lavendermatyoga.com/?p=2150',0,'revision','',0),(522,1,'2022-04-30 17:28:01','2022-04-30 17:28:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"517\" img_size=\"full\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h1><strong>Restorative Prenatal</strong></h1>\r\n<h1><strong>Yoga Series</strong></h1>\r\n[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h3>Wednesdays, 1:00pm - 2:15pm</h3>\r\n<h3><strong>from May 25th - June 22nd</strong></h3>\r\n<h4><a href=\"https://www.athayogaclt.com/\">@ Atha Yoga</a></h4>\r\n[/vc_column_text][vc_empty_space][vc_column_text]<span class=\"JsGRdQ\">Relax and prepare your body for easy labor with this gentle prenatal series.</span>\r\n\r\n<span class=\"JsGRdQ\"> Prenatal yoga instructor, fellow mother-to-be, Madison Baer, RYT 500, will lead you through restorative asana, breathwork, and meditation to support your pregnancy. </span><span class=\"JsGRdQ\">Madison will also provide additional tips, recommendations, and journal prompts to continue to aid your pregnancy outside of class.</span>\r\n\r\n<em><span class=\"JsGRdQ\"> Classes can be taken individually or together as a series. </span></em>\r\n\r\n<span class=\"JsGRdQ\">This class is suitable for </span><strong><span class=\"JsGRdQ\">all trimesters.</span></strong>[/vc_column_text][vc_empty_space][vc_column_text]\r\n<h5>Entire Series (5 Sessions) - $99</h5>\r\n<h5>*Classes may be purchased individually for $30 per session.</h5>\r\n[/vc_column_text][vc_empty_space][button target=\"_self\" hover_type=\"default\" text=\"Register Here\" link=\"https://www.wellnessliving.com/rs/event/athayogaclt?k_class=411547\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]','Restorative Prenatal Yoga Series','','inherit','closed','closed','','498-revision-v1','','','2022-04-30 17:28:01','2022-04-30 17:28:01','',498,'http://lavendermatyoga.com/2022/04/30/498-revision-v1/',0,'revision','',0),(523,1,'2022-04-30 17:43:13','2022-04-30 17:43:13','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Hi! I\'m Madison, yogi, author, poet, mother, and spiritual teacher.\r\n\r\nI took my first ever yoga class to help my rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.\r\n\r\nYoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>\r\n\r\nYoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.\r\n\r\nI hope to meet you soon, please don\'t hesitate to call me or reach out with any questiosns![/vc_column_text][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 17:43:13','2022-04-30 17:43:13','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(524,1,'2022-04-30 18:01:41','2022-04-30 18:01:41','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first ever yoga class to help my rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:01:41','2022-04-30 18:01:41','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(525,1,'2022-04-30 18:02:29','2022-04-30 18:02:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first ever yoga class to help my rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651341734946{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:02:29','2022-04-30 18:02:29','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(526,1,'2022-04-30 18:11:18','2022-04-30 18:11:18','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651341866806{background-color: #9e9ef4 !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_single_image image=\"148\" img_size=\"medium\" qode_css_animation=\"\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:11:18','2022-04-30 18:11:18','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(527,1,'2022-04-30 18:12:45','2022-04-30 18:12:45','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"large\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651341866806{background-color: #9e9ef4 !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:12:45','2022-04-30 18:12:45','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(528,1,'2022-04-30 18:13:06','2022-04-30 18:13:06','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"large\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651341866806{background-color: #9e9ef4 !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:13:06','2022-04-30 18:13:06','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(534,1,'2022-04-30 18:20:30','2022-04-30 18:20:30','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>EDUCATION</strong></h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5><strong>TRAINING</strong></h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>YOGA CERTIFICATIONS</strong></h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:20:30','2022-04-30 18:20:30','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(529,1,'2022-04-30 18:13:32','2022-04-30 18:13:32','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"large\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651341866806{background-color: #9e9ef4 !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:13:32','2022-04-30 18:13:32','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(530,1,'2022-04-30 18:14:21','2022-04-30 18:14:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_single_image image=\"148\" img_size=\"large\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:14:21','2022-04-30 18:14:21','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(531,1,'2022-04-30 18:15:27','2022-04-30 18:15:27','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"148\" img_size=\"large\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:15:27','2022-04-30 18:15:27','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(533,1,'2022-04-30 18:19:21','2022-04-30 18:19:21','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][vc_single_image image=\"148\" img_size=\"medium\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>EDUCATION</strong></h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5><strong>TRAINING</strong></h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5><strong>YOGA CERTIFICATIONS</strong></h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:19:21','2022-04-30 18:19:21','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(532,1,'2022-04-30 18:17:15','2022-04-30 18:17:15','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"140\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_single_image image=\"141\" img_size=\"full\" alignment=\"center\" qode_css_animation=\"\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\" css_animation=\"\"][vc_column_inner][vc_empty_space][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column_inner][/vc_row_inner][vc_single_image image=\"148\" img_size=\"medium\" alignment=\"center\" qode_css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h2>Madison Baer (Rosenberger), Ph.D.</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Welcome! I\'m Madison, yogi, author, poet, mother, and spiritual teacher. I took my first-ever yoga class to help rehab after knee surgery when I was 19. I came looking for physical healing and found a spiritual, holistic world that altered the entire course of my life. I ditched my corporate-planned future after college and started my own business as an intuitive healer, psychic reader, and yoga teacher.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga opened up a door to a world where I was able to discover my true self and make space for deep healing. Yoga has been a cornerstone throughout my entire life. If I can bring one ounce of the joy and transformation that yoga has brought to my life, to you, then I consider my job well done. <strong>I have been teaching yoga for the past 10 years and it continues to bring new levels of growth to my life every day.</strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]Yoga is a holistic practice and is so much more than just a workout for the body (also called asana). Yoga is meditation, breathwork, spiritual-self discovery, and so much more. Yoga is a comprehensive melding of healing tools for the mental, physical, emotional, and spiritual layers of the body. Yoga is illumined living.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h5>I hope to meet you soon, please don\'t hesitate to call me or reach out with any questions!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" css=\".vc_custom_1651342457160{background-color: #ffffff !important;}\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>EDUCATION</h5>\r\n<ul>\r\n 	<li>University of North Carolina Charlotte, M.A. in English with Creative Writing Concentration, 2022</li>\r\n 	<li>The University of Natural Medicine, Ph.D. in Natural Health Sciences, 2018</li>\r\n 	<li>Diploma in Natural Health for Animals, <em>The University of Natural Medicine</em></li>\r\n 	<li>Diploma in Color Therapy, <em>The University of Natural Medicine</em></li>\r\n 	<li>The University of South Carolina, B.A. in Public Relations, 2013</li>\r\n</ul>\r\n&nbsp;\r\n<h5>TRAINING</h5>\r\n<ul>\r\n 	<li>Certified Advanced Akashic Record Reader</li>\r\n 	<li>Usui Holy Fire Reiki Master/Teacher</li>\r\n 	<li>Certified Advanced Crystal Healer</li>\r\n 	<li>Certified Advanced Angel Oracle and Tarot Card Reader</li>\r\n</ul>\r\n<h5></h5>\r\n[/vc_column_text][vc_empty_space][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h5>YOGA</h5>\r\n<ul>\r\n 	<li>Owner of LavenderMatYoga.com</li>\r\n 	<li>E - RYT 200 (Ashtanga Vinyasa), RYT 500 (Hatha Yoga), Yoga Alliance</li>\r\n 	<li>YACEP, Yoga Alliance Continuing Education Provider</li>\r\n 	<li>Certified PaddleFit Coach &amp; Stand Up Paddleboard Yoga Instructor</li>\r\n 	<li>Certified Unnata Aerial Yoga Instructor</li>\r\n 	<li>Certified Yin Yoga Teacher</li>\r\n 	<li>Certified Prenatal Yoga Teacher</li>\r\n 	<li>Certified Kid\'s Yoga Teacher</li>\r\n 	<li>Certified Gentle Yoga Teacher</li>\r\n 	<li>Specialized training in; Meditation, Pranayama, Yoga for the Pelvic Floor, and Chair Yoga</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"80\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison is a wonderful, thorough, yoga instructor. Although I have taken yoga classes numerous times, each time with Madison I learn something new.  She is really great at making sure her students use correct form, and to do poses slowly to improve balance.  I highly recommend Madison, and especially enjoy her spiritual sayings at the end of each session.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Susan Batla</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"151\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]Madison does a great job supporting each individual in their practice and helping them get where they want to go. She makes everyone feel comfortable enough to get out of that comfort zone AND manages to weave in some life lessons here and there.[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Brooke Sunding</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"153\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_column_text]It’s good for the soul. Madison is very intuitive, sensitive, and all around a great yoga instructor![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Sharon Leiby</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Meet Madison','','inherit','closed','closed','','138-revision-v1','','','2022-04-30 18:17:15','2022-04-30 18:17:15','',138,'http://lavendermatyoga.com/2022/04/30/138-revision-v1/',0,'revision','',0),(12311,0,'2022-11-08 21:17:58','2022-11-08 21:17:58','','Repost from @beautycounter','','publish','closed','closed','','repost-from-beautycounter','','','2022-11-08 21:17:58','2022-11-08 21:17:58','',0,'https://lavendermatyoga.com/sl-insta-media/repost-from-beautycounter/',0,'sl-insta-media','',0),(536,1,'2022-04-30 20:06:18','2022-04-30 20:06:18','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation free</strong> space for you to learn how to practice yoga.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h3 style=\"text-align: center;\">UPCOMING CLASSES -</h3>\r\n<h3 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\">Restorative Prenatal Yoga Series</a>. Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"492\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:06:18','2022-04-30 20:06:18','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(537,1,'2022-04-30 20:08:28','2022-04-30 20:08:28','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_column_text]\r\n<h2 style=\"text-align: center;\">UPCOMING CLASSES -</h2>\r\n<h4 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\">Restorative Prenatal Yoga Series</a>. Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"492\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:08:28','2022-04-30 20:08:28','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(538,1,'2022-04-30 20:10:24','2022-04-30 20:10:24','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>\r\n\r\n&nbsp;\r\n\r\nI am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h4 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\">R<strong>estorative Prenatal Yoga Series</strong></a><strong>.</strong> Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_single_image image=\"492\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:10:24','2022-04-30 20:10:24','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0);
INSERT INTO `wpwc_posts` VALUES (539,1,'2022-04-30 20:11:38','2022-04-30 20:11:38','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h4 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\">R<strong>estorative Prenatal Yoga Series</strong></a><strong>.</strong> Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"492\" img_size=\"medium\" alignment=\"center\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:11:38','2022-04-30 20:11:38','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(540,1,'2022-04-30 20:13:43','2022-04-30 20:13:43','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"700x700\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\">R<strong>estorative Prenatal Yoga Series</strong></a><strong>.</strong> Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:13:43','2022-04-30 20:13:43','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(541,1,'2022-04-30 20:16:07','2022-04-30 20:16:07','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"200x200\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\">R<strong>estorative Prenatal Yoga Series</strong></a><strong>.</strong> Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][vc_separator type=\"normal\"][button target=\"_self\" hover_type=\"default\" text=\"Join MeetUp Group\" link=\"https://www.meetup.com/lavendermatyoga/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:16:07','2022-04-30 20:16:07','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(542,1,'2022-04-30 20:16:46','2022-04-30 20:16:46','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"200x200\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and, Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\"><strong>Restorative Prenatal Yoga Series</strong></a><strong>.</strong> Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][vc_separator type=\"normal\"][button target=\"_self\" hover_type=\"default\" text=\"Join MeetUp Group\" link=\"https://www.meetup.com/lavendermatyoga/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:16:46','2022-04-30 20:16:46','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(543,1,'2022-04-30 20:18:01','2022-04-30 20:18:01','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"200x200\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and Intuitive Yoga classes are on hiatus. Fellow pregnant mothers can join me this May/June for my <a href=\"http://lavendermatyoga.com/restorative-prenatal-yoga-series/\"><strong>Restorative Prenatal Yoga Series</strong></a><strong>.</strong> Please join my Meetup Group and newsletter to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][vc_separator type=\"normal\"][button target=\"_self\" hover_type=\"default\" text=\"Join MeetUp Group\" link=\"https://www.meetup.com/lavendermatyoga/\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-04-30 20:18:01','2022-04-30 20:18:01','',163,'http://lavendermatyoga.com/2022/04/30/163-revision-v1/',0,'revision','',0),(544,1,'2022-04-30 20:26:13','2022-04-30 20:26:13','','','','publish','closed','closed','','madison-baer','','','2022-11-14 17:24:05','2022-11-14 17:24:05','',0,'http://lavendermatyoga.com/sl-insta-account/madison-baer/',0,'sl-insta-account','',0),(12373,0,'2022-11-09 21:22:56','2022-11-09 21:22:56','','\"You are not a helpless victim of your own thoughts, but rather a master of your mind. What do you&hellip;','','publish','closed','closed','','you-are-not-a-helpless-victim-of-your-own-thoughts-but-rather-a-master-of-your-mind-what-do-you','','','2022-11-09 21:22:56','2022-11-09 21:22:56','',0,'https://lavendermatyoga.com/sl-insta-media/you-are-not-a-helpless-victim-of-your-own-thoughts-but-rather-a-master-of-your-mind-what-do-you/',0,'sl-insta-media','',0),(12372,0,'2022-11-09 21:22:55','2022-11-09 21:22:55','','Join me a at 6pm tonight at Blue Cross Blue Shield in Mt. P Towne Center for FREE Intuitive Healing&hellip;','','publish','closed','closed','','join-me-a-at-6pm-tonight-at-blue-cross-blue-shield-in-mt-p-towne-center-for-free-intuitive-healing','','','2022-11-09 21:22:55','2022-11-09 21:22:55','',0,'https://lavendermatyoga.com/sl-insta-media/join-me-a-at-6pm-tonight-at-blue-cross-blue-shield-in-mt-p-towne-center-for-free-intuitive-healing/',0,'sl-insta-media','',0),(12724,0,'2022-11-12 20:48:14','2022-11-12 20:48:14','','My man brought me these gorgeous #lilys today just because 😍💗💋 #braggingrights #flowers #boyfriend #grateful #flashesofdelight #thelittlethings','','publish','closed','closed','','my-man-brought-me-these-gorgeous-lilys-today-just-because-%f0%9f%98%8d%f0%9f%92%97%f0%9f%92%8b-braggingrights-flowers-boyfriend-grateful-flashesofdelight-thelittlethings','','','2022-11-12 20:48:14','2022-11-12 20:48:14','',0,'https://lavendermatyoga.com/sl-insta-media/my-man-brought-me-these-gorgeous-lilys-today-just-because-%f0%9f%98%8d%f0%9f%92%97%f0%9f%92%8b-braggingrights-flowers-boyfriend-grateful-flashesofdelight-thelittlethings/',0,'sl-insta-media','',0),(12725,0,'2022-11-12 20:48:15','2022-11-12 20:48:15','','I got my Emotional Aromatherapy kit today :) In this kit are oils labeled; Forgive, Console, Peace, Passion, Cheer, and&hellip;','','publish','closed','closed','','i-got-my-emotional-aromatherapy-kit-today-in-this-kit-are-oils-labeled-forgive-console-peace-passion-cheer-and','','','2022-11-12 20:48:15','2022-11-12 20:48:15','',0,'https://lavendermatyoga.com/sl-insta-media/i-got-my-emotional-aromatherapy-kit-today-in-this-kit-are-oils-labeled-forgive-console-peace-passion-cheer-and/',0,'sl-insta-media','',0),(12726,0,'2022-11-12 20:48:15','2022-11-12 20:48:15','','Spent the morning at the Naples Botanical Gardens. It\'s amazing how beautiful this little planet of ours is! 🌺🌸🌷🌎 It&hellip;','','publish','closed','closed','','spent-the-morning-at-the-naples-botanical-gardens-its-amazing-how-beautiful-this-little-planet-of-ours-is-%f0%9f%8c%ba%f0%9f%8c%b8%f0%9f%8c%b7%f0%9f%8c%8e-it','','','2022-11-12 20:48:15','2022-11-12 20:48:15','',0,'https://lavendermatyoga.com/sl-insta-media/spent-the-morning-at-the-naples-botanical-gardens-its-amazing-how-beautiful-this-little-planet-of-ours-is-%f0%9f%8c%ba%f0%9f%8c%b8%f0%9f%8c%b7%f0%9f%8c%8e-it/',0,'sl-insta-media','',0),(12727,0,'2022-11-12 20:48:16','2022-11-12 20:48:16','','Feeling some serious crystal envy from this post by @_thelittlesage , will someone go to Australia and bring this back&hellip;','','publish','closed','closed','','feeling-some-serious-crystal-envy-from-this-post-by-_thelittlesage-will-someone-go-to-australia-and-bring-this-back','','','2022-11-12 20:48:16','2022-11-12 20:48:16','',0,'https://lavendermatyoga.com/sl-insta-media/feeling-some-serious-crystal-envy-from-this-post-by-_thelittlesage-will-someone-go-to-australia-and-bring-this-back/',0,'sl-insta-media','',0),(12728,0,'2022-11-12 20:48:16','2022-11-12 20:48:16','','I have to wake up in 5 hours to catch a plane ✈️ and the only thing keeping me sane&hellip;','','publish','closed','closed','','i-have-to-wake-up-in-5-hours-to-catch-a-plane-%e2%9c%88%ef%b8%8f-and-the-only-thing-keeping-me-sane','','','2022-11-12 20:48:16','2022-11-12 20:48:16','',0,'https://lavendermatyoga.com/sl-insta-media/i-have-to-wake-up-in-5-hours-to-catch-a-plane-%e2%9c%88%ef%b8%8f-and-the-only-thing-keeping-me-sane/',0,'sl-insta-media','',0),(12302,0,'2022-11-08 21:17:54','2022-11-08 21:17:54','','There is currently a lot of shame and judgement being thrown around about the use of Palo Santo in the&hellip;','','publish','closed','closed','','there-is-currently-a-lot-of-shame-and-judgement-being-thrown-around-about-the-use-of-palo-santo-in-the','','','2022-11-08 21:17:54','2022-11-08 21:17:54','',0,'https://lavendermatyoga.com/sl-insta-media/there-is-currently-a-lot-of-shame-and-judgement-being-thrown-around-about-the-use-of-palo-santo-in-the/',0,'sl-insta-media','',0),(12364,0,'2022-11-08 21:32:18','2022-11-08 21:32:18','','A while back I won a giveaway hosted @the_numinous and was gifted a bottle of #higherself by @jivabhaksa ✨✨✨ This&hellip;','','publish','closed','closed','','a-while-back-i-won-a-giveaway-hosted-the_numinous-and-was-gifted-a-bottle-of-higherself-by-jivabhaksa-%e2%9c%a8%e2%9c%a8%e2%9c%a8-this','','','2022-11-08 21:32:18','2022-11-08 21:32:18','',0,'https://lavendermatyoga.com/sl-insta-media/a-while-back-i-won-a-giveaway-hosted-the_numinous-and-was-gifted-a-bottle-of-higherself-by-jivabhaksa-%e2%9c%a8%e2%9c%a8%e2%9c%a8-this/',0,'sl-insta-media','',0),(12655,0,'2022-11-11 20:31:08','2022-11-11 20:31:08','','Now is as good a time as any to meditate 🧘🏼‍♀️🥰 Link in the bio 👉🏻 #meditation #selfcaresunday','','publish','closed','closed','','now-is-as-good-a-time-as-any-to-meditate-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f%f0%9f%a5%b0-link-in-the-bio-%f0%9f%91%89%f0%9f%8f%bb-meditation-selfcaresunday','','','2022-11-11 20:31:08','2022-11-11 20:31:08','',0,'https://lavendermatyoga.com/sl-insta-media/now-is-as-good-a-time-as-any-to-meditate-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f%f0%9f%a5%b0-link-in-the-bio-%f0%9f%91%89%f0%9f%8f%bb-meditation-selfcaresunday/',0,'sl-insta-media','',0),(12301,0,'2022-11-08 21:17:53','2022-11-08 21:17:53','','Our cosmetic laws haven’t changed since 1938. The European Unions bans 1,400 chemicals and the U.S only bans 30!! It’s&hellip;','','publish','closed','closed','','our-cosmetic-laws-havent-changed-since-1938-the-european-unions-bans-1400-chemicals-and-the-u-s-only-bans-30-its','','','2022-11-08 21:17:53','2022-11-08 21:17:53','',0,'https://lavendermatyoga.com/sl-insta-media/our-cosmetic-laws-havent-changed-since-1938-the-european-unions-bans-1400-chemicals-and-the-u-s-only-bans-30-its/',0,'sl-insta-media','',0),(4753,0,'2022-07-06 19:37:04','2022-07-06 19:37:04','','Yoni eggs yoga can be scary, trust me I know. But its in being brave to discover and connect with&hellip;','','publish','closed','closed','','yoni-eggs-yoga-can-be-scary-trust-me-i-know-but-its-in-being-brave-to-discover-and-connect-with','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/yoni-eggs-yoga-can-be-scary-trust-me-i-know-but-its-in-being-brave-to-discover-and-connect-with/',0,'sl-insta-media','',0),(4754,0,'2022-07-06 19:37:06','2022-07-06 19:37:06','','Not all Collagen is created equal. When you buy powder Bovine brands like Vital Proteins you might as well be&hellip;','','publish','closed','closed','','not-all-collagen-is-created-equal-when-you-buy-powder-bovine-brands-like-vital-proteins-you-might-as-well-be','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/not-all-collagen-is-created-equal-when-you-buy-powder-bovine-brands-like-vital-proteins-you-might-as-well-be/',0,'sl-insta-media','',0),(12470,0,'2022-11-10 20:58:26','2022-11-10 20:58:26','','','','publish','closed','closed','','12470','','','2022-11-10 20:58:26','2022-11-10 20:58:26','',0,'https://lavendermatyoga.com/sl-insta-media/12470/',0,'sl-insta-media','',0),(12729,0,'2022-11-12 20:48:16','2022-11-12 20:48:16','','These magical little fairy lights showed up on the ceiling during a clients reading. Never seen ever seen this before.&hellip;','','publish','closed','closed','','these-magical-little-fairy-lights-showed-up-on-the-ceiling-during-a-clients-reading-never-seen-ever-seen-this-before','','','2022-11-12 20:48:16','2022-11-12 20:48:16','',0,'https://lavendermatyoga.com/sl-insta-media/these-magical-little-fairy-lights-showed-up-on-the-ceiling-during-a-clients-reading-never-seen-ever-seen-this-before/',0,'sl-insta-media','',0),(12730,0,'2022-11-12 20:48:17','2022-11-12 20:48:17','','I wanted to give you all a peak at my favorite little fairy garden. Does anyone have good tips on&hellip;','','publish','closed','closed','','i-wanted-to-give-you-all-a-peak-at-my-favorite-little-fairy-garden-does-anyone-have-good-tips-on','','','2022-11-12 20:48:17','2022-11-12 20:48:17','',0,'https://lavendermatyoga.com/sl-insta-media/i-wanted-to-give-you-all-a-peak-at-my-favorite-little-fairy-garden-does-anyone-have-good-tips-on/',0,'sl-insta-media','',0),(568,1,'2022-04-30 20:27:46','2022-04-30 20:27:46','','lavendermatyoga','','publish','closed','closed','','lavendermatyoga','','','2022-11-14 17:24:06','2022-11-14 17:24:06','',0,'http://lavendermatyoga.com/sl-insta-account/lavendermatyoga/',0,'sl-insta-account','',0),(12696,0,'2022-11-12 20:48:02','2022-11-12 20:48:02','','Good Afternoon my seastars! How is your day so far? These messages were so long they didn\'t fit! 🙈 So&hellip;','','publish','closed','closed','','good-afternoon-my-seastars-how-is-your-day-so-far-these-messages-were-so-long-they-didnt-fit-%f0%9f%99%88-so','','','2022-11-12 20:48:02','2022-11-12 20:48:02','',0,'https://lavendermatyoga.com/sl-insta-media/good-afternoon-my-seastars-how-is-your-day-so-far-these-messages-were-so-long-they-didnt-fit-%f0%9f%99%88-so/',0,'sl-insta-media','',0),(12695,0,'2022-11-12 20:48:01','2022-11-12 20:48:01','','There are no words for this card just SOOO many feels Feel into it Feel into you Feel into the&hellip;','','publish','closed','closed','','there-are-no-words-for-this-card-just-sooo-many-feels-feel-into-it-feel-into-you-feel-into-the','','','2022-11-12 20:48:01','2022-11-12 20:48:01','',0,'https://lavendermatyoga.com/sl-insta-media/there-are-no-words-for-this-card-just-sooo-many-feels-feel-into-it-feel-into-you-feel-into-the/',0,'sl-insta-media','',0),(12694,0,'2022-11-12 20:48:01','2022-11-12 20:48:01','','Come hang out (literally 🙈) with me tomorrow night at six for AERIAL YOGA Our three Rs are Relax, Realign,&hellip;','','publish','closed','closed','','come-hang-out-literally-%f0%9f%99%88-with-me-tomorrow-night-at-six-for-aerial-yoga-our-three-rs-are-relax-realign-3','','','2022-11-12 20:48:01','2022-11-12 20:48:01','',0,'https://lavendermatyoga.com/sl-insta-media/come-hang-out-literally-%f0%9f%99%88-with-me-tomorrow-night-at-six-for-aerial-yoga-our-three-rs-are-relax-realign-3/',0,'sl-insta-media','',0),(12693,0,'2022-11-12 20:48:00','2022-11-12 20:48:00','','Come hang out (literally 🙈) with me tomorrow night at six for AERIAL YOGA Our three Rs are Relax, Realign,&hellip;','','publish','closed','closed','','come-hang-out-literally-%f0%9f%99%88-with-me-tomorrow-night-at-six-for-aerial-yoga-our-three-rs-are-relax-realign-2','','','2022-11-12 20:48:00','2022-11-12 20:48:00','',0,'https://lavendermatyoga.com/sl-insta-media/come-hang-out-literally-%f0%9f%99%88-with-me-tomorrow-night-at-six-for-aerial-yoga-our-three-rs-are-relax-realign-2/',0,'sl-insta-media','',0),(12638,0,'2022-11-10 21:25:16','2022-11-10 21:25:16','','Live your life in full color, not black and white 🌈','','publish','closed','closed','','live-your-life-in-full-color-not-black-and-white-%f0%9f%8c%88','','','2022-11-10 21:25:16','2022-11-10 21:25:16','',0,'https://lavendermatyoga.com/sl-insta-media/live-your-life-in-full-color-not-black-and-white-%f0%9f%8c%88/',0,'sl-insta-media','',0),(12639,0,'2022-11-10 21:25:16','2022-11-10 21:25:16','','Last nights class was Divine! Thanks to everyone who came 🙏🏻🌹✨💕','','publish','closed','closed','','last-nights-class-was-divine-thanks-to-everyone-who-came-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%8c%b9%e2%9c%a8%f0%9f%92%95','','','2022-11-10 21:25:16','2022-11-10 21:25:16','',0,'https://lavendermatyoga.com/sl-insta-media/last-nights-class-was-divine-thanks-to-everyone-who-came-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%8c%b9%e2%9c%a8%f0%9f%92%95/',0,'sl-insta-media','',0),(12637,0,'2022-11-10 21:25:15','2022-11-10 21:25:15','','✨Charleston Peeps! ✨ I have a really exciting surprise coming for you! I have brought on Tarah Herrington, Sound Bath&hellip;','','publish','closed','closed','','%e2%9c%a8charleston-peeps-%e2%9c%a8-i-have-a-really-exciting-surprise-coming-for-you-i-have-brought-on-tarah-herrington-sound-bath','','','2022-11-10 21:25:15','2022-11-10 21:25:15','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8charleston-peeps-%e2%9c%a8-i-have-a-really-exciting-surprise-coming-for-you-i-have-brought-on-tarah-herrington-sound-bath/',0,'sl-insta-media','',0),(12636,0,'2022-11-10 21:25:15','2022-11-10 21:25:15','','✨Practicing radical Self-Care tonight... 🌹Self-Acceptance 🌹Self-Love 🌹Self- Forgiveness These are the keys 🗝','','publish','closed','closed','','%e2%9c%a8practicing-radical-self-care-tonight-%f0%9f%8c%b9self-acceptance-%f0%9f%8c%b9self-love-%f0%9f%8c%b9self-forgiveness-these-are-the-keys-%f0%9f%97%9d','','','2022-11-10 21:25:15','2022-11-10 21:25:15','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8practicing-radical-self-care-tonight-%f0%9f%8c%b9self-acceptance-%f0%9f%8c%b9self-love-%f0%9f%8c%b9self-forgiveness-these-are-the-keys-%f0%9f%97%9d/',0,'sl-insta-media','',0),(12635,0,'2022-11-10 21:25:14','2022-11-10 21:25:14','','This Full Moon has me howling tonight 🐺🌕🐺 Can\'t sleep. Anxieties are running rampant. Feeling similar? Do three things: 1.&hellip;','','publish','closed','closed','','this-full-moon-has-me-howling-tonight-%f0%9f%90%ba%f0%9f%8c%95%f0%9f%90%ba-cant-sleep-anxieties-are-running-rampant-feeling-similar-do-three-things-1','','','2022-11-10 21:25:14','2022-11-10 21:25:14','',0,'https://lavendermatyoga.com/sl-insta-media/this-full-moon-has-me-howling-tonight-%f0%9f%90%ba%f0%9f%8c%95%f0%9f%90%ba-cant-sleep-anxieties-are-running-rampant-feeling-similar-do-three-things-1/',0,'sl-insta-media','',0),(12633,0,'2022-11-10 21:25:14','2022-11-10 21:25:14','','Living intentionally is key to living a joyful life','','publish','closed','closed','','living-intentionally-is-key-to-living-a-joyful-life','','','2022-11-10 21:25:14','2022-11-10 21:25:14','',0,'https://lavendermatyoga.com/sl-insta-media/living-intentionally-is-key-to-living-a-joyful-life/',0,'sl-insta-media','',0),(12634,0,'2022-11-10 21:25:14','2022-11-10 21:25:14','','Really been indulging in my Sacred ritual baths lately. Tonight I\'m getting back to my mermaid roots 🐬🐠🐳 Filling my&hellip;','','publish','closed','closed','','really-been-indulging-in-my-sacred-ritual-baths-lately-tonight-im-getting-back-to-my-mermaid-roots-%f0%9f%90%ac%f0%9f%90%a0%f0%9f%90%b3-filling-my','','','2022-11-10 21:25:14','2022-11-10 21:25:14','',0,'https://lavendermatyoga.com/sl-insta-media/really-been-indulging-in-my-sacred-ritual-baths-lately-tonight-im-getting-back-to-my-mermaid-roots-%f0%9f%90%ac%f0%9f%90%a0%f0%9f%90%b3-filling-my/',0,'sl-insta-media','',0),(12632,0,'2022-11-10 21:25:13','2022-11-10 21:25:13','','I\'m so excited to announce the Ascension Recalibration Workshop Series! ✨✨✨ Ascension Recalibration is a workshop series unlike any other&hellip;','','publish','closed','closed','','im-so-excited-to-announce-the-ascension-recalibration-workshop-series-%e2%9c%a8%e2%9c%a8%e2%9c%a8-ascension-recalibration-is-a-workshop-series-unlike-any-other','','','2022-11-10 21:25:13','2022-11-10 21:25:13','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-excited-to-announce-the-ascension-recalibration-workshop-series-%e2%9c%a8%e2%9c%a8%e2%9c%a8-ascension-recalibration-is-a-workshop-series-unlike-any-other/',0,'sl-insta-media','',0),(12631,0,'2022-11-10 21:25:13','2022-11-10 21:25:13','','Today is the Spring Equinox, officially the renewal and rebirth of this year. Today set an intention on what you\'d&hellip;','','publish','closed','closed','','today-is-the-spring-equinox-officially-the-renewal-and-rebirth-of-this-year-today-set-an-intention-on-what-youd','','','2022-11-10 21:25:13','2022-11-10 21:25:13','',0,'https://lavendermatyoga.com/sl-insta-media/today-is-the-spring-equinox-officially-the-renewal-and-rebirth-of-this-year-today-set-an-intention-on-what-youd/',0,'sl-insta-media','',0),(12629,0,'2022-11-10 21:25:12','2022-11-10 21:25:12','','Today I choose Joy 💕','','publish','closed','closed','','today-i-choose-joy-%f0%9f%92%95','','','2022-11-10 21:25:12','2022-11-10 21:25:12','',0,'https://lavendermatyoga.com/sl-insta-media/today-i-choose-joy-%f0%9f%92%95/',0,'sl-insta-media','',0),(12630,0,'2022-11-10 21:25:12','2022-11-10 21:25:12','','Last night was the first workshop in the Ascension Recalibration series and it was stunning!! Yin Yoga, Crystal Bowls, Essential&hellip;','','publish','closed','closed','','last-night-was-the-first-workshop-in-the-ascension-recalibration-series-and-it-was-stunning-yin-yoga-crystal-bowls-essential','','','2022-11-10 21:25:12','2022-11-10 21:25:12','',0,'https://lavendermatyoga.com/sl-insta-media/last-night-was-the-first-workshop-in-the-ascension-recalibration-series-and-it-was-stunning-yin-yoga-crystal-bowls-essential/',0,'sl-insta-media','',0),(12628,0,'2022-11-10 21:25:11','2022-11-10 21:25:11','','Tarah administering acupuncture at last night\'s workshop! Yesterday\'s Ascension Recalibration workshop was all about aligning with your higher self, illumination&hellip;','','publish','closed','closed','','tarah-administering-acupuncture-at-last-nights-workshop-yesterdays-ascension-recalibration-workshop-was-all-about-aligning-with-your-higher-self-illumination','','','2022-11-10 21:25:11','2022-11-10 21:25:11','',0,'https://lavendermatyoga.com/sl-insta-media/tarah-administering-acupuncture-at-last-nights-workshop-yesterdays-ascension-recalibration-workshop-was-all-about-aligning-with-your-higher-self-illumination/',0,'sl-insta-media','',0),(12626,0,'2022-11-10 21:25:11','2022-11-10 21:25:11','','Look what came in the mail today 🙌🏻 Color Therapy Diploma 🌈🌈','','publish','closed','closed','','look-what-came-in-the-mail-today-%f0%9f%99%8c%f0%9f%8f%bb-color-therapy-diploma-%f0%9f%8c%88%f0%9f%8c%88','','','2022-11-10 21:25:11','2022-11-10 21:25:11','',0,'https://lavendermatyoga.com/sl-insta-media/look-what-came-in-the-mail-today-%f0%9f%99%8c%f0%9f%8f%bb-color-therapy-diploma-%f0%9f%8c%88%f0%9f%8c%88/',0,'sl-insta-media','',0),(12627,0,'2022-11-10 21:25:11','2022-11-10 21:25:11','','Today I was given the most incredible gift from my client @desnerys_targaryen , she just took a trip to Glastonbury&hellip;','','publish','closed','closed','','today-i-was-given-the-most-incredible-gift-from-my-client-desnerys_targaryen-she-just-took-a-trip-to-glastonbury','','','2022-11-10 21:25:11','2022-11-10 21:25:11','',0,'https://lavendermatyoga.com/sl-insta-media/today-i-was-given-the-most-incredible-gift-from-my-client-desnerys_targaryen-she-just-took-a-trip-to-glastonbury/',0,'sl-insta-media','',0),(12625,0,'2022-11-10 21:25:10','2022-11-10 21:25:10','','Happy National Unicorn Day!! 🦄🦄🦄🦄🦄🦄','','publish','closed','closed','','happy-national-unicorn-day-%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84','','','2022-11-10 21:25:10','2022-11-10 21:25:10','',0,'https://lavendermatyoga.com/sl-insta-media/happy-national-unicorn-day-%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84%f0%9f%a6%84/',0,'sl-insta-media','',0),(12623,0,'2022-11-10 21:25:09','2022-11-10 21:25:09','','I was worried about my garden with the flooding going on but look what I found when I went to&hellip;','','publish','closed','closed','','i-was-worried-about-my-garden-with-the-flooding-going-on-but-look-what-i-found-when-i-went-to','','','2022-11-10 21:25:09','2022-11-10 21:25:09','',0,'https://lavendermatyoga.com/sl-insta-media/i-was-worried-about-my-garden-with-the-flooding-going-on-but-look-what-i-found-when-i-went-to/',0,'sl-insta-media','',0),(12624,0,'2022-11-10 21:25:09','2022-11-10 21:25:09','','\"It is important to expect nothing, to take every experience, including the negative ones, as merely steps on the path,&hellip;','','publish','closed','closed','','it-is-important-to-expect-nothing-to-take-every-experience-including-the-negative-ones-as-merely-steps-on-the-path','','','2022-11-10 21:25:09','2022-11-10 21:25:09','',0,'https://lavendermatyoga.com/sl-insta-media/it-is-important-to-expect-nothing-to-take-every-experience-including-the-negative-ones-as-merely-steps-on-the-path/',0,'sl-insta-media','',0),(12622,0,'2022-11-10 21:25:08','2022-11-10 21:25:08','','The first Sunset Beach Yoga on Sullivan\'s Island of the season is tomorrow at 6:30pm 🙌🏻That means that the deadline&hellip;','','publish','closed','closed','','the-first-sunset-beach-yoga-on-sullivans-island-of-the-season-is-tomorrow-at-630pm-%f0%9f%99%8c%f0%9f%8f%bbthat-means-that-the-deadline','','','2022-11-10 21:25:08','2022-11-10 21:25:08','',0,'https://lavendermatyoga.com/sl-insta-media/the-first-sunset-beach-yoga-on-sullivans-island-of-the-season-is-tomorrow-at-630pm-%f0%9f%99%8c%f0%9f%8f%bbthat-means-that-the-deadline/',0,'sl-insta-media','',0),(12621,0,'2022-11-10 21:25:08','2022-11-10 21:25:08','','Had a wonderful night teaching Sunset yoga and then took a glorious run on the beach 🙏🏻🐬✨🐳👌🏻 Join me on&hellip;','','publish','closed','closed','','had-a-wonderful-night-teaching-sunset-yoga-and-then-took-a-glorious-run-on-the-beach-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%90%ac%e2%9c%a8%f0%9f%90%b3%f0%9f%91%8c%f0%9f%8f%bb-join-me-on','','','2022-11-10 21:25:08','2022-11-10 21:25:08','',0,'https://lavendermatyoga.com/sl-insta-media/had-a-wonderful-night-teaching-sunset-yoga-and-then-took-a-glorious-run-on-the-beach-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%90%ac%e2%9c%a8%f0%9f%90%b3%f0%9f%91%8c%f0%9f%8f%bb-join-me-on/',0,'sl-insta-media','',0),(12620,0,'2022-11-10 21:25:07','2022-11-10 21:25:07','','Yay it\'s May! My birth month! ✨🙏🏻The wild flowers in the field by the beach are in bloom and I&hellip;','','publish','closed','closed','','yay-its-may-my-birth-month-%e2%9c%a8%f0%9f%99%8f%f0%9f%8f%bbthe-wild-flowers-in-the-field-by-the-beach-are-in-bloom-and-i','','','2022-11-10 21:25:07','2022-11-10 21:25:07','',0,'https://lavendermatyoga.com/sl-insta-media/yay-its-may-my-birth-month-%e2%9c%a8%f0%9f%99%8f%f0%9f%8f%bbthe-wild-flowers-in-the-field-by-the-beach-are-in-bloom-and-i/',0,'sl-insta-media','',0),(617,1,'2022-04-30 20:29:24','2022-04-30 20:29:24','','','','publish','closed','closed','','617','','','2022-11-14 17:24:07','2022-11-14 17:24:07','',0,'http://lavendermatyoga.com/sl-insta-media/617/',0,'sl-insta-media','',0),(618,1,'2022-04-30 20:29:25','2022-04-30 20:29:25','','','','publish','closed','closed','','618','','','2022-11-14 17:24:07','2022-11-14 17:24:07','',0,'http://lavendermatyoga.com/sl-insta-media/618/',0,'sl-insta-media','',0),(619,1,'2022-04-30 20:29:26','2022-04-30 20:29:26','','','','publish','closed','closed','','619','','','2022-11-14 17:24:07','2022-11-14 17:24:07','',0,'http://lavendermatyoga.com/sl-insta-media/619/',0,'sl-insta-media','',0),(620,1,'2022-04-30 20:29:27','2022-04-30 20:29:27','','','','publish','closed','closed','','620','','','2022-11-14 17:24:07','2022-11-14 17:24:07','',0,'http://lavendermatyoga.com/sl-insta-media/620/',0,'sl-insta-media','',0),(621,1,'2022-04-30 20:29:28','2022-04-30 20:29:28','','','','publish','closed','closed','','621','','','2022-11-14 17:24:07','2022-11-14 17:24:07','',0,'http://lavendermatyoga.com/sl-insta-media/621/',0,'sl-insta-media','',0),(622,1,'2022-04-30 20:29:29','2022-04-30 20:29:29','','','','publish','closed','closed','','622','','','2022-11-14 17:24:08','2022-11-14 17:24:08','',0,'http://lavendermatyoga.com/sl-insta-media/622/',0,'sl-insta-media','',0),(623,1,'2022-04-30 20:29:30','2022-04-30 20:29:30','','','','publish','closed','closed','','623','','','2022-11-14 17:24:08','2022-11-14 17:24:08','',0,'http://lavendermatyoga.com/sl-insta-media/623/',0,'sl-insta-media','',0),(624,1,'2022-04-30 20:29:31','2022-04-30 20:29:31','','','','publish','closed','closed','','624','','','2022-11-14 17:24:08','2022-11-14 17:24:08','',0,'http://lavendermatyoga.com/sl-insta-media/624/',0,'sl-insta-media','',0),(625,1,'2022-04-30 20:29:32','2022-04-30 20:29:32','','','','publish','closed','closed','','625','','','2022-11-14 17:24:08','2022-11-14 17:24:08','',0,'http://lavendermatyoga.com/sl-insta-media/625/',0,'sl-insta-media','',0),(626,1,'2022-04-30 20:29:33','2022-04-30 20:29:33','','','','publish','closed','closed','','626','','','2022-11-14 17:24:08','2022-11-14 17:24:08','',0,'http://lavendermatyoga.com/sl-insta-media/626/',0,'sl-insta-media','',0),(627,1,'2022-04-30 20:29:34','2022-04-30 20:29:34','','','','publish','closed','closed','','627','','','2022-11-14 17:24:09','2022-11-14 17:24:09','',0,'http://lavendermatyoga.com/sl-insta-media/627/',0,'sl-insta-media','',0),(628,1,'2022-04-30 20:29:35','2022-04-30 20:29:35','','','','publish','closed','closed','','628','','','2022-11-14 17:24:09','2022-11-14 17:24:09','',0,'http://lavendermatyoga.com/sl-insta-media/628/',0,'sl-insta-media','',0),(629,1,'2022-04-30 20:29:36','2022-04-30 20:29:36','','','','publish','closed','closed','','629','','','2022-11-14 17:24:09','2022-11-14 17:24:09','',0,'http://lavendermatyoga.com/sl-insta-media/629/',0,'sl-insta-media','',0),(630,1,'2022-04-30 20:29:37','2022-04-30 20:29:37','','','','publish','closed','closed','','630','','','2022-11-14 17:24:09','2022-11-14 17:24:09','',0,'http://lavendermatyoga.com/sl-insta-media/630/',0,'sl-insta-media','',0),(631,1,'2022-04-30 20:29:38','2022-04-30 20:29:38','','','','publish','closed','closed','','631','','','2022-11-14 17:24:09','2022-11-14 17:24:09','',0,'http://lavendermatyoga.com/sl-insta-media/631/',0,'sl-insta-media','',0),(632,1,'2022-04-30 20:29:39','2022-04-30 20:29:39','','','','publish','closed','closed','','632','','','2022-11-14 17:24:10','2022-11-14 17:24:10','',0,'http://lavendermatyoga.com/sl-insta-media/632/',0,'sl-insta-media','',0),(633,1,'2022-04-30 20:29:41','2022-04-30 20:29:41','','','','publish','closed','closed','','633','','','2022-11-14 17:24:10','2022-11-14 17:24:10','',0,'http://lavendermatyoga.com/sl-insta-media/633/',0,'sl-insta-media','',0),(634,1,'2022-04-30 20:29:43','2022-04-30 20:29:43','','','','publish','closed','closed','','634','','','2022-11-14 17:24:10','2022-11-14 17:24:10','',0,'http://lavendermatyoga.com/sl-insta-media/634/',0,'sl-insta-media','',0),(635,1,'2022-04-30 20:29:44','2022-04-30 20:29:44','','','','publish','closed','closed','','635','','','2022-11-14 17:24:10','2022-11-14 17:24:10','',0,'http://lavendermatyoga.com/sl-insta-media/635/',0,'sl-insta-media','',0),(636,1,'2022-04-30 20:29:45','2022-04-30 20:29:45','','','','publish','closed','closed','','636','','','2022-11-14 17:24:10','2022-11-14 17:24:10','',0,'http://lavendermatyoga.com/sl-insta-media/636/',0,'sl-insta-media','',0),(637,1,'2022-04-30 20:29:46','2022-04-30 20:29:46','','','','publish','closed','closed','','637','','','2022-11-14 17:24:11','2022-11-14 17:24:11','',0,'http://lavendermatyoga.com/sl-insta-media/637/',0,'sl-insta-media','',0),(638,1,'2022-04-30 20:29:47','2022-04-30 20:29:47','','','','publish','closed','closed','','638','','','2022-11-14 17:24:19','2022-11-14 17:24:19','',0,'http://lavendermatyoga.com/sl-insta-media/638/',0,'sl-insta-media','',0),(639,1,'2022-04-30 20:29:48','2022-04-30 20:29:48','','','','publish','closed','closed','','639','','','2022-11-14 17:24:20','2022-11-14 17:24:20','',0,'http://lavendermatyoga.com/sl-insta-media/639/',0,'sl-insta-media','',0),(640,1,'2022-04-30 20:29:49','2022-04-30 20:29:49','','','','publish','closed','closed','','640','','','2022-11-14 17:24:20','2022-11-14 17:24:20','',0,'http://lavendermatyoga.com/sl-insta-media/640/',0,'sl-insta-media','',0),(641,1,'2022-04-30 20:29:52','2022-04-30 20:29:52','','','','publish','closed','closed','','641','','','2022-11-14 17:24:20','2022-11-14 17:24:20','',0,'http://lavendermatyoga.com/sl-insta-media/641/',0,'sl-insta-media','',0),(642,1,'2022-04-30 20:29:54','2022-04-30 20:29:54','','','','publish','closed','closed','','642','','','2022-11-14 17:24:20','2022-11-14 17:24:20','',0,'http://lavendermatyoga.com/sl-insta-media/642/',0,'sl-insta-media','',0),(643,1,'2022-04-30 20:29:54','2022-04-30 20:29:54','','Lavender Mat','','publish','closed','closed','','lavender-mat','','','2022-04-30 20:29:54','2022-04-30 20:29:54','',0,'http://lavendermatyoga.com/sl-insta-feed/lavender-mat/',0,'sl-insta-feed','',0),(644,1,'2022-04-30 20:29:55','2022-04-30 20:29:55','','','','publish','closed','closed','','644','','','2022-11-14 17:24:20','2022-11-14 17:24:20','',0,'http://lavendermatyoga.com/sl-insta-media/644/',0,'sl-insta-media','',0),(645,1,'2022-04-30 20:29:56','2022-04-30 20:29:56','','','','publish','closed','closed','','645','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'http://lavendermatyoga.com/sl-insta-media/645/',0,'sl-insta-media','',0),(12308,0,'2022-11-08 21:17:56','2022-11-08 21:17:56','','💗💗💗','','publish','closed','closed','','%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97-3','','','2022-11-08 21:17:56','2022-11-08 21:17:56','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97-3/',0,'sl-insta-media','',0),(12309,0,'2022-11-08 21:17:57','2022-11-08 21:17:57','','Participating in a yoga workshop this weekend and getting to show off my gorgeous cushion created by @purepranalabel 😍Cindy really&hellip;','','publish','closed','closed','','participating-in-a-yoga-workshop-this-weekend-and-getting-to-show-off-my-gorgeous-cushion-created-by-purepranalabel-%f0%9f%98%8dcindy-really','','','2022-11-08 21:17:57','2022-11-08 21:17:57','',0,'https://lavendermatyoga.com/sl-insta-media/participating-in-a-yoga-workshop-this-weekend-and-getting-to-show-off-my-gorgeous-cushion-created-by-purepranalabel-%f0%9f%98%8dcindy-really/',0,'sl-insta-media','',0),(12307,0,'2022-11-08 21:17:56','2022-11-08 21:17:56','','I saw this movie again recently and I LOVE it. I just adore when Aibileen reminds her little girl to&hellip;','','publish','closed','closed','','i-saw-this-movie-again-recently-and-i-love-it-i-just-adore-when-aibileen-reminds-her-little-girl-to','','','2022-11-08 21:17:56','2022-11-08 21:17:56','',0,'https://lavendermatyoga.com/sl-insta-media/i-saw-this-movie-again-recently-and-i-love-it-i-just-adore-when-aibileen-reminds-her-little-girl-to/',0,'sl-insta-media','',0),(12306,0,'2022-11-08 21:17:56','2022-11-08 21:17:56','','The best way to support your immune system during sniffle season. I take one shot each morning, have you tried&hellip;','','publish','closed','closed','','the-best-way-to-support-your-immune-system-during-sniffle-season-i-take-one-shot-each-morning-have-you-tried','','','2022-11-08 21:17:56','2022-11-08 21:17:56','',0,'https://lavendermatyoga.com/sl-insta-media/the-best-way-to-support-your-immune-system-during-sniffle-season-i-take-one-shot-each-morning-have-you-tried/',0,'sl-insta-media','',0),(12732,0,'2022-11-13 20:30:57','2022-11-13 20:30:57','','The gorgeous dolphin that came to say hi to me my last night on vacation 😍🧜🏻‍♀️','','publish','closed','closed','','the-gorgeous-dolphin-that-came-to-say-hi-to-me-my-last-night-on-vacation-%f0%9f%98%8d%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f','','','2022-11-13 20:30:57','2022-11-13 20:30:57','',0,'https://lavendermatyoga.com/sl-insta-media/the-gorgeous-dolphin-that-came-to-say-hi-to-me-my-last-night-on-vacation-%f0%9f%98%8d%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f/',0,'sl-insta-media','',0),(12304,0,'2022-11-08 21:17:55','2022-11-08 21:17:55','','“The word \'crystal\' derives from the Greek word κρύσταλλος (krustallos) which means \"ice\", because it was believed that clear quartz&hellip;','','publish','closed','closed','','the-word-crystal-derives-from-the-greek-word-%ce%ba%cf%81%cf%8d%cf%83%cf%84%ce%b1%ce%bb%ce%bb%ce%bf%cf%82-krustallos-which-means-ice-because-it-was-believed-that-clear-quartzhelli','','','2022-11-08 21:17:55','2022-11-08 21:17:55','',0,'https://lavendermatyoga.com/sl-insta-media/the-word-crystal-derives-from-the-greek-word-%ce%ba%cf%81%cf%8d%cf%83%cf%84%ce%b1%ce%bb%ce%bb%ce%bf%cf%82-krustallos-which-means-ice-because-it-was-believed-that-clear-quartzhelli/',0,'sl-insta-media','',0),(12305,0,'2022-11-08 21:17:55','2022-11-08 21:17:55','','💗🙏🏻','','publish','closed','closed','','%f0%9f%92%97%f0%9f%99%8f%f0%9f%8f%bb','','','2022-11-08 21:17:55','2022-11-08 21:17:55','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%97%f0%9f%99%8f%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12254,0,'2022-11-06 20:33:14','2022-11-06 20:33:14','','Yoni Yoga utilizes poses that help women strengthen their pelvic floor and connect to their womb space. Developing your pelvic&hellip;','','publish','closed','closed','','yoni-yoga-utilizes-poses-that-help-women-strengthen-their-pelvic-floor-and-connect-to-their-womb-space-developing-your-pelvic','','','2022-11-06 20:33:14','2022-11-06 20:33:14','',0,'https://lavendermatyoga.com/sl-insta-media/yoni-yoga-utilizes-poses-that-help-women-strengthen-their-pelvic-floor-and-connect-to-their-womb-space-developing-your-pelvic/',0,'sl-insta-media','',0),(12325,0,'2022-11-08 21:22:41','2022-11-08 21:22:41','','😂','','publish','closed','closed','','%f0%9f%98%82','','','2022-11-08 21:22:41','2022-11-08 21:22:41','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%98%82/',0,'sl-insta-media','',0),(12314,0,'2022-11-08 21:17:59','2022-11-08 21:17:59','','✨✨','','publish','closed','closed','','%e2%9c%a8%e2%9c%a8','','','2022-11-08 21:17:59','2022-11-08 21:17:59','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%e2%9c%a8/',0,'sl-insta-media','',0),(12315,0,'2022-11-08 21:22:36','2022-11-08 21:22:36','','Spirituality is the belief that, at their foundation, all of the religions are based in truth. It’s simply mankind’s translations&hellip;','','publish','closed','closed','','spirituality-is-the-belief-that-at-their-foundation-all-of-the-religions-are-based-in-truth-its-simply-mankinds-translations','','','2022-11-08 21:22:36','2022-11-08 21:22:36','',0,'https://lavendermatyoga.com/sl-insta-media/spirituality-is-the-belief-that-at-their-foundation-all-of-the-religions-are-based-in-truth-its-simply-mankinds-translations/',0,'sl-insta-media','',0),(12316,0,'2022-11-08 21:22:36','2022-11-08 21:22:36','','Did you know that women put an average of 168 chemicals on their body each day?! 😱 That’s a heavy&hellip;','','publish','closed','closed','','did-you-know-that-women-put-an-average-of-168-chemicals-on-their-body-each-day-%f0%9f%98%b1-thats-a-heavy','','','2022-11-08 21:22:36','2022-11-08 21:22:36','',0,'https://lavendermatyoga.com/sl-insta-media/did-you-know-that-women-put-an-average-of-168-chemicals-on-their-body-each-day-%f0%9f%98%b1-thats-a-heavy/',0,'sl-insta-media','',0),(12317,0,'2022-11-08 21:22:36','2022-11-08 21:22:36','','#truthbomb 😂','','publish','closed','closed','','truthbomb-%f0%9f%98%82','','','2022-11-08 21:22:36','2022-11-08 21:22:36','',0,'https://lavendermatyoga.com/sl-insta-media/truthbomb-%f0%9f%98%82/',0,'sl-insta-media','',0),(12318,0,'2022-11-08 21:22:37','2022-11-08 21:22:37','','Are you looking to enhance your intuitive prowess? Check out my Mentor with Madison sessions 💗 I am here to&hellip;','','publish','closed','closed','','are-you-looking-to-enhance-your-intuitive-prowess-check-out-my-mentor-with-madison-sessions-%f0%9f%92%97-i-am-here-to','','','2022-11-08 21:22:37','2022-11-08 21:22:37','',0,'https://lavendermatyoga.com/sl-insta-media/are-you-looking-to-enhance-your-intuitive-prowess-check-out-my-mentor-with-madison-sessions-%f0%9f%92%97-i-am-here-to/',0,'sl-insta-media','',0),(12319,0,'2022-11-08 21:22:37','2022-11-08 21:22:37','','','','publish','closed','closed','','12319','','','2022-11-08 21:22:37','2022-11-08 21:22:37','',0,'https://lavendermatyoga.com/sl-insta-media/12319/',0,'sl-insta-media','',0),(12320,0,'2022-11-08 21:22:38','2022-11-08 21:22:38','','Roscoes thinks my Ayurvedic hot lemon water is gross 🤢 (his Daddy agreees) what do you think? 😋','','publish','closed','closed','','roscoes-thinks-my-ayurvedic-hot-lemon-water-is-gross-%f0%9f%a4%a2-his-daddy-agreees-what-do-you-think-%f0%9f%98%8b','','','2022-11-08 21:22:38','2022-11-08 21:22:38','',0,'https://lavendermatyoga.com/sl-insta-media/roscoes-thinks-my-ayurvedic-hot-lemon-water-is-gross-%f0%9f%a4%a2-his-daddy-agreees-what-do-you-think-%f0%9f%98%8b/',0,'sl-insta-media','',0),(12321,0,'2022-11-08 21:22:38','2022-11-08 21:22:38','','✨✨✨ . . . . . . . . . . #lifequotes #quotes #life #love #motivationalquotes #motivation #lovequotes #inspirationalquotes #quoteoftheday&hellip;','','publish','closed','closed','','%e2%9c%a8%e2%9c%a8%e2%9c%a8-lifequotes-quotes-life-love-motivationalquotes-motivation-lovequotes-inspirationalquotes-quoteoftheday','','','2022-11-08 21:22:38','2022-11-08 21:22:38','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%e2%9c%a8%e2%9c%a8-lifequotes-quotes-life-love-motivationalquotes-motivation-lovequotes-inspirationalquotes-quoteoftheday/',0,'sl-insta-media','',0),(12322,0,'2022-11-08 21:22:39','2022-11-08 21:22:39','','Believe it our not this was my first poke bowl! 🤯😱😋','','publish','closed','closed','','believe-it-our-not-this-was-my-first-poke-bowl-%f0%9f%a4%af%f0%9f%98%b1%f0%9f%98%8b','','','2022-11-08 21:22:39','2022-11-08 21:22:39','',0,'https://lavendermatyoga.com/sl-insta-media/believe-it-our-not-this-was-my-first-poke-bowl-%f0%9f%a4%af%f0%9f%98%b1%f0%9f%98%8b/',0,'sl-insta-media','',0),(12323,0,'2022-11-08 21:22:40','2022-11-08 21:22:40','','Who wants to pull a card? Im using my new GOT cards with my little Direwolf to give you all&hellip;','','publish','closed','closed','','who-wants-to-pull-a-card-im-using-my-new-got-cards-with-my-little-direwolf-to-give-you-all','','','2022-11-08 21:22:40','2022-11-08 21:22:40','',0,'https://lavendermatyoga.com/sl-insta-media/who-wants-to-pull-a-card-im-using-my-new-got-cards-with-my-little-direwolf-to-give-you-all/',0,'sl-insta-media','',0),(12324,0,'2022-11-08 21:22:40','2022-11-08 21:22:40','','Cheers to the weekend! 🙌🏻 @vivarawlife','','publish','closed','closed','','cheers-to-the-weekend-%f0%9f%99%8c%f0%9f%8f%bb-vivarawlife','','','2022-11-08 21:22:40','2022-11-08 21:22:40','',0,'https://lavendermatyoga.com/sl-insta-media/cheers-to-the-weekend-%f0%9f%99%8c%f0%9f%8f%bb-vivarawlife/',0,'sl-insta-media','',0),(675,0,'2022-04-30 20:30:49','2022-04-30 20:30:49','','And how to get a free copy of my new Meditate companion album!','','publish','closed','closed','','and-how-to-get-a-free-copy-of-my-new-meditate-companion-album','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'http://lavendermatyoga.com/sl-insta-media/and-how-to-get-a-free-copy-of-my-new-meditate-companion-album/',0,'sl-insta-media','',0),(676,0,'2022-04-30 20:30:51','2022-04-30 20:30:51','','Fundamental or Style?','','publish','closed','closed','','fundamental-or-style','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'http://lavendermatyoga.com/sl-insta-media/fundamental-or-style/',0,'sl-insta-media','',0),(678,0,'2022-04-30 20:30:54','2022-04-30 20:30:54','','Good Morning! Not all collagens are created equal and here’s why!','','publish','closed','closed','','good-morning-not-all-collagens-are-created-equal-and-heres-why','','','2022-11-14 17:24:22','2022-11-14 17:24:22','',0,'http://lavendermatyoga.com/sl-insta-media/good-morning-not-all-collagens-are-created-equal-and-heres-why/',0,'sl-insta-media','',0),(12303,0,'2022-11-08 21:17:54','2022-11-08 21:17:54','','💕','','publish','closed','closed','','%f0%9f%92%95','','','2022-11-08 21:17:54','2022-11-08 21:17:54','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%95/',0,'sl-insta-media','',0),(12666,0,'2022-11-11 20:31:15','2022-11-11 20:31:15','','🙌🏻 🤗 #thegreatawakening','','publish','closed','closed','','%f0%9f%99%8c%f0%9f%8f%bb-%f0%9f%a4%97-thegreatawakening','','','2022-11-11 20:31:15','2022-11-11 20:31:15','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%99%8c%f0%9f%8f%bb-%f0%9f%a4%97-thegreatawakening/',0,'sl-insta-media','',0),(12667,0,'2022-11-11 20:31:17','2022-11-11 20:31:17','','Did you know that deer are a sign of trust? A message to have faith. These three gorgeous buck came&hellip;','','publish','closed','closed','','did-you-know-that-deer-are-a-sign-of-trust-a-message-to-have-faith-these-three-gorgeous-buck-came','','','2022-11-11 20:31:17','2022-11-11 20:31:17','',0,'https://lavendermatyoga.com/sl-insta-media/did-you-know-that-deer-are-a-sign-of-trust-a-message-to-have-faith-these-three-gorgeous-buck-came/',0,'sl-insta-media','',0),(12664,0,'2022-11-11 20:31:14','2022-11-11 20:31:14','','🙌🏻🙌🏻 #selflove #youareenough #youarebeautiful','','publish','closed','closed','','%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-selflove-youareenough-youarebeautiful','','','2022-11-11 20:31:14','2022-11-11 20:31:14','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-selflove-youareenough-youarebeautiful/',0,'sl-insta-media','',0),(12665,0,'2022-11-11 20:31:15','2022-11-11 20:31:15','','⭐️😍New in my shop😍⭐️ ﻿ ﻿Ancient tribes believed that raw cacao has special powers. They believed it enabled them to&hellip;','','publish','closed','closed','','%e2%ad%90%ef%b8%8f%f0%9f%98%8dnew-in-my-shop%f0%9f%98%8d%e2%ad%90%ef%b8%8f-ancient-tribes-believed-that-raw-cacao-has-special-powers-they-believed-it-enabled-them-to','','','2022-11-11 20:31:15','2022-11-11 20:31:15','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%ad%90%ef%b8%8f%f0%9f%98%8dnew-in-my-shop%f0%9f%98%8d%e2%ad%90%ef%b8%8f-ancient-tribes-believed-that-raw-cacao-has-special-powers-they-believed-it-enabled-them-to/',0,'sl-insta-media','',0),(12663,0,'2022-11-11 20:31:14','2022-11-11 20:31:14','','In the summer of 2016, I was a guest teacher for Tarot Readers Academy’s Tarot Summer School and it was&hellip;','','publish','closed','closed','','in-the-summer-of-2016-i-was-a-guest-teacher-for-tarot-readers-academys-tarot-summer-school-and-it-was','','','2022-11-11 20:31:14','2022-11-11 20:31:14','',0,'https://lavendermatyoga.com/sl-insta-media/in-the-summer-of-2016-i-was-a-guest-teacher-for-tarot-readers-academys-tarot-summer-school-and-it-was/',0,'sl-insta-media','',0),(12662,0,'2022-11-11 20:31:14','2022-11-11 20:31:14','','Due to complications with my last knee surgery it has been about a year since I have been able to&hellip;','','publish','closed','closed','','due-to-complications-with-my-last-knee-surgery-it-has-been-about-a-year-since-i-have-been-able-to','','','2022-11-11 20:31:14','2022-11-11 20:31:14','',0,'https://lavendermatyoga.com/sl-insta-media/due-to-complications-with-my-last-knee-surgery-it-has-been-about-a-year-since-i-have-been-able-to/',0,'sl-insta-media','',0),(12660,0,'2022-11-11 20:31:13','2022-11-11 20:31:13','','Join us this evening! 🙏🏻🥰 🧘🏼‍♀️','','publish','closed','closed','','join-us-this-evening-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%a5%b0-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f','','','2022-11-11 20:31:13','2022-11-11 20:31:13','',0,'https://lavendermatyoga.com/sl-insta-media/join-us-this-evening-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%a5%b0-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f/',0,'sl-insta-media','',0),(12661,0,'2022-11-11 20:31:13','2022-11-11 20:31:13','','Today’s the last day for Early Bird tickets! Link in my bio for details 🥰 🧘🏼‍♀️ 💗','','publish','closed','closed','','todays-the-last-day-for-early-bird-tickets-link-in-my-bio-for-details-%f0%9f%a5%b0-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-%f0%9f%92%97','','','2022-11-11 20:31:13','2022-11-11 20:31:13','',0,'https://lavendermatyoga.com/sl-insta-media/todays-the-last-day-for-early-bird-tickets-link-in-my-bio-for-details-%f0%9f%a5%b0-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-%f0%9f%92%97/',0,'sl-insta-media','',0),(12659,0,'2022-11-11 20:31:11','2022-11-11 20:31:11','','We are all flawed creatures. Instead of focusing on being right or perfect or correct just focus on your intentions.&hellip;','','publish','closed','closed','','we-are-all-flawed-creatures-instead-of-focusing-on-being-right-or-perfect-or-correct-just-focus-on-your-intentions','','','2022-11-11 20:31:11','2022-11-11 20:31:11','',0,'https://lavendermatyoga.com/sl-insta-media/we-are-all-flawed-creatures-instead-of-focusing-on-being-right-or-perfect-or-correct-just-focus-on-your-intentions/',0,'sl-insta-media','',0),(12658,0,'2022-11-11 20:31:11','2022-11-11 20:31:11','','You will get a FREE copy of my BRAND NEW Guided Meditation Album ($24.99 value) when you purchase a paperback copy of&hellip;','','publish','closed','closed','','you-will-get-a-free-copy-of-my-brand-new-guided-meditation-album-24-99-value-when-you-purchase-a-paperback-copy-of','','','2022-11-11 20:31:11','2022-11-11 20:31:11','',0,'https://lavendermatyoga.com/sl-insta-media/you-will-get-a-free-copy-of-my-brand-new-guided-meditation-album-24-99-value-when-you-purchase-a-paperback-copy-of/',0,'sl-insta-media','',0),(12657,0,'2022-11-11 20:31:11','2022-11-11 20:31:11','','You get this whole album of guided meditations (over 2 hours!) FREE when you get my book on Amazon anytime&hellip;','','publish','closed','closed','','you-get-this-whole-album-of-guided-meditations-over-2-hours-free-when-you-get-my-book-on-amazon-anytime','','','2022-11-11 20:31:11','2022-11-11 20:31:11','',0,'https://lavendermatyoga.com/sl-insta-media/you-get-this-whole-album-of-guided-meditations-over-2-hours-free-when-you-get-my-book-on-amazon-anytime/',0,'sl-insta-media','',0),(696,0,'2022-04-30 20:31:41','2022-04-30 20:31:41','','Only a few days left to enter my BETTER BEAUTY GIVEAWAY 🎉 🎉 ﻿ ﻿👉🏻 In the first photo you&hellip;','','publish','closed','closed','','only-a-few-days-left-to-enter-my-better-beauty-giveaway-%f0%9f%8e%89-%f0%9f%8e%89-%f0%9f%91%89%f0%9f%8f%bb-in-the-first-photo-you','','','2022-11-14 17:26:37','2022-11-14 17:26:37','',0,'http://lavendermatyoga.com/sl-insta-media/only-a-few-days-left-to-enter-my-better-beauty-giveaway-%f0%9f%8e%89-%f0%9f%8e%89-%f0%9f%91%89%f0%9f%8f%bb-in-the-first-photo-you/',0,'sl-insta-media','',0),(12668,0,'2022-11-11 21:48:18','2022-11-11 21:48:18','','Prepping for today\'s workshop at @holycowyogacenter !! My last required course for my 500RYT certification!!! 🌺🍃🍄 ✔️Cuppa Ginko Clairty ✔️Lemon&hellip;','','publish','closed','closed','','prepping-for-todays-workshop-at-holycowyogacenter-my-last-required-course-for-my-500ryt-certification-%f0%9f%8c%ba%f0%9f%8d%83%f0%9f%8d%84-%e2%9c%94%ef%b8%8fcuppa-ginko-clairty-%e2%9c%94','','','2022-11-11 21:48:18','2022-11-11 21:48:18','',0,'https://lavendermatyoga.com/sl-insta-media/prepping-for-todays-workshop-at-holycowyogacenter-my-last-required-course-for-my-500ryt-certification-%f0%9f%8c%ba%f0%9f%8d%83%f0%9f%8d%84-%e2%9c%94%ef%b8%8fcuppa-ginko-clairty-%e2%9c%94/',0,'sl-insta-media','',0),(11765,0,'2022-10-31 20:25:51','2022-10-31 20:25:51','','I’m so excited to be teaching a prenatal series at @athayogaclt starting next Wednesday! … Relax and prepare your body&hellip;','','publish','closed','closed','','im-so-excited-to-be-teaching-a-prenatal-series-at-athayogaclt-starting-next-wednesday-relax-and-prepare-your-body','','','2022-10-31 20:25:51','2022-10-31 20:25:51','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-excited-to-be-teaching-a-prenatal-series-at-athayogaclt-starting-next-wednesday-relax-and-prepare-your-body/',0,'sl-insta-media','',0),(11766,0,'2022-10-31 20:25:51','2022-10-31 20:25:51','','Day 6 of my FREE 28 days of Breathwork videos in IGTV - view my highlights 👆🏻','','publish','closed','closed','','day-6-of-my-free-28-days-of-breathwork-videos-in-igtv-view-my-highlights-%f0%9f%91%86%f0%9f%8f%bb','','','2022-10-31 20:25:51','2022-10-31 20:25:51','',0,'https://lavendermatyoga.com/sl-insta-media/day-6-of-my-free-28-days-of-breathwork-videos-in-igtv-view-my-highlights-%f0%9f%91%86%f0%9f%8f%bb/',0,'sl-insta-media','',0),(11767,0,'2022-10-31 20:25:52','2022-10-31 20:25:52','','In celebration of my birthday this week, I am giving away a limited number of my “How to Become your&hellip;','','publish','closed','closed','','in-celebration-of-my-birthday-this-week-i-am-giving-away-a-limited-number-of-my-how-to-become-your','','','2022-10-31 20:25:52','2022-10-31 20:25:52','',0,'https://lavendermatyoga.com/sl-insta-media/in-celebration-of-my-birthday-this-week-i-am-giving-away-a-limited-number-of-my-how-to-become-your/',0,'sl-insta-media','',0),(11768,0,'2022-10-31 20:25:52','2022-10-31 20:25:52','','','','publish','closed','closed','','11768','','','2022-10-31 20:25:52','2022-10-31 20:25:52','',0,'https://lavendermatyoga.com/sl-insta-media/11768/',0,'sl-insta-media','',0),(11769,0,'2022-10-31 20:25:52','2022-10-31 20:25:52','','','','publish','closed','closed','','11769','','','2022-10-31 20:25:52','2022-10-31 20:25:52','',0,'https://lavendermatyoga.com/sl-insta-media/11769/',0,'sl-insta-media','',0),(11770,0,'2022-10-31 20:25:53','2022-10-31 20:25:53','','One of my favorite cooling breaths 🌙 Fr€£ on IGTV 👆🏻','','publish','closed','closed','','one-of-my-favorite-cooling-breaths-%f0%9f%8c%99-fre-on-igtv-%f0%9f%91%86%f0%9f%8f%bb','','','2022-10-31 20:25:53','2022-10-31 20:25:53','',0,'https://lavendermatyoga.com/sl-insta-media/one-of-my-favorite-cooling-breaths-%f0%9f%8c%99-fre-on-igtv-%f0%9f%91%86%f0%9f%8f%bb/',0,'sl-insta-media','',0),(11771,0,'2022-10-31 20:25:53','2022-10-31 20:25:53','','I realized I never announced my pregnancy on this account! Baby Baer due August 2022!','','publish','closed','closed','','i-realized-i-never-announced-my-pregnancy-on-this-account-baby-baer-due-august-2022','','','2022-10-31 20:25:53','2022-10-31 20:25:53','',0,'https://lavendermatyoga.com/sl-insta-media/i-realized-i-never-announced-my-pregnancy-on-this-account-baby-baer-due-august-2022/',0,'sl-insta-media','',0),(11772,0,'2022-10-31 20:25:54','2022-10-31 20:25:54','','','','publish','closed','closed','','11772','','','2022-10-31 20:25:54','2022-10-31 20:25:54','',0,'https://lavendermatyoga.com/sl-insta-media/11772/',0,'sl-insta-media','',0),(11773,0,'2022-10-31 20:25:54','2022-10-31 20:25:54','','','','publish','closed','closed','','11773','','','2022-10-31 20:25:54','2022-10-31 20:25:54','',0,'https://lavendermatyoga.com/sl-insta-media/11773/',0,'sl-insta-media','',0),(11774,0,'2022-10-31 20:25:54','2022-10-31 20:25:54','','One of my favorite breathwork exercises. IGTV 👆🏻','','publish','closed','closed','','one-of-my-favorite-breathwork-exercises-igtv-%f0%9f%91%86%f0%9f%8f%bb','','','2022-10-31 20:25:54','2022-10-31 20:25:54','',0,'https://lavendermatyoga.com/sl-insta-media/one-of-my-favorite-breathwork-exercises-igtv-%f0%9f%91%86%f0%9f%8f%bb/',0,'sl-insta-media','',0),(11775,0,'2022-10-31 20:25:55','2022-10-31 20:25:55','','Am@zon has put my book on a big s@le! And it will arrive in time for Christmas! #meditate','','publish','closed','closed','','amzon-has-put-my-book-on-a-big-sle-and-it-will-arrive-in-time-for-christmas-meditate','','','2022-10-31 20:25:55','2022-10-31 20:25:55','',0,'https://lavendermatyoga.com/sl-insta-media/amzon-has-put-my-book-on-a-big-sle-and-it-will-arrive-in-time-for-christmas-meditate/',0,'sl-insta-media','',0),(12533,0,'2022-11-10 21:09:48','2022-11-10 21:09:48','','#nofilter #nowords','','publish','closed','closed','','nofilter-nowords','','','2022-11-10 21:09:48','2022-11-10 21:09:48','',0,'https://lavendermatyoga.com/sl-insta-media/nofilter-nowords/',0,'sl-insta-media','',0),(11764,0,'2022-10-31 20:25:50','2022-10-31 20:25:50','','“This Guided Sun Salutation was exactly what I needed! I love how Madison teaches you to hop forward from downward&hellip;','','publish','closed','closed','','this-guided-sun-salutation-was-exactly-what-i-needed-i-love-how-madison-teaches-you-to-hop-forward-from-downward','','','2022-10-31 20:25:50','2022-10-31 20:25:50','',0,'https://lavendermatyoga.com/sl-insta-media/this-guided-sun-salutation-was-exactly-what-i-needed-i-love-how-madison-teaches-you-to-hop-forward-from-downward/',0,'sl-insta-media','',0),(12534,0,'2022-11-10 21:09:49','2022-11-10 21:09:49','','My new meditation spot 😍✨🙏🏻💗','','publish','closed','closed','','my-new-meditation-spot-%f0%9f%98%8d%e2%9c%a8%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97','','','2022-11-10 21:09:49','2022-11-10 21:09:49','',0,'https://lavendermatyoga.com/sl-insta-media/my-new-meditation-spot-%f0%9f%98%8d%e2%9c%a8%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97/',0,'sl-insta-media','',0),(12535,0,'2022-11-10 21:09:49','2022-11-10 21:09:49','','\"Mother Mary, sustain us in moments of darkness, difficulty, and apparent defeat\" 🙏🏻','','publish','closed','closed','','mother-mary-sustain-us-in-moments-of-darkness-difficulty-and-apparent-defeat-%f0%9f%99%8f%f0%9f%8f%bb','','','2022-11-10 21:09:49','2022-11-10 21:09:49','',0,'https://lavendermatyoga.com/sl-insta-media/mother-mary-sustain-us-in-moments-of-darkness-difficulty-and-apparent-defeat-%f0%9f%99%8f%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12536,0,'2022-11-10 21:09:50','2022-11-10 21:09:50','','This freak snow storm seemed like the perfect time to christen my new tea mug! It\'s a bit wonky, but&hellip;','','publish','closed','closed','','this-freak-snow-storm-seemed-like-the-perfect-time-to-christen-my-new-tea-mug-its-a-bit-wonky-but','','','2022-11-10 21:09:50','2022-11-10 21:09:50','',0,'https://lavendermatyoga.com/sl-insta-media/this-freak-snow-storm-seemed-like-the-perfect-time-to-christen-my-new-tea-mug-its-a-bit-wonky-but/',0,'sl-insta-media','',0),(12537,0,'2022-11-10 21:09:50','2022-11-10 21:09:50','','Sacred Sound is a key element to spiritual wellness and I can\'t recommend @sonesence_music highly enough. I just purchased my&hellip;','','publish','closed','closed','','sacred-sound-is-a-key-element-to-spiritual-wellness-and-i-cant-recommend-sonesence_music-highly-enough-i-just-purchased-my','','','2022-11-10 21:09:50','2022-11-10 21:09:50','',0,'https://lavendermatyoga.com/sl-insta-media/sacred-sound-is-a-key-element-to-spiritual-wellness-and-i-cant-recommend-sonesence_music-highly-enough-i-just-purchased-my/',0,'sl-insta-media','',0),(12538,0,'2022-11-10 21:09:52','2022-11-10 21:09:52','','Now that she\'s opened her gift I can show off the blessing candle I made for my Mom 💗','','publish','closed','closed','','now-that-shes-opened-her-gift-i-can-show-off-the-blessing-candle-i-made-for-my-mom-%f0%9f%92%97','','','2022-11-10 21:09:52','2022-11-10 21:09:52','',0,'https://lavendermatyoga.com/sl-insta-media/now-that-shes-opened-her-gift-i-can-show-off-the-blessing-candle-i-made-for-my-mom-%f0%9f%92%97/',0,'sl-insta-media','',0),(12539,0,'2022-11-10 21:09:52','2022-11-10 21:09:52','','If you are looking for a last minute, unique gift for a friend who loves all things holistic and natural&hellip;','','publish','closed','closed','','if-you-are-looking-for-a-last-minute-unique-gift-for-a-friend-who-loves-all-things-holistic-and-natural','','','2022-11-10 21:09:52','2022-11-10 21:09:52','',0,'https://lavendermatyoga.com/sl-insta-media/if-you-are-looking-for-a-last-minute-unique-gift-for-a-friend-who-loves-all-things-holistic-and-natural/',0,'sl-insta-media','',0),(12540,0,'2022-11-10 21:09:52','2022-11-10 21:09:52','','Palo santo clearing, this smell is so calming it puts me right to sleep 😴','','publish','closed','closed','','palo-santo-clearing-this-smell-is-so-calming-it-puts-me-right-to-sleep-%f0%9f%98%b4','','','2022-11-10 21:09:52','2022-11-10 21:09:52','',0,'https://lavendermatyoga.com/sl-insta-media/palo-santo-clearing-this-smell-is-so-calming-it-puts-me-right-to-sleep-%f0%9f%98%b4/',0,'sl-insta-media','',0),(12541,0,'2022-11-10 21:09:53','2022-11-10 21:09:53','','B.A. 500hr Registered Yoga Teacher Soon to be Ph.D Reiki Master Certified Advanced Akashic Record Reader Certified Crystal Healer..... The&hellip;','','publish','closed','closed','','b-a-500hr-registered-yoga-teacher-soon-to-be-ph-d-reiki-master-certified-advanced-akashic-record-reader-certified-crystal-healer-the','','','2022-11-10 21:09:53','2022-11-10 21:09:53','',0,'https://lavendermatyoga.com/sl-insta-media/b-a-500hr-registered-yoga-teacher-soon-to-be-ph-d-reiki-master-certified-advanced-akashic-record-reader-certified-crystal-healer-the/',0,'sl-insta-media','',0),(12542,0,'2022-11-10 21:09:53','2022-11-10 21:09:53','','I moved the table so I could do some foam rolling and Pilates.....I guess Roscoe decided he\'s going to sunbathe&hellip;','','publish','closed','closed','','i-moved-the-table-so-i-could-do-some-foam-rolling-and-pilates-i-guess-roscoe-decided-hes-going-to-sunbathe','','','2022-11-10 21:09:53','2022-11-10 21:09:53','',0,'https://lavendermatyoga.com/sl-insta-media/i-moved-the-table-so-i-could-do-some-foam-rolling-and-pilates-i-guess-roscoe-decided-hes-going-to-sunbathe/',0,'sl-insta-media','',0),(12543,0,'2022-11-10 21:09:54','2022-11-10 21:09:54','','I found the cutest book ever at the holiday book sale! Taoism taught through the teachings of Pooh Bear!! I&hellip;','','publish','closed','closed','','i-found-the-cutest-book-ever-at-the-holiday-book-sale-taoism-taught-through-the-teachings-of-pooh-bear-i','','','2022-11-10 21:09:54','2022-11-10 21:09:54','',0,'https://lavendermatyoga.com/sl-insta-media/i-found-the-cutest-book-ever-at-the-holiday-book-sale-taoism-taught-through-the-teachings-of-pooh-bear-i/',0,'sl-insta-media','',0),(12544,0,'2022-11-10 21:09:55','2022-11-10 21:09:55','','I had a great weekend training these stupendous yoga teachers to be! 💗🙏🏻📿','','publish','closed','closed','','i-had-a-great-weekend-training-these-stupendous-yoga-teachers-to-be-%f0%9f%92%97%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%93%bf','','','2022-11-10 21:09:55','2022-11-10 21:09:55','',0,'https://lavendermatyoga.com/sl-insta-media/i-had-a-great-weekend-training-these-stupendous-yoga-teachers-to-be-%f0%9f%92%97%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%93%bf/',0,'sl-insta-media','',0),(12545,0,'2022-11-10 21:09:56','2022-11-10 21:09:56','','FROM NOW UNTIL MONDAY MY ENTIRE SITE (shop + services) IS 25% OFF + 10% OF EVERYTHING WILL GO TO&hellip;','','publish','closed','closed','','from-now-until-monday-my-entire-site-shop-services-is-25-off-10-of-everything-will-go-to','','','2022-11-10 21:09:56','2022-11-10 21:09:56','',0,'https://lavendermatyoga.com/sl-insta-media/from-now-until-monday-my-entire-site-shop-services-is-25-off-10-of-everything-will-go-to/',0,'sl-insta-media','',0),(12546,0,'2022-11-10 21:09:56','2022-11-10 21:09:56','','The view behind my apartment 😍 #nofilter #charlestonsc #cottoncandy','','publish','closed','closed','','the-view-behind-my-apartment-%f0%9f%98%8d-nofilter-charlestonsc-cottoncandy','','','2022-11-10 21:09:56','2022-11-10 21:09:56','',0,'https://lavendermatyoga.com/sl-insta-media/the-view-behind-my-apartment-%f0%9f%98%8d-nofilter-charlestonsc-cottoncandy/',0,'sl-insta-media','',0),(12547,0,'2022-11-10 21:09:56','2022-11-10 21:09:56','','Every time I get my mat out... 😂','','publish','closed','closed','','every-time-i-get-my-mat-out-%f0%9f%98%82','','','2022-11-10 21:09:56','2022-11-10 21:09:56','',0,'https://lavendermatyoga.com/sl-insta-media/every-time-i-get-my-mat-out-%f0%9f%98%82/',0,'sl-insta-media','',0),(12548,0,'2022-11-10 21:09:57','2022-11-10 21:09:57','','This one little flower decided to bloom in November 💗😊','','publish','closed','closed','','this-one-little-flower-decided-to-bloom-in-november-%f0%9f%92%97%f0%9f%98%8a','','','2022-11-10 21:09:57','2022-11-10 21:09:57','',0,'https://lavendermatyoga.com/sl-insta-media/this-one-little-flower-decided-to-bloom-in-november-%f0%9f%92%97%f0%9f%98%8a/',0,'sl-insta-media','',0),(12549,0,'2022-11-10 21:09:57','2022-11-10 21:09:57','','Enjoying some of my homemade butternut squash soup while I make my lesson plan for Chakras 101 that I\'m teaching&hellip;','','publish','closed','closed','','enjoying-some-of-my-homemade-butternut-squash-soup-while-i-make-my-lesson-plan-for-chakras-101-that-im-teaching','','','2022-11-10 21:09:57','2022-11-10 21:09:57','',0,'https://lavendermatyoga.com/sl-insta-media/enjoying-some-of-my-homemade-butternut-squash-soup-while-i-make-my-lesson-plan-for-chakras-101-that-im-teaching/',0,'sl-insta-media','',0),(12550,0,'2022-11-10 21:09:58','2022-11-10 21:09:58','','And so it begins 😱 After almost 3 years of studying I\'ve finally completed my coursework and am moving on&hellip;','','publish','closed','closed','','and-so-it-begins-%f0%9f%98%b1-after-almost-3-years-of-studying-ive-finally-completed-my-coursework-and-am-moving-on','','','2022-11-10 21:09:58','2022-11-10 21:09:58','',0,'https://lavendermatyoga.com/sl-insta-media/and-so-it-begins-%f0%9f%98%b1-after-almost-3-years-of-studying-ive-finally-completed-my-coursework-and-am-moving-on/',0,'sl-insta-media','',0),(12551,0,'2022-11-10 21:09:58','2022-11-10 21:09:58','','LIMITED TIME OFFER 🙌🏻🔮: Only four days left to purchase a three card Halloween oracle reading! This deck taps into&hellip;','','publish','closed','closed','','limited-time-offer-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%94%ae-only-four-days-left-to-purchase-a-three-card-halloween-oracle-reading-this-deck-taps-into','','','2022-11-10 21:09:58','2022-11-10 21:09:58','',0,'https://lavendermatyoga.com/sl-insta-media/limited-time-offer-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%94%ae-only-four-days-left-to-purchase-a-three-card-halloween-oracle-reading-this-deck-taps-into/',0,'sl-insta-media','',0),(12552,0,'2022-11-10 21:09:59','2022-11-10 21:09:59','','🌙📿💖','','publish','closed','closed','','%f0%9f%8c%99%f0%9f%93%bf%f0%9f%92%96','','','2022-11-10 21:09:59','2022-11-10 21:09:59','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%8c%99%f0%9f%93%bf%f0%9f%92%96/',0,'sl-insta-media','',0),(12553,0,'2022-11-10 21:09:59','2022-11-10 21:09:59','','For today\'s meditation I was directed by my Guides to chant Om Shanti Shanti Shanti, but with my rosary instead&hellip;','','publish','closed','closed','','for-todays-meditation-i-was-directed-by-my-guides-to-chant-om-shanti-shanti-shanti-but-with-my-rosary-instead','','','2022-11-10 21:09:59','2022-11-10 21:09:59','',0,'https://lavendermatyoga.com/sl-insta-media/for-todays-meditation-i-was-directed-by-my-guides-to-chant-om-shanti-shanti-shanti-but-with-my-rosary-instead/',0,'sl-insta-media','',0),(12554,0,'2022-11-10 21:09:59','2022-11-10 21:09:59','','👌🏻👌🏻👌🏻@huriyali','','publish','closed','closed','','%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bbhuriyali','','','2022-11-10 21:09:59','2022-11-10 21:09:59','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bbhuriyali/',0,'sl-insta-media','',0),(12555,0,'2022-11-10 21:10:00','2022-11-10 21:10:00','','Jupiter has moved into Scorpio today after a long year of being in Libra and big change is coming! Can&hellip;','','publish','closed','closed','','jupiter-has-moved-into-scorpio-today-after-a-long-year-of-being-in-libra-and-big-change-is-coming-can','','','2022-11-10 21:10:00','2022-11-10 21:10:00','',0,'https://lavendermatyoga.com/sl-insta-media/jupiter-has-moved-into-scorpio-today-after-a-long-year-of-being-in-libra-and-big-change-is-coming-can/',0,'sl-insta-media','',0),(11763,0,'2022-10-31 20:25:50','2022-10-31 20:25:50','','Hands down the best prenatal yoga book I’ve ever read. #prenatalyoga #yogamamayogababy','','publish','closed','closed','','hands-down-the-best-prenatal-yoga-book-ive-ever-read-prenatalyoga-yogamamayogababy','','','2022-10-31 20:25:50','2022-10-31 20:25:50','',0,'https://lavendermatyoga.com/sl-insta-media/hands-down-the-best-prenatal-yoga-book-ive-ever-read-prenatalyoga-yogamamayogababy/',0,'sl-insta-media','',0),(12556,0,'2022-11-10 21:10:00','2022-11-10 21:10:00','','Come join me for FREE yoga tonight at 6pm Blue Cross Blue Shield in Mt. Pleasant Towne Center! ✨✨✨ This&hellip;','','publish','closed','closed','','come-join-me-for-free-yoga-tonight-at-6pm-blue-cross-blue-shield-in-mt-pleasant-towne-center-%e2%9c%a8%e2%9c%a8%e2%9c%a8-this','','','2022-11-10 21:10:00','2022-11-10 21:10:00','',0,'https://lavendermatyoga.com/sl-insta-media/come-join-me-for-free-yoga-tonight-at-6pm-blue-cross-blue-shield-in-mt-pleasant-towne-center-%e2%9c%a8%e2%9c%a8%e2%9c%a8-this/',0,'sl-insta-media','',0),(11762,0,'2022-10-31 20:25:49','2022-10-31 20:25:49','','','','publish','closed','closed','','11762','','','2022-10-31 20:25:49','2022-10-31 20:25:49','',0,'https://lavendermatyoga.com/sl-insta-media/11762/',0,'sl-insta-media','',0),(12562,0,'2022-11-10 21:17:47','2022-11-10 21:17:47','','Join me on FB live in my FB group, Spiritual Teachings with Madison Rosenberger, tomorrow at 4:44pm EST as I&hellip;','','publish','closed','closed','','join-me-on-fb-live-in-my-fb-group-spiritual-teachings-with-madison-rosenberger-tomorrow-at-444pm-est-as-i','','','2022-11-10 21:17:47','2022-11-10 21:17:47','',0,'https://lavendermatyoga.com/sl-insta-media/join-me-on-fb-live-in-my-fb-group-spiritual-teachings-with-madison-rosenberger-tomorrow-at-444pm-est-as-i/',0,'sl-insta-media','',0),(12561,0,'2022-11-10 21:17:46','2022-11-10 21:17:46','','The current emotional and actual weather is making it hard to stay calm and find your peaceful center. Join us&hellip;','','publish','closed','closed','','the-current-emotional-and-actual-weather-is-making-it-hard-to-stay-calm-and-find-your-peaceful-center-join-us','','','2022-11-10 21:17:46','2022-11-10 21:17:46','',0,'https://lavendermatyoga.com/sl-insta-media/the-current-emotional-and-actual-weather-is-making-it-hard-to-stay-calm-and-find-your-peaceful-center-join-us/',0,'sl-insta-media','',0),(12560,0,'2022-11-10 21:17:46','2022-11-10 21:17:46','','Going Live in my private FB group in about 10 minutes for the Hurricane Irma Meditation 🙏🏻🙌🏻 Link to the&hellip;','','publish','closed','closed','','going-live-in-my-private-fb-group-in-about-10-minutes-for-the-hurricane-irma-meditation-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-link-to-the','','','2022-11-10 21:17:46','2022-11-10 21:17:46','',0,'https://lavendermatyoga.com/sl-insta-media/going-live-in-my-private-fb-group-in-about-10-minutes-for-the-hurricane-irma-meditation-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-link-to-the/',0,'sl-insta-media','',0),(12559,0,'2022-11-10 21:17:45','2022-11-10 21:17:45','','\"Clearly, the mind is capable of vast and wonderful accomplishments, contemporary knowledge being one noteable example. However, as an isolated&hellip;','','publish','closed','closed','','clearly-the-mind-is-capable-of-vast-and-wonderful-accomplishments-contemporary-knowledge-being-one-noteable-example-however-as-an-isolated','','','2022-11-10 21:17:45','2022-11-10 21:17:45','',0,'https://lavendermatyoga.com/sl-insta-media/clearly-the-mind-is-capable-of-vast-and-wonderful-accomplishments-contemporary-knowledge-being-one-noteable-example-however-as-an-isolated/',0,'sl-insta-media','',0),(12557,0,'2022-11-10 21:10:01','2022-11-10 21:10:01','','✨✨✨','','publish','closed','closed','','%e2%9c%a8%e2%9c%a8%e2%9c%a8','','','2022-11-10 21:10:01','2022-11-10 21:10:01','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%e2%9c%a8%e2%9c%a8/',0,'sl-insta-media','',0),(12558,0,'2022-11-10 21:10:02','2022-11-10 21:10:02','','Pink bath ✔️ Green Smoothie ✔️ The Sophia Code ✔️ Crystals ✔️ and Roscoe? ✔️😂(swipe right 👉🏻) he still has&hellip;','','publish','closed','closed','','pink-bath-%e2%9c%94%ef%b8%8f-green-smoothie-%e2%9c%94%ef%b8%8f-the-sophia-code-%e2%9c%94%ef%b8%8f-crystals-%e2%9c%94%ef%b8%8f-and-roscoe-%e2%9c%94%ef%b8%8f%f0%9f%98%82swipe-right-%f0%9f%91%89','','','2022-11-10 21:10:02','2022-11-10 21:10:02','',0,'https://lavendermatyoga.com/sl-insta-media/pink-bath-%e2%9c%94%ef%b8%8f-green-smoothie-%e2%9c%94%ef%b8%8f-the-sophia-code-%e2%9c%94%ef%b8%8f-crystals-%e2%9c%94%ef%b8%8f-and-roscoe-%e2%9c%94%ef%b8%8f%f0%9f%98%82swipe-right-%f0%9f%91%89/',0,'sl-insta-media','',0),(1543,0,'2022-05-11 21:00:07','2022-05-11 21:00:07','','🌟Behind the scenes magic 🌟 So excited for be a teacher at Tarot Summer School! This class I\'ve created for&hellip;','','publish','closed','closed','','%f0%9f%8c%9fbehind-the-scenes-magic-%f0%9f%8c%9f-so-excited-for-be-a-teacher-at-tarot-summer-school-this-class-ive-created-for','','','2022-11-14 16:00:22','2022-11-14 16:00:22','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%8c%9fbehind-the-scenes-magic-%f0%9f%8c%9f-so-excited-for-be-a-teacher-at-tarot-summer-school-this-class-ive-created-for/',0,'sl-insta-media','',0),(12393,0,'2022-11-09 21:23:05','2022-11-09 21:23:05','','My trip to CO was anything but ideal, in fact it was quite miserable... But it was exactly what I&hellip;','','publish','closed','closed','','my-trip-to-co-was-anything-but-ideal-in-fact-it-was-quite-miserable-but-it-was-exactly-what-i','','','2022-11-09 21:23:05','2022-11-09 21:23:05','',0,'https://lavendermatyoga.com/sl-insta-media/my-trip-to-co-was-anything-but-ideal-in-fact-it-was-quite-miserable-but-it-was-exactly-what-i/',0,'sl-insta-media','',0),(12388,0,'2022-11-09 21:23:03','2022-11-09 21:23:03','','Settling in for a night of studying 😁','','publish','closed','closed','','settling-in-for-a-night-of-studying-%f0%9f%98%81','','','2022-11-09 21:23:03','2022-11-09 21:23:03','',0,'https://lavendermatyoga.com/sl-insta-media/settling-in-for-a-night-of-studying-%f0%9f%98%81/',0,'sl-insta-media','',0),(12389,0,'2022-11-09 21:23:03','2022-11-09 21:23:03','','Tonight as we shift into the final phase of the moon cycle I will be leading a Yin Yoga class&hellip;','','publish','closed','closed','','tonight-as-we-shift-into-the-final-phase-of-the-moon-cycle-i-will-be-leading-a-yin-yoga-class','','','2022-11-09 21:23:03','2022-11-09 21:23:03','',0,'https://lavendermatyoga.com/sl-insta-media/tonight-as-we-shift-into-the-final-phase-of-the-moon-cycle-i-will-be-leading-a-yin-yoga-class/',0,'sl-insta-media','',0),(12390,0,'2022-11-09 21:23:03','2022-11-09 21:23:03','','Look what came today! My diploma in Natural Health for Animals!! 🦄🐬 In October I will be announcing brand new&hellip;','','publish','closed','closed','','look-what-came-today-my-diploma-in-natural-health-for-animals-%f0%9f%a6%84%f0%9f%90%ac-in-october-i-will-be-announcing-brand-new','','','2022-11-09 21:23:03','2022-11-09 21:23:03','',0,'https://lavendermatyoga.com/sl-insta-media/look-what-came-today-my-diploma-in-natural-health-for-animals-%f0%9f%a6%84%f0%9f%90%ac-in-october-i-will-be-announcing-brand-new/',0,'sl-insta-media','',0),(12391,0,'2022-11-09 21:23:04','2022-11-09 21:23:04','','What\' a fabulous idea!!! ✨✨✨ Just last night I was looking at a deck I own and thought to myself&hellip;','','publish','closed','closed','','what-a-fabulous-idea-%e2%9c%a8%e2%9c%a8%e2%9c%a8-just-last-night-i-was-looking-at-a-deck-i-own-and-thought-to-myself','','','2022-11-09 21:23:04','2022-11-09 21:23:04','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-fabulous-idea-%e2%9c%a8%e2%9c%a8%e2%9c%a8-just-last-night-i-was-looking-at-a-deck-i-own-and-thought-to-myself/',0,'sl-insta-media','',0),(12392,0,'2022-11-09 21:23:04','2022-11-09 21:23:04','','I rub Serenity on the bottom of my feet every night before bed and finito, I\'m out like a light&hellip;','','publish','closed','closed','','i-rub-serenity-on-the-bottom-of-my-feet-every-night-before-bed-and-finito-im-out-like-a-light','','','2022-11-09 21:23:04','2022-11-09 21:23:04','',0,'https://lavendermatyoga.com/sl-insta-media/i-rub-serenity-on-the-bottom-of-my-feet-every-night-before-bed-and-finito-im-out-like-a-light/',0,'sl-insta-media','',0),(1538,0,'2022-05-11 21:00:04','2022-05-11 21:00:04','','Connecting with the elements heightens your yoga practice! 🐚🐠 Sometimes the tide comes in, but it\'s how you respond that&hellip;','','publish','closed','closed','','connecting-with-the-elements-heightens-your-yoga-practice-%f0%9f%90%9a%f0%9f%90%a0-sometimes-the-tide-comes-in-but-its-how-you-respond-that','','','2022-11-14 16:00:22','2022-11-14 16:00:22','',0,'https://lavendermatyoga.com/sl-insta-media/connecting-with-the-elements-heightens-your-yoga-practice-%f0%9f%90%9a%f0%9f%90%a0-sometimes-the-tide-comes-in-but-its-how-you-respond-that/',0,'sl-insta-media','',0),(12675,0,'2022-11-12 20:29:16','2022-11-12 20:29:16','','🙏🏻💕✨','','publish','closed','closed','','%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%e2%9c%a8','','','2022-11-12 20:29:16','2022-11-12 20:29:16','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%e2%9c%a8/',0,'sl-insta-media','',0),(12676,0,'2022-11-12 20:29:17','2022-11-12 20:29:17','','Roscoe and I received the most wonderful Reiki session from @groundandcurrent with Let Animals Lead today! I highly recommend 💕&hellip;','','publish','closed','closed','','roscoe-and-i-received-the-most-wonderful-reiki-session-from-groundandcurrent-with-let-animals-lead-today-i-highly-recommend-%f0%9f%92%95','','','2022-11-12 20:29:17','2022-11-12 20:29:17','',0,'https://lavendermatyoga.com/sl-insta-media/roscoe-and-i-received-the-most-wonderful-reiki-session-from-groundandcurrent-with-let-animals-lead-today-i-highly-recommend-%f0%9f%92%95/',0,'sl-insta-media','',0),(12677,0,'2022-11-12 20:29:17','2022-11-12 20:29:17','','','','publish','closed','closed','','12677','','','2022-11-12 20:29:17','2022-11-12 20:29:17','',0,'https://lavendermatyoga.com/sl-insta-media/12677/',0,'sl-insta-media','',0),(12678,0,'2022-11-12 20:29:18','2022-11-12 20:29:18','','Day 2 of my Free IGTV Breathwork series is saved in stories! 👆🏻👆🏻','','publish','closed','closed','','day-2-of-my-free-igtv-breathwork-series-is-saved-in-stories-%f0%9f%91%86%f0%9f%8f%bb%f0%9f%91%86%f0%9f%8f%bb','','','2022-11-12 20:29:18','2022-11-12 20:29:18','',0,'https://lavendermatyoga.com/sl-insta-media/day-2-of-my-free-igtv-breathwork-series-is-saved-in-stories-%f0%9f%91%86%f0%9f%8f%bb%f0%9f%91%86%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12679,0,'2022-11-12 20:29:18','2022-11-12 20:29:18','','I’m sending out a prayer today that anyone who is feeling stressed, anxious, overwhelmed, not good enough, lost or burnt&hellip;','','publish','closed','closed','','im-sending-out-a-prayer-today-that-anyone-who-is-feeling-stressed-anxious-overwhelmed-not-good-enough-lost-or-burnt','','','2022-11-12 20:29:18','2022-11-12 20:29:18','',0,'https://lavendermatyoga.com/sl-insta-media/im-sending-out-a-prayer-today-that-anyone-who-is-feeling-stressed-anxious-overwhelmed-not-good-enough-lost-or-burnt/',0,'sl-insta-media','',0),(12680,0,'2022-11-12 20:29:19','2022-11-12 20:29:19','','','','publish','closed','closed','','12680','','','2022-11-12 20:29:19','2022-11-12 20:29:19','',0,'https://lavendermatyoga.com/sl-insta-media/12680/',0,'sl-insta-media','',0),(12681,0,'2022-11-12 20:29:19','2022-11-12 20:29:19','','take a look at your moon and rising signs in addition to your sun sign! 🤸‍♀️ For me: Taurus ☀️&hellip;','','publish','closed','closed','','take-a-look-at-your-moon-and-rising-signs-in-addition-to-your-sun-sign-%f0%9f%a4%b8%e2%99%80%ef%b8%8f-for-me-taurus-%e2%98%80%ef%b8%8f','','','2022-11-12 20:29:19','2022-11-12 20:29:19','',0,'https://lavendermatyoga.com/sl-insta-media/take-a-look-at-your-moon-and-rising-signs-in-addition-to-your-sun-sign-%f0%9f%a4%b8%e2%99%80%ef%b8%8f-for-me-taurus-%e2%98%80%ef%b8%8f/',0,'sl-insta-media','',0),(12682,0,'2022-11-12 20:47:56','2022-11-12 20:47:56','','The results are in! Based on the Column you chose from a few posts back here is your personal reading&hellip;','','publish','closed','closed','','the-results-are-in-based-on-the-column-you-chose-from-a-few-posts-back-here-is-your-personal-reading','','','2022-11-12 20:47:56','2022-11-12 20:47:56','',0,'https://lavendermatyoga.com/sl-insta-media/the-results-are-in-based-on-the-column-you-chose-from-a-few-posts-back-here-is-your-personal-reading/',0,'sl-insta-media','',0),(12683,0,'2022-11-12 20:47:56','2022-11-12 20:47:56','','My relationship with my body got a little off track for a while but for the past month I have&hellip;','','publish','closed','closed','','my-relationship-with-my-body-got-a-little-off-track-for-a-while-but-for-the-past-month-i-have','','','2022-11-12 20:47:56','2022-11-12 20:47:56','',0,'https://lavendermatyoga.com/sl-insta-media/my-relationship-with-my-body-got-a-little-off-track-for-a-while-but-for-the-past-month-i-have/',0,'sl-insta-media','',0),(12684,0,'2022-11-12 20:47:57','2022-11-12 20:47:57','','Who would like a reading?😘 Close your eyes take three deep breaths and when you flutter your eyes open which&hellip;','','publish','closed','closed','','who-would-like-a-reading%f0%9f%98%98-close-your-eyes-take-three-deep-breaths-and-when-you-flutter-your-eyes-open-which','','','2022-11-12 20:47:57','2022-11-12 20:47:57','',0,'https://lavendermatyoga.com/sl-insta-media/who-would-like-a-reading%f0%9f%98%98-close-your-eyes-take-three-deep-breaths-and-when-you-flutter-your-eyes-open-which/',0,'sl-insta-media','',0),(12685,0,'2022-11-12 20:47:57','2022-11-12 20:47:57','','Aerial anyone? Teaching at 6:00pm in West Ashley and it\'s not too late to come! DM for details 😊 #spiritualentrepreneur&hellip;','','publish','closed','closed','','aerial-anyone-teaching-at-600pm-in-west-ashley-and-its-not-too-late-to-come-dm-for-details-%f0%9f%98%8a-spiritualentrepreneur','','','2022-11-12 20:47:57','2022-11-12 20:47:57','',0,'https://lavendermatyoga.com/sl-insta-media/aerial-anyone-teaching-at-600pm-in-west-ashley-and-its-not-too-late-to-come-dm-for-details-%f0%9f%98%8a-spiritualentrepreneur/',0,'sl-insta-media','',0),(12686,0,'2022-11-12 20:47:58','2022-11-12 20:47:58','','“The universe buries strange jewels deep within us all, and then stands back to see if we can find them.”&hellip;','','publish','closed','closed','','the-universe-buries-strange-jewels-deep-within-us-all-and-then-stands-back-to-see-if-we-can-find-them','','','2022-11-12 20:47:58','2022-11-12 20:47:58','',0,'https://lavendermatyoga.com/sl-insta-media/the-universe-buries-strange-jewels-deep-within-us-all-and-then-stands-back-to-see-if-we-can-find-them/',0,'sl-insta-media','',0),(12687,0,'2022-11-12 20:47:58','2022-11-12 20:47:58','','A full moon spread I did while rolled out on my yoga mat! Now off to teach tonight\'s free full&hellip;','','publish','closed','closed','','a-full-moon-spread-i-did-while-rolled-out-on-my-yoga-mat-now-off-to-teach-tonights-free-full','','','2022-11-12 20:47:58','2022-11-12 20:47:58','',0,'https://lavendermatyoga.com/sl-insta-media/a-full-moon-spread-i-did-while-rolled-out-on-my-yoga-mat-now-off-to-teach-tonights-free-full/',0,'sl-insta-media','',0),(12385,0,'2022-11-09 21:23:01','2022-11-09 21:23:01','','As I sit here tonight studying to finally take my 500hr Yoga Teacher exam tomorrow I am reflecting on this&hellip;','','publish','closed','closed','','as-i-sit-here-tonight-studying-to-finally-take-my-500hr-yoga-teacher-exam-tomorrow-i-am-reflecting-on-this','','','2022-11-09 21:23:01','2022-11-09 21:23:01','',0,'https://lavendermatyoga.com/sl-insta-media/as-i-sit-here-tonight-studying-to-finally-take-my-500hr-yoga-teacher-exam-tomorrow-i-am-reflecting-on-this/',0,'sl-insta-media','',0),(12384,0,'2022-11-09 21:23:01','2022-11-09 21:23:01','','One lucky winner from the #30daysofloveandgratitude challenge will win this beautiful green aventurine stone as well as a session with&hellip;','','publish','closed','closed','','one-lucky-winner-from-the-30daysofloveandgratitude-challenge-will-win-this-beautiful-green-aventurine-stone-as-well-as-a-session-with','','','2022-11-09 21:23:01','2022-11-09 21:23:01','',0,'https://lavendermatyoga.com/sl-insta-media/one-lucky-winner-from-the-30daysofloveandgratitude-challenge-will-win-this-beautiful-green-aventurine-stone-as-well-as-a-session-with/',0,'sl-insta-media','',0),(12383,0,'2022-11-09 21:23:00','2022-11-09 21:23:00','','So my \"moontime\" decided to come on the exact day of the massive full moon yesterday and let\'s just say&hellip;','','publish','closed','closed','','so-my-moontime-decided-to-come-on-the-exact-day-of-the-massive-full-moon-yesterday-and-lets-just-say','','','2022-11-09 21:23:00','2022-11-09 21:23:00','',0,'https://lavendermatyoga.com/sl-insta-media/so-my-moontime-decided-to-come-on-the-exact-day-of-the-massive-full-moon-yesterday-and-lets-just-say/',0,'sl-insta-media','',0),(12382,0,'2022-11-09 21:23:00','2022-11-09 21:23:00','','Today I had a Coke Yes, yes I know how terrible they are, they rot insides and are the epitome&hellip;','','publish','closed','closed','','today-i-had-a-coke-yes-yes-i-know-how-terrible-they-are-they-rot-insides-and-are-the-epitome','','','2022-11-09 21:23:00','2022-11-09 21:23:00','',0,'https://lavendermatyoga.com/sl-insta-media/today-i-had-a-coke-yes-yes-i-know-how-terrible-they-are-they-rot-insides-and-are-the-epitome/',0,'sl-insta-media','',0),(12381,0,'2022-11-09 21:23:00','2022-11-09 21:23:00','','Adding a little Cheer to this freezing cold day with these 2 self care tools. What are you doing to&hellip;','','publish','closed','closed','','adding-a-little-cheer-to-this-freezing-cold-day-with-these-2-self-care-tools-what-are-you-doing-to','','','2022-11-09 21:23:00','2022-11-09 21:23:00','',0,'https://lavendermatyoga.com/sl-insta-media/adding-a-little-cheer-to-this-freezing-cold-day-with-these-2-self-care-tools-what-are-you-doing-to/',0,'sl-insta-media','',0),(12380,0,'2022-11-09 21:22:59','2022-11-09 21:22:59','','Did some mermaid channeling at the beach today and received this message to share with you! 🐡🦀🐋🐬🐙 The mermaids ask&hellip;','','publish','closed','closed','','did-some-mermaid-channeling-at-the-beach-today-and-received-this-message-to-share-with-you-%f0%9f%90%a1%f0%9f%a6%80%f0%9f%90%8b%f0%9f%90%ac%f0%9f%90%99-the-mermaids-ask','','','2022-11-09 21:22:59','2022-11-09 21:22:59','',0,'https://lavendermatyoga.com/sl-insta-media/did-some-mermaid-channeling-at-the-beach-today-and-received-this-message-to-share-with-you-%f0%9f%90%a1%f0%9f%a6%80%f0%9f%90%8b%f0%9f%90%ac%f0%9f%90%99-the-mermaids-ask/',0,'sl-insta-media','',0),(12379,0,'2022-11-09 21:22:59','2022-11-09 21:22:59','','The lovely Kirsten from @colourlightbalance is hosting a spectacular giveaway! Check it out! ✨✨💕 #birthangelgiveaway','','publish','closed','closed','','the-lovely-kirsten-from-colourlightbalance-is-hosting-a-spectacular-giveaway-check-it-out-%e2%9c%a8%e2%9c%a8%f0%9f%92%95-birthangelgiveaway','','','2022-11-09 21:22:59','2022-11-09 21:22:59','',0,'https://lavendermatyoga.com/sl-insta-media/the-lovely-kirsten-from-colourlightbalance-is-hosting-a-spectacular-giveaway-check-it-out-%e2%9c%a8%e2%9c%a8%f0%9f%92%95-birthangelgiveaway/',0,'sl-insta-media','',0),(12378,0,'2022-11-09 21:22:58','2022-11-09 21:22:58','','@stephaniemburg had some inspiration tea tonight and I just had to share! #truthbomb ✨✨✨ Today was the last day of&hellip;','','publish','closed','closed','','stephaniemburg-had-some-inspiration-tea-tonight-and-i-just-had-to-share-truthbomb-%e2%9c%a8%e2%9c%a8%e2%9c%a8-today-was-the-last-day-of','','','2022-11-09 21:22:58','2022-11-09 21:22:58','',0,'https://lavendermatyoga.com/sl-insta-media/stephaniemburg-had-some-inspiration-tea-tonight-and-i-just-had-to-share-truthbomb-%e2%9c%a8%e2%9c%a8%e2%9c%a8-today-was-the-last-day-of/',0,'sl-insta-media','',0),(12377,0,'2022-11-09 21:22:58','2022-11-09 21:22:58','','How confident and inspiring is this yellow?! Not much more time to enter the giveaway hosted by @colourlightbalance #birthangelgiveaway','','publish','closed','closed','','how-confident-and-inspiring-is-this-yellow-not-much-more-time-to-enter-the-giveaway-hosted-by-colourlightbalance-birthangelgiveaway','','','2022-11-09 21:22:58','2022-11-09 21:22:58','',0,'https://lavendermatyoga.com/sl-insta-media/how-confident-and-inspiring-is-this-yellow-not-much-more-time-to-enter-the-giveaway-hosted-by-colourlightbalance-birthangelgiveaway/',0,'sl-insta-media','',0),(1519,0,'2022-05-11 20:58:58','2022-05-11 20:58:58','','Never say never, three years ago when my yoga journey started I could barely do a headstand against the wall.&hellip;','','publish','closed','closed','','never-say-never-three-years-ago-when-my-yoga-journey-started-i-could-barely-do-a-headstand-against-the-wall','','','2022-11-14 15:52:04','2022-11-14 15:52:04','',0,'https://lavendermatyoga.com/sl-insta-media/never-say-never-three-years-ago-when-my-yoga-journey-started-i-could-barely-do-a-headstand-against-the-wall/',0,'sl-insta-media','',0),(1517,0,'2022-05-11 20:58:57','2022-05-11 20:58:57','','I often talk about my anxiety because that\'s easier to accept but what I rarely explain to people is about&hellip;','','publish','closed','closed','','i-often-talk-about-my-anxiety-because-thats-easier-to-accept-but-what-i-rarely-explain-to-people-is-about','','','2022-11-14 15:12:09','2022-11-14 15:12:09','',0,'https://lavendermatyoga.com/sl-insta-media/i-often-talk-about-my-anxiety-because-thats-easier-to-accept-but-what-i-rarely-explain-to-people-is-about/',0,'sl-insta-media','',0),(12411,0,'2022-11-10 20:40:10','2022-11-10 20:40:10','','Tonight\'s free yoga will be dedicated to feeling, healing, and releasing with the Full Moon/Summer Solstice energy of today! Join&hellip;','','publish','closed','closed','','tonights-free-yoga-will-be-dedicated-to-feeling-healing-and-releasing-with-the-full-moon-summer-solstice-energy-of-today-join','','','2022-11-10 20:40:10','2022-11-10 20:40:10','',0,'https://lavendermatyoga.com/sl-insta-media/tonights-free-yoga-will-be-dedicated-to-feeling-healing-and-releasing-with-the-full-moon-summer-solstice-energy-of-today-join/',0,'sl-insta-media','',0),(12413,0,'2022-11-10 20:40:11','2022-11-10 20:40:11','','I woke up with a pit in my stomach Last night I don\'t even know what to say about last&hellip;','','publish','closed','closed','','i-woke-up-with-a-pit-in-my-stomach-last-night-i-dont-even-know-what-to-say-about-last','','','2022-11-10 20:40:11','2022-11-10 20:40:11','',0,'https://lavendermatyoga.com/sl-insta-media/i-woke-up-with-a-pit-in-my-stomach-last-night-i-dont-even-know-what-to-say-about-last/',0,'sl-insta-media','',0),(12412,0,'2022-11-10 20:40:10','2022-11-10 20:40:10','','Free yoga? I teach a free class to the public twice a month and tomorrow is the last for June&hellip;','','publish','closed','closed','','free-yoga-i-teach-a-free-class-to-the-public-twice-a-month-and-tomorrow-is-the-last-for-june','','','2022-11-10 20:40:10','2022-11-10 20:40:10','',0,'https://lavendermatyoga.com/sl-insta-media/free-yoga-i-teach-a-free-class-to-the-public-twice-a-month-and-tomorrow-is-the-last-for-june/',0,'sl-insta-media','',0),(12708,0,'2022-11-12 20:48:07','2022-11-12 20:48:07','','H O L I D A Y J O Y// It\'s beginning to smell a lot like Christmas ⛄️🎅🏻 This&hellip;','','publish','closed','closed','','h-o-l-i-d-a-y-j-o-y-its-beginning-to-smell-a-lot-like-christmas-%e2%9b%84%ef%b8%8f%f0%9f%8e%85%f0%9f%8f%bb-this','','','2022-11-12 20:48:07','2022-11-12 20:48:07','',0,'https://lavendermatyoga.com/sl-insta-media/h-o-l-i-d-a-y-j-o-y-its-beginning-to-smell-a-lot-like-christmas-%e2%9b%84%ef%b8%8f%f0%9f%8e%85%f0%9f%8f%bb-this/',0,'sl-insta-media','',0),(12410,0,'2022-11-09 21:23:12','2022-11-09 21:23:12','','Happy International Yoga Day! Interested in exploring your spiritual path through yoga? Then my private program is for you! (We&hellip;','','publish','closed','closed','','happy-international-yoga-day-interested-in-exploring-your-spiritual-path-through-yoga-then-my-private-program-is-for-you-we','','','2022-11-09 21:23:12','2022-11-09 21:23:12','',0,'https://lavendermatyoga.com/sl-insta-media/happy-international-yoga-day-interested-in-exploring-your-spiritual-path-through-yoga-then-my-private-program-is-for-you-we/',0,'sl-insta-media','',0),(12707,0,'2022-11-12 20:48:07','2022-11-12 20:48:07','','L E A R N T O F L Y // Look at the article I found in the airplane&hellip;','','publish','closed','closed','','l-e-a-r-n-t-o-f-l-y-look-at-the-article-i-found-in-the-airplane','','','2022-11-12 20:48:07','2022-11-12 20:48:07','',0,'https://lavendermatyoga.com/sl-insta-media/l-e-a-r-n-t-o-f-l-y-look-at-the-article-i-found-in-the-airplane/',0,'sl-insta-media','',0),(12394,0,'2022-11-09 21:23:05','2022-11-09 21:23:05','','Two words. Crystal Bath ✨🔮☺️🦄','','publish','closed','closed','','two-words-crystal-bath-%e2%9c%a8%f0%9f%94%ae%e2%98%ba%ef%b8%8f%f0%9f%a6%84','','','2022-11-09 21:23:05','2022-11-09 21:23:05','',0,'https://lavendermatyoga.com/sl-insta-media/two-words-crystal-bath-%e2%9c%a8%f0%9f%94%ae%e2%98%ba%ef%b8%8f%f0%9f%a6%84/',0,'sl-insta-media','',0),(12395,0,'2022-11-09 21:23:05','2022-11-09 21:23:05','','Towel in the grass by the pool + 🌞 + my new favorite book by @dianacooperangels + a little sunscreen&hellip;','','publish','closed','closed','','towel-in-the-grass-by-the-pool-%f0%9f%8c%9e-my-new-favorite-book-by-dianacooperangels-a-little-sunscreen','','','2022-11-09 21:23:05','2022-11-09 21:23:05','',0,'https://lavendermatyoga.com/sl-insta-media/towel-in-the-grass-by-the-pool-%f0%9f%8c%9e-my-new-favorite-book-by-dianacooperangels-a-little-sunscreen/',0,'sl-insta-media','',0),(12396,0,'2022-11-09 21:23:06','2022-11-09 21:23:06','','I\'m officially a SUP Yoga Teacher!!✨✨✨ This week was tremendously healing for me, a lot of repressed emotions and self&hellip;','','publish','closed','closed','','im-officially-a-sup-yoga-teacher%e2%9c%a8%e2%9c%a8%e2%9c%a8-this-week-was-tremendously-healing-for-me-a-lot-of-repressed-emotions-and-self','','','2022-11-09 21:23:06','2022-11-09 21:23:06','',0,'https://lavendermatyoga.com/sl-insta-media/im-officially-a-sup-yoga-teacher%e2%9c%a8%e2%9c%a8%e2%9c%a8-this-week-was-tremendously-healing-for-me-a-lot-of-repressed-emotions-and-self/',0,'sl-insta-media','',0),(12397,0,'2022-11-09 21:23:06','2022-11-09 21:23:06','','Beach yoga tonight at 6:30pm! 🐚🐬🐠 Remember I\'m only teaching these lush beachy elemental sessions once a month now! And&hellip;','','publish','closed','closed','','beach-yoga-tonight-at-630pm-%f0%9f%90%9a%f0%9f%90%ac%f0%9f%90%a0-remember-im-only-teaching-these-lush-beachy-elemental-sessions-once-a-month-now-and','','','2022-11-09 21:23:06','2022-11-09 21:23:06','',0,'https://lavendermatyoga.com/sl-insta-media/beach-yoga-tonight-at-630pm-%f0%9f%90%9a%f0%9f%90%ac%f0%9f%90%a0-remember-im-only-teaching-these-lush-beachy-elemental-sessions-once-a-month-now-and/',0,'sl-insta-media','',0),(12398,0,'2022-11-09 21:23:07','2022-11-09 21:23:07','','At one point does it become too many books for one nightstand? 🙈🙈🙈 #booknerd','','publish','closed','closed','','at-one-point-does-it-become-too-many-books-for-one-nightstand-%f0%9f%99%88%f0%9f%99%88%f0%9f%99%88-booknerd','','','2022-11-09 21:23:07','2022-11-09 21:23:07','',0,'https://lavendermatyoga.com/sl-insta-media/at-one-point-does-it-become-too-many-books-for-one-nightstand-%f0%9f%99%88%f0%9f%99%88%f0%9f%99%88-booknerd/',0,'sl-insta-media','',0),(12399,0,'2022-11-09 21:23:07','2022-11-09 21:23:07','','My yoga guru stole my mat! You down dog? 😂😘💋 @roscoe_thegreatdane','','publish','closed','closed','','my-yoga-guru-stole-my-mat-you-down-dog-%f0%9f%98%82%f0%9f%98%98%f0%9f%92%8b-roscoe_thegreatdane','','','2022-11-09 21:23:07','2022-11-09 21:23:07','',0,'https://lavendermatyoga.com/sl-insta-media/my-yoga-guru-stole-my-mat-you-down-dog-%f0%9f%98%82%f0%9f%98%98%f0%9f%92%8b-roscoe_thegreatdane/',0,'sl-insta-media','',0),(12400,0,'2022-11-09 21:23:07','2022-11-09 21:23:07','','Twice a month I teach at Blue Cross to bring free yoga to the public! Come join us tonight at&hellip;','','publish','closed','closed','','twice-a-month-i-teach-at-blue-cross-to-bring-free-yoga-to-the-public-come-join-us-tonight-at','','','2022-11-09 21:23:07','2022-11-09 21:23:07','',0,'https://lavendermatyoga.com/sl-insta-media/twice-a-month-i-teach-at-blue-cross-to-bring-free-yoga-to-the-public-come-join-us-tonight-at/',0,'sl-insta-media','',0),(12401,0,'2022-11-09 21:23:08','2022-11-09 21:23:08','','I just get all giggly and excited when I see people diving into things I have created! It\'s the best&hellip;','','publish','closed','closed','','i-just-get-all-giggly-and-excited-when-i-see-people-diving-into-things-i-have-created-its-the-best','','','2022-11-09 21:23:08','2022-11-09 21:23:08','',0,'https://lavendermatyoga.com/sl-insta-media/i-just-get-all-giggly-and-excited-when-i-see-people-diving-into-things-i-have-created-its-the-best/',0,'sl-insta-media','',0),(12402,0,'2022-11-09 21:23:08','2022-11-09 21:23:08','','Who knew succulents bloomed? Not I! Look at my beauty baby! 🌺🍃🍄','','publish','closed','closed','','who-knew-succulents-bloomed-not-i-look-at-my-beauty-baby-%f0%9f%8c%ba%f0%9f%8d%83%f0%9f%8d%84','','','2022-11-09 21:23:08','2022-11-09 21:23:08','',0,'https://lavendermatyoga.com/sl-insta-media/who-knew-succulents-bloomed-not-i-look-at-my-beauty-baby-%f0%9f%8c%ba%f0%9f%8d%83%f0%9f%8d%84/',0,'sl-insta-media','',0),(12403,0,'2022-11-09 21:23:09','2022-11-09 21:23:09','','Absolutely in love with my new Quartz Crystal wand that I purchased from @the_inspired_spirit for my crystal course with @wherejunipergrows&hellip;','','publish','closed','closed','','absolutely-in-love-with-my-new-quartz-crystal-wand-that-i-purchased-from-the_inspired_spirit-for-my-crystal-course-with-wherejunipergrows','','','2022-11-09 21:23:09','2022-11-09 21:23:09','',0,'https://lavendermatyoga.com/sl-insta-media/absolutely-in-love-with-my-new-quartz-crystal-wand-that-i-purchased-from-the_inspired_spirit-for-my-crystal-course-with-wherejunipergrows/',0,'sl-insta-media','',0),(12404,0,'2022-11-09 21:23:09','2022-11-09 21:23:09','','Come fly with me tomorrow! There is still space for tomorrow Aerial Yoga class at 6:00pm! DM for details on&hellip;','','publish','closed','closed','','come-fly-with-me-tomorrow-there-is-still-space-for-tomorrow-aerial-yoga-class-at-600pm-dm-for-details-on','','','2022-11-09 21:23:09','2022-11-09 21:23:09','',0,'https://lavendermatyoga.com/sl-insta-media/come-fly-with-me-tomorrow-there-is-still-space-for-tomorrow-aerial-yoga-class-at-600pm-dm-for-details-on/',0,'sl-insta-media','',0),(12405,0,'2022-11-09 21:23:10','2022-11-09 21:23:10','','Looking for something to help you unwind tonight? Two Monday\'s a month I teach FREE yoga to help everyone destress&hellip;','','publish','closed','closed','','looking-for-something-to-help-you-unwind-tonight-two-mondays-a-month-i-teach-free-yoga-to-help-everyone-destress','','','2022-11-09 21:23:10','2022-11-09 21:23:10','',0,'https://lavendermatyoga.com/sl-insta-media/looking-for-something-to-help-you-unwind-tonight-two-mondays-a-month-i-teach-free-yoga-to-help-everyone-destress/',0,'sl-insta-media','',0),(12406,0,'2022-11-09 21:23:10','2022-11-09 21:23:10','','Taking this sandy critter to the vet for his annual shots today 🤕 #greatdane #sullivansisland #charlestonsc','','publish','closed','closed','','taking-this-sandy-critter-to-the-vet-for-his-annual-shots-today-%f0%9f%a4%95-greatdane-sullivansisland-charlestonsc','','','2022-11-09 21:23:10','2022-11-09 21:23:10','',0,'https://lavendermatyoga.com/sl-insta-media/taking-this-sandy-critter-to-the-vet-for-his-annual-shots-today-%f0%9f%a4%95-greatdane-sullivansisland-charlestonsc/',0,'sl-insta-media','',0),(12407,0,'2022-11-09 21:23:11','2022-11-09 21:23:11','','Woke up feeling unmotivated and down in the dumps...so I\'m taking a page from my own book, putting of email&hellip;','','publish','closed','closed','','woke-up-feeling-unmotivated-and-down-in-the-dumps-so-im-taking-a-page-from-my-own-book-putting-of-email','','','2022-11-09 21:23:11','2022-11-09 21:23:11','',0,'https://lavendermatyoga.com/sl-insta-media/woke-up-feeling-unmotivated-and-down-in-the-dumps-so-im-taking-a-page-from-my-own-book-putting-of-email/',0,'sl-insta-media','',0),(12408,0,'2022-11-09 21:23:11','2022-11-09 21:23:11','','Beach yoga tonight at 6:30pm on #sullivansisland !! Just a reminder that I will only be teaching three more classes&hellip;','','publish','closed','closed','','beach-yoga-tonight-at-630pm-on-sullivansisland-just-a-reminder-that-i-will-only-be-teaching-three-more-classes','','','2022-11-09 21:23:11','2022-11-09 21:23:11','',0,'https://lavendermatyoga.com/sl-insta-media/beach-yoga-tonight-at-630pm-on-sullivansisland-just-a-reminder-that-i-will-only-be-teaching-three-more-classes/',0,'sl-insta-media','',0),(12409,0,'2022-11-09 21:23:11','2022-11-09 21:23:11','','Have you checked out my article, \"10 Books for Your Self-Love Journey\" over on @happywellmag yet? It\'s a good one&hellip;','','publish','closed','closed','','have-you-checked-out-my-article-10-books-for-your-self-love-journey-over-on-happywellmag-yet-its-a-good-one','','','2022-11-09 21:23:11','2022-11-09 21:23:11','',0,'https://lavendermatyoga.com/sl-insta-media/have-you-checked-out-my-article-10-books-for-your-self-love-journey-over-on-happywellmag-yet-its-a-good-one/',0,'sl-insta-media','',0),(1496,0,'2022-05-11 20:58:48','2022-05-11 20:58:48','','Enjoying this gorgeous sunny Saturday by the pool finishing preparations for my soon to be announced Intuitive Pet Readings/Healings !!&hellip;','','publish','closed','closed','','enjoying-this-gorgeous-sunny-saturday-by-the-pool-finishing-preparations-for-my-soon-to-be-announced-intuitive-pet-readings-healings','','','2022-11-14 15:52:04','2022-11-14 15:52:04','',0,'https://lavendermatyoga.com/sl-insta-media/enjoying-this-gorgeous-sunny-saturday-by-the-pool-finishing-preparations-for-my-soon-to-be-announced-intuitive-pet-readings-healings/',0,'sl-insta-media','',0),(12386,0,'2022-11-09 21:23:02','2022-11-09 21:23:02','','For todays gratitude list (check out my last post to join the gratitude challenge!) #1 was super easy...I\'m so incredibly&hellip;','','publish','closed','closed','','for-todays-gratitude-list-check-out-my-last-post-to-join-the-gratitude-challenge-1-was-super-easy-im-so-incredibly','','','2022-11-09 21:23:02','2022-11-09 21:23:02','',0,'https://lavendermatyoga.com/sl-insta-media/for-todays-gratitude-list-check-out-my-last-post-to-join-the-gratitude-challenge-1-was-super-easy-im-so-incredibly/',0,'sl-insta-media','',0),(12387,0,'2022-11-09 21:23:02','2022-11-09 21:23:02','','Hunkered down at Barnes and Noble (my favorite place on earth) studying for my 500YTT exam with my guy while&hellip;','','publish','closed','closed','','hunkered-down-at-barnes-and-noble-my-favorite-place-on-earth-studying-for-my-500ytt-exam-with-my-guy-while','','','2022-11-09 21:23:02','2022-11-09 21:23:02','',0,'https://lavendermatyoga.com/sl-insta-media/hunkered-down-at-barnes-and-noble-my-favorite-place-on-earth-studying-for-my-500ytt-exam-with-my-guy-while/',0,'sl-insta-media','',0),(12673,0,'2022-11-12 20:29:15','2022-11-12 20:29:15','','Anxiety has plagued me my whole life and through spirituality and yogic practices I have learned how to manage my&hellip;','','publish','closed','closed','','anxiety-has-plagued-me-my-whole-life-and-through-spirituality-and-yogic-practices-i-have-learned-how-to-manage-my','','','2022-11-12 20:29:15','2022-11-12 20:29:15','',0,'https://lavendermatyoga.com/sl-insta-media/anxiety-has-plagued-me-my-whole-life-and-through-spirituality-and-yogic-practices-i-have-learned-how-to-manage-my/',0,'sl-insta-media','',0),(12674,0,'2022-11-12 20:29:15','2022-11-12 20:29:15','','@ansleyalchemy','','publish','closed','closed','','ansleyalchemy','','','2022-11-12 20:29:15','2022-11-12 20:29:15','',0,'https://lavendermatyoga.com/sl-insta-media/ansleyalchemy/',0,'sl-insta-media','',0),(1491,0,'2022-05-11 20:58:46','2022-05-11 20:58:46','','Yoga on the beach on the day of the Rare Hunters Supermoon for FREE? Could it get any better? 🐬🐬🐬&hellip;','','publish','closed','closed','','yoga-on-the-beach-on-the-day-of-the-rare-hunters-supermoon-for-free-could-it-get-any-better-%f0%9f%90%ac%f0%9f%90%ac%f0%9f%90%ac','','','2022-11-14 17:10:53','2022-11-14 17:10:53','',0,'https://lavendermatyoga.com/sl-insta-media/yoga-on-the-beach-on-the-day-of-the-rare-hunters-supermoon-for-free-could-it-get-any-better-%f0%9f%90%ac%f0%9f%90%ac%f0%9f%90%ac/',0,'sl-insta-media','',0),(12669,0,'2022-11-12 20:29:13','2022-11-12 20:29:13','','','','publish','closed','closed','','12669','','','2022-11-12 20:29:13','2022-11-12 20:29:13','',0,'https://lavendermatyoga.com/sl-insta-media/12669/',0,'sl-insta-media','',0),(12670,0,'2022-11-12 20:29:13','2022-11-12 20:29:13','','','','publish','closed','closed','','12670','','','2022-11-12 20:29:13','2022-11-12 20:29:13','',0,'https://lavendermatyoga.com/sl-insta-media/12670/',0,'sl-insta-media','',0),(12671,0,'2022-11-12 20:29:14','2022-11-12 20:29:14','','For those of you who don’t follow my personal account { @madison.baer } I got married last month! @jenyusonphotography','','publish','closed','closed','','for-those-of-you-who-dont-follow-my-personal-account-madison-baer-i-got-married-last-month-jenyusonphotography','','','2022-11-12 20:29:14','2022-11-12 20:29:14','',0,'https://lavendermatyoga.com/sl-insta-media/for-those-of-you-who-dont-follow-my-personal-account-madison-baer-i-got-married-last-month-jenyusonphotography/',0,'sl-insta-media','',0),(12672,0,'2022-11-12 20:29:14','2022-11-12 20:29:14','','Day 3 of my IGTV Breathwork Series is saved in my stories 👆🏻🧘🏼‍♀️🌳🌿🍃','','publish','closed','closed','','day-3-of-my-igtv-breathwork-series-is-saved-in-my-stories-%f0%9f%91%86%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f%f0%9f%8c%b3%f0%9f%8c%bf%f0%9f%8d%83','','','2022-11-12 20:29:14','2022-11-12 20:29:14','',0,'https://lavendermatyoga.com/sl-insta-media/day-3-of-my-igtv-breathwork-series-is-saved-in-my-stories-%f0%9f%91%86%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f%f0%9f%8c%b3%f0%9f%8c%bf%f0%9f%8d%83/',0,'sl-insta-media','',0),(12722,0,'2022-11-12 20:48:14','2022-11-12 20:48:14','','This little bottle is my savior. It gives me confidence and helps me take a chill pill. It\'s perfect for&hellip;','','publish','closed','closed','','this-little-bottle-is-my-savior-it-gives-me-confidence-and-helps-me-take-a-chill-pill-its-perfect-for','','','2022-11-12 20:48:14','2022-11-12 20:48:14','',0,'https://lavendermatyoga.com/sl-insta-media/this-little-bottle-is-my-savior-it-gives-me-confidence-and-helps-me-take-a-chill-pill-its-perfect-for/',0,'sl-insta-media','',0),(12721,0,'2022-11-12 20:48:13','2022-11-12 20:48:13','','I\'m sad to announce that Yoga by the Sea 2015 season has come to an end We will commence in&hellip;','','publish','closed','closed','','im-sad-to-announce-that-yoga-by-the-sea-2015-season-has-come-to-an-end-we-will-commence-in','','','2022-11-12 20:48:13','2022-11-12 20:48:13','',0,'https://lavendermatyoga.com/sl-insta-media/im-sad-to-announce-that-yoga-by-the-sea-2015-season-has-come-to-an-end-we-will-commence-in/',0,'sl-insta-media','',0),(12720,0,'2022-11-12 20:48:13','2022-11-12 20:48:13','','#dreambig','','publish','closed','closed','','dreambig','','','2022-11-12 20:48:13','2022-11-12 20:48:13','',0,'https://lavendermatyoga.com/sl-insta-media/dreambig/',0,'sl-insta-media','',0),(12718,0,'2022-11-12 20:48:12','2022-11-12 20:48:12','','Why do we love? Because our hearts tell us to Because by loving we are taught our purpose, our place&hellip;','','publish','closed','closed','','why-do-we-love-because-our-hearts-tell-us-to-because-by-loving-we-are-taught-our-purpose-our-place','','','2022-11-12 20:48:12','2022-11-12 20:48:12','',0,'https://lavendermatyoga.com/sl-insta-media/why-do-we-love-because-our-hearts-tell-us-to-because-by-loving-we-are-taught-our-purpose-our-place/',0,'sl-insta-media','',0),(12719,0,'2022-11-12 20:48:12','2022-11-12 20:48:12','','This little bottle is amazing to use after a long day of yoga. AromaTouch: #Cypress, #Peppermint , #Marjoram, #Basil ,&hellip;','','publish','closed','closed','','this-little-bottle-is-amazing-to-use-after-a-long-day-of-yoga-aromatouch-cypress-peppermint-marjoram-basil','','','2022-11-12 20:48:12','2022-11-12 20:48:12','',0,'https://lavendermatyoga.com/sl-insta-media/this-little-bottle-is-amazing-to-use-after-a-long-day-of-yoga-aromatouch-cypress-peppermint-marjoram-basil/',0,'sl-insta-media','',0),(12717,0,'2022-11-12 20:48:11','2022-11-12 20:48:11','','Holy cow is this so true for me today. What a wonderful reminder. I\'m sitting, worrying. Worrying that I won\'t&hellip;','','publish','closed','closed','','holy-cow-is-this-so-true-for-me-today-what-a-wonderful-reminder-im-sitting-worrying-worrying-that-i-wont','','','2022-11-12 20:48:11','2022-11-12 20:48:11','',0,'https://lavendermatyoga.com/sl-insta-media/holy-cow-is-this-so-true-for-me-today-what-a-wonderful-reminder-im-sitting-worrying-worrying-that-i-wont/',0,'sl-insta-media','',0),(12715,0,'2022-11-12 20:48:11','2022-11-12 20:48:11','','Tonight I am drawing cards for a group of ladies at a wonderful Spa Night To say I\'m nervous would&hellip;','','publish','closed','closed','','tonight-i-am-drawing-cards-for-a-group-of-ladies-at-a-wonderful-spa-night-to-say-im-nervous-would','','','2022-11-12 20:48:11','2022-11-12 20:48:11','',0,'https://lavendermatyoga.com/sl-insta-media/tonight-i-am-drawing-cards-for-a-group-of-ladies-at-a-wonderful-spa-night-to-say-im-nervous-would/',0,'sl-insta-media','',0),(12716,0,'2022-11-12 20:48:11','2022-11-12 20:48:11','','Peonies O Peonies. How you light up my light 🌟 Peonies are linked to the heart chakra and help send&hellip;','','publish','closed','closed','','peonies-o-peonies-how-you-light-up-my-light-%f0%9f%8c%9f-peonies-are-linked-to-the-heart-chakra-and-help-send','','','2022-11-12 20:48:11','2022-11-12 20:48:11','',0,'https://lavendermatyoga.com/sl-insta-media/peonies-o-peonies-how-you-light-up-my-light-%f0%9f%8c%9f-peonies-are-linked-to-the-heart-chakra-and-help-send/',0,'sl-insta-media','',0),(12713,0,'2022-11-12 20:48:10','2022-11-12 20:48:10','','C E L E B R A T E // In April 2014 I got my toes sandy and started&hellip;','','publish','closed','closed','','c-e-l-e-b-r-a-t-e-in-april-2014-i-got-my-toes-sandy-and-started','','','2022-11-12 20:48:10','2022-11-12 20:48:10','',0,'https://lavendermatyoga.com/sl-insta-media/c-e-l-e-b-r-a-t-e-in-april-2014-i-got-my-toes-sandy-and-started/',0,'sl-insta-media','',0),(12714,0,'2022-11-12 20:48:10','2022-11-12 20:48:10','','Decided to show you guys my collection after having a conversation with @modernmystic_tarot on if it is possible to have&hellip;','','publish','closed','closed','','decided-to-show-you-guys-my-collection-after-having-a-conversation-with-modernmystic_tarot-on-if-it-is-possible-to-have','','','2022-11-12 20:48:10','2022-11-12 20:48:10','',0,'https://lavendermatyoga.com/sl-insta-media/decided-to-show-you-guys-my-collection-after-having-a-conversation-with-modernmystic_tarot-on-if-it-is-possible-to-have/',0,'sl-insta-media','',0),(12712,0,'2022-11-12 20:48:09','2022-11-12 20:48:09','','M E D I T A T I O N // tomorrow I am hosting a free guided meditation to&hellip;','','publish','closed','closed','','m-e-d-i-t-a-t-i-o-n-tomorrow-i-am-hosting-a-free-guided-meditation-to','','','2022-11-12 20:48:09','2022-11-12 20:48:09','',0,'https://lavendermatyoga.com/sl-insta-media/m-e-d-i-t-a-t-i-o-n-tomorrow-i-am-hosting-a-free-guided-meditation-to/',0,'sl-insta-media','',0),(12710,0,'2022-11-12 20:48:08','2022-11-12 20:48:08','','N E W O N T H E B L O G // \"If our society and surroundings differ vastly&hellip;','','publish','closed','closed','','n-e-w-o-n-t-h-e-b-l-o-g-if-our-society-and-surroundings-differ-vastly','','','2022-11-12 20:48:08','2022-11-12 20:48:08','',0,'https://lavendermatyoga.com/sl-insta-media/n-e-w-o-n-t-h-e-b-l-o-g-if-our-society-and-surroundings-differ-vastly/',0,'sl-insta-media','',0),(12711,0,'2022-11-12 20:48:09','2022-11-12 20:48:09','','H E A R T O F S T A R S // my new tarot deck came today!! This&hellip;','','publish','closed','closed','','h-e-a-r-t-o-f-s-t-a-r-s-my-new-tarot-deck-came-today-this','','','2022-11-12 20:48:09','2022-11-12 20:48:09','',0,'https://lavendermatyoga.com/sl-insta-media/h-e-a-r-t-o-f-s-t-a-r-s-my-new-tarot-deck-came-today-this/',0,'sl-insta-media','',0),(12709,0,'2022-11-12 20:48:08','2022-11-12 20:48:08','','A I R P L A N E // reading for Brad earlier today during our flight Some of my&hellip;','','publish','closed','closed','','a-i-r-p-l-a-n-e-reading-for-brad-earlier-today-during-our-flight-some-of-my','','','2022-11-12 20:48:08','2022-11-12 20:48:08','',0,'https://lavendermatyoga.com/sl-insta-media/a-i-r-p-l-a-n-e-reading-for-brad-earlier-today-during-our-flight-some-of-my/',0,'sl-insta-media','',0),(12619,0,'2022-11-10 21:25:07','2022-11-10 21:25:07','','Had my Aura Photo taken today! Thanks @beaminglove 💕💚','','publish','closed','closed','','had-my-aura-photo-taken-today-thanks-beaminglove-%f0%9f%92%95%f0%9f%92%9a','','','2022-11-10 21:25:07','2022-11-10 21:25:07','',0,'https://lavendermatyoga.com/sl-insta-media/had-my-aura-photo-taken-today-thanks-beaminglove-%f0%9f%92%95%f0%9f%92%9a/',0,'sl-insta-media','',0),(12599,0,'2022-11-10 21:18:04','2022-11-10 21:18:04','','I found this epic piece of Citrine at Homegoods for $12 😍😛😳🤓 \"Citrine (yellow quartz) carries the healing properties of&hellip;','','publish','closed','closed','','i-found-this-epic-piece-of-citrine-at-homegoods-for-12-%f0%9f%98%8d%f0%9f%98%9b%f0%9f%98%b3%f0%9f%a4%93-citrine-yellow-quartz-carries-the-healing-properties-of','','','2022-11-10 21:18:04','2022-11-10 21:18:04','',0,'https://lavendermatyoga.com/sl-insta-media/i-found-this-epic-piece-of-citrine-at-homegoods-for-12-%f0%9f%98%8d%f0%9f%98%9b%f0%9f%98%b3%f0%9f%a4%93-citrine-yellow-quartz-carries-the-healing-properties-of/',0,'sl-insta-media','',0),(12584,0,'2022-11-10 21:17:57','2022-11-10 21:17:57','','\"Blue soothes and calms your body &amp; mind, re-vivifying your life forces through it’s oxygen effect. It’s action cools warm&hellip;','','publish','closed','closed','','blue-soothes-and-calms-your-body-mind-re-vivifying-your-life-forces-through-its-oxygen-effect-its-action-cools-warm','','','2022-11-10 21:17:57','2022-11-10 21:17:57','',0,'https://lavendermatyoga.com/sl-insta-media/blue-soothes-and-calms-your-body-mind-re-vivifying-your-life-forces-through-its-oxygen-effect-its-action-cools-warm/',0,'sl-insta-media','',0),(12585,0,'2022-11-10 21:17:58','2022-11-10 21:17:58','','Shake it off, just shake it off 🎶🎵','','publish','closed','closed','','shake-it-off-just-shake-it-off-%f0%9f%8e%b6%f0%9f%8e%b5','','','2022-11-10 21:17:58','2022-11-10 21:17:58','',0,'https://lavendermatyoga.com/sl-insta-media/shake-it-off-just-shake-it-off-%f0%9f%8e%b6%f0%9f%8e%b5/',0,'sl-insta-media','',0),(12586,0,'2022-11-10 21:17:58','2022-11-10 21:17:58','','Only one Amethyst Pleasure Wand left! Head on over to www.madisonrosenberger.com/shop and check it out before they are sold out!&hellip;','','publish','closed','closed','','only-one-amethyst-pleasure-wand-left-head-on-over-to-www-madisonrosenberger-com-shop-and-check-it-out-before-they-are-sold-out','','','2022-11-10 21:17:58','2022-11-10 21:17:58','',0,'https://lavendermatyoga.com/sl-insta-media/only-one-amethyst-pleasure-wand-left-head-on-over-to-www-madisonrosenberger-com-shop-and-check-it-out-before-they-are-sold-out/',0,'sl-insta-media','',0),(12587,0,'2022-11-10 21:17:59','2022-11-10 21:17:59','','My intuitively made Aura Sprays are back in stock! They are handmade with love, Reiki, Archangel energy, essential oils and&hellip;','','publish','closed','closed','','my-intuitively-made-aura-sprays-are-back-in-stock-they-are-handmade-with-love-reiki-archangel-energy-essential-oils-and','','','2022-11-10 21:17:59','2022-11-10 21:17:59','',0,'https://lavendermatyoga.com/sl-insta-media/my-intuitively-made-aura-sprays-are-back-in-stock-they-are-handmade-with-love-reiki-archangel-energy-essential-oils-and/',0,'sl-insta-media','',0),(12588,0,'2022-11-10 21:17:59','2022-11-10 21:17:59','','🎵✨🎶🙏🏻','','publish','closed','closed','','%f0%9f%8e%b5%e2%9c%a8%f0%9f%8e%b6%f0%9f%99%8f%f0%9f%8f%bb','','','2022-11-10 21:17:59','2022-11-10 21:17:59','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%8e%b5%e2%9c%a8%f0%9f%8e%b6%f0%9f%99%8f%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12589,0,'2022-11-10 21:17:59','2022-11-10 21:17:59','','The black obsidian yoni egg is on sale for $38 today!! ✨✨✨ By far my absolute favorite yoni egg 👌🏻&hellip;','','publish','closed','closed','','the-black-obsidian-yoni-egg-is-on-sale-for-38-today-%e2%9c%a8%e2%9c%a8%e2%9c%a8-by-far-my-absolute-favorite-yoni-egg-%f0%9f%91%8c%f0%9f%8f%bb','','','2022-11-10 21:17:59','2022-11-10 21:17:59','',0,'https://lavendermatyoga.com/sl-insta-media/the-black-obsidian-yoni-egg-is-on-sale-for-38-today-%e2%9c%a8%e2%9c%a8%e2%9c%a8-by-far-my-absolute-favorite-yoni-egg-%f0%9f%91%8c%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12590,0,'2022-11-10 21:18:00','2022-11-10 21:18:00','','Playing some catch up on my current course, Family Herbalist 😊','','publish','closed','closed','','playing-some-catch-up-on-my-current-course-family-herbalist-%f0%9f%98%8a','','','2022-11-10 21:18:00','2022-11-10 21:18:00','',0,'https://lavendermatyoga.com/sl-insta-media/playing-some-catch-up-on-my-current-course-family-herbalist-%f0%9f%98%8a/',0,'sl-insta-media','',0),(12591,0,'2022-11-10 21:18:00','2022-11-10 21:18:00','','Pool + sun + friends + dragonfruit = 😊👌🏻','','publish','closed','closed','','pool-sun-friends-dragonfruit-%f0%9f%98%8a%f0%9f%91%8c%f0%9f%8f%bb','','','2022-11-10 21:18:00','2022-11-10 21:18:00','',0,'https://lavendermatyoga.com/sl-insta-media/pool-sun-friends-dragonfruit-%f0%9f%98%8a%f0%9f%91%8c%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12592,0,'2022-11-10 21:18:01','2022-11-10 21:18:01','','I finally took the plunge and purchased my own yoga hammock 😍😍😍 ✨✨✨✨✨✨✨ . . . . . . .&hellip;','','publish','closed','closed','','i-finally-took-the-plunge-and-purchased-my-own-yoga-hammock-%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98%8d-%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8','','','2022-11-10 21:18:01','2022-11-10 21:18:01','',0,'https://lavendermatyoga.com/sl-insta-media/i-finally-took-the-plunge-and-purchased-my-own-yoga-hammock-%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98%8d-%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8/',0,'sl-insta-media','',0),(12593,0,'2022-11-10 21:18:01','2022-11-10 21:18:01','','Sound Therapy 🎵🎶','','publish','closed','closed','','sound-therapy-%f0%9f%8e%b5%f0%9f%8e%b6','','','2022-11-10 21:18:01','2022-11-10 21:18:01','',0,'https://lavendermatyoga.com/sl-insta-media/sound-therapy-%f0%9f%8e%b5%f0%9f%8e%b6/',0,'sl-insta-media','',0),(12594,0,'2022-11-10 21:18:01','2022-11-10 21:18:01','','LIME COLOR THERAPY ✨✨✨ \"INTERNAL USE Lime is like the cable from your computer to your printer; it carries your&hellip;','','publish','closed','closed','','lime-color-therapy-%e2%9c%a8%e2%9c%a8%e2%9c%a8-internal-use-lime-is-like-the-cable-from-your-computer-to-your-printer-it-carries-your','','','2022-11-10 21:18:01','2022-11-10 21:18:01','',0,'https://lavendermatyoga.com/sl-insta-media/lime-color-therapy-%e2%9c%a8%e2%9c%a8%e2%9c%a8-internal-use-lime-is-like-the-cable-from-your-computer-to-your-printer-it-carries-your/',0,'sl-insta-media','',0),(12595,0,'2022-11-10 21:18:02','2022-11-10 21:18:02','','This past week I was working with the color yellow to bring confidence and ease my anxiety 🌞🌞🌞🌞 \"Yellow is&hellip;','','publish','closed','closed','','this-past-week-i-was-working-with-the-color-yellow-to-bring-confidence-and-ease-my-anxiety-%f0%9f%8c%9e%f0%9f%8c%9e%f0%9f%8c%9e%f0%9f%8c%9e-yellow-is','','','2022-11-10 21:18:02','2022-11-10 21:18:02','',0,'https://lavendermatyoga.com/sl-insta-media/this-past-week-i-was-working-with-the-color-yellow-to-bring-confidence-and-ease-my-anxiety-%f0%9f%8c%9e%f0%9f%8c%9e%f0%9f%8c%9e%f0%9f%8c%9e-yellow-is/',0,'sl-insta-media','',0),(12596,0,'2022-11-10 21:18:02','2022-11-10 21:18:02','','Rainbow moonstone and rose petal leggings 💕🙌🏻✨','','publish','closed','closed','','rainbow-moonstone-and-rose-petal-leggings-%f0%9f%92%95%f0%9f%99%8c%f0%9f%8f%bb%e2%9c%a8','','','2022-11-10 21:18:02','2022-11-10 21:18:02','',0,'https://lavendermatyoga.com/sl-insta-media/rainbow-moonstone-and-rose-petal-leggings-%f0%9f%92%95%f0%9f%99%8c%f0%9f%8f%bb%e2%9c%a8/',0,'sl-insta-media','',0),(12597,0,'2022-11-10 21:18:03','2022-11-10 21:18:03','','FREE YOGA CLASS - Join me today for some Intuitive healing ALL LEVELS yoga at Blue Cross Blue Shield in&hellip;','','publish','closed','closed','','free-yoga-class-join-me-today-for-some-intuitive-healing-all-levels-yoga-at-blue-cross-blue-shield-in','','','2022-11-10 21:18:03','2022-11-10 21:18:03','',0,'https://lavendermatyoga.com/sl-insta-media/free-yoga-class-join-me-today-for-some-intuitive-healing-all-levels-yoga-at-blue-cross-blue-shield-in/',0,'sl-insta-media','',0),(12598,0,'2022-11-10 21:18:03','2022-11-10 21:18:03','','✨ANNOUNCEMENT✨ Yoni crystals are now for sale through my online shop! Check out my latest blog post (www.madisonrosenberger.com/unlock-the-power-of-your-yoni) to read&hellip;','','publish','closed','closed','','%e2%9c%a8announcement%e2%9c%a8-yoni-crystals-are-now-for-sale-through-my-online-shop-check-out-my-latest-blog-post-www-madisonrosenberger-com-unlock-the-power-of-your-yoni-to-read','','','2022-11-10 21:18:03','2022-11-10 21:18:03','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8announcement%e2%9c%a8-yoni-crystals-are-now-for-sale-through-my-online-shop-check-out-my-latest-blog-post-www-madisonrosenberger-com-unlock-the-power-of-your-yoni-to-read/',0,'sl-insta-media','',0),(12648,0,'2022-11-11 20:31:05','2022-11-11 20:31:05','','🫁breathe better and I promise you’ll live better 🫁 🤸‍♀️Starting Feb 1st I will be teaching 28 days of breathwork&hellip;','','publish','closed','closed','','%f0%9f%ab%81breathe-better-and-i-promise-youll-live-better-%f0%9f%ab%81-%f0%9f%a4%b8%e2%99%80%ef%b8%8fstarting-feb-1st-i-will-be-teaching-28-days-of-breathwork','','','2022-11-11 20:31:05','2022-11-11 20:31:05','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%ab%81breathe-better-and-i-promise-youll-live-better-%f0%9f%ab%81-%f0%9f%a4%b8%e2%99%80%ef%b8%8fstarting-feb-1st-i-will-be-teaching-28-days-of-breathwork/',0,'sl-insta-media','',0),(12649,0,'2022-11-11 20:31:06','2022-11-11 20:31:06','','Ladies (both single and taken) this is the way to treat yourself this Valentine’s Day! Three of my favorite items&hellip;','','publish','closed','closed','','ladies-both-single-and-taken-this-is-the-way-to-treat-yourself-this-valentines-day-three-of-my-favorite-items','','','2022-11-11 20:31:06','2022-11-11 20:31:06','',0,'https://lavendermatyoga.com/sl-insta-media/ladies-both-single-and-taken-this-is-the-way-to-treat-yourself-this-valentines-day-three-of-my-favorite-items/',0,'sl-insta-media','',0),(12617,0,'2022-11-10 21:25:06','2022-11-10 21:25:06','','Card Draw! I haven\'t done this in so so long! Close your eyes and take 5 deep breaths, upon opening&hellip;','','publish','closed','closed','','card-draw-i-havent-done-this-in-so-so-long-close-your-eyes-and-take-5-deep-breaths-upon-opening','','','2022-11-10 21:25:06','2022-11-10 21:25:06','',0,'https://lavendermatyoga.com/sl-insta-media/card-draw-i-havent-done-this-in-so-so-long-close-your-eyes-and-take-5-deep-breaths-upon-opening/',0,'sl-insta-media','',0),(12618,0,'2022-11-10 21:25:06','2022-11-10 21:25:06','','What a powerful night, last night. Yesterday was the 5th workshop in the Ascension Recalibration series! Yin Yoga, Sacred Flames,&hellip;','','publish','closed','closed','','what-a-powerful-night-last-night-yesterday-was-the-5th-workshop-in-the-ascension-recalibration-series-yin-yoga-sacred-flames','','','2022-11-10 21:25:06','2022-11-10 21:25:06','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-powerful-night-last-night-yesterday-was-the-5th-workshop-in-the-ascension-recalibration-series-yin-yoga-sacred-flames/',0,'sl-insta-media','',0),(12600,0,'2022-11-10 21:18:04','2022-11-10 21:18:04','','Reason #589 why I love my new carpet: I can foam roll for days!! #ilovemyfoamroller #foamroller','','publish','closed','closed','','reason-589-why-i-love-my-new-carpet-i-can-foam-roll-for-days-ilovemyfoamroller-foamroller','','','2022-11-10 21:18:04','2022-11-10 21:18:04','',0,'https://lavendermatyoga.com/sl-insta-media/reason-589-why-i-love-my-new-carpet-i-can-foam-roll-for-days-ilovemyfoamroller-foamroller/',0,'sl-insta-media','',0),(12601,0,'2022-11-10 21:24:58','2022-11-10 21:24:58','','Spend the eve of my Sunday restocking my handmade Aura Sprays! Intuitively blended sprays made with essential oils, gem essences,&hellip;','','publish','closed','closed','','spend-the-eve-of-my-sunday-restocking-my-handmade-aura-sprays-intuitively-blended-sprays-made-with-essential-oils-gem-essences','','','2022-11-10 21:24:58','2022-11-10 21:24:58','',0,'https://lavendermatyoga.com/sl-insta-media/spend-the-eve-of-my-sunday-restocking-my-handmade-aura-sprays-intuitively-blended-sprays-made-with-essential-oils-gem-essences/',0,'sl-insta-media','',0),(12602,0,'2022-11-10 21:24:59','2022-11-10 21:24:59','','Watering my air plant babies ☺️💚','','publish','closed','closed','','watering-my-air-plant-babies-%e2%98%ba%ef%b8%8f%f0%9f%92%9a','','','2022-11-10 21:24:59','2022-11-10 21:24:59','',0,'https://lavendermatyoga.com/sl-insta-media/watering-my-air-plant-babies-%e2%98%ba%ef%b8%8f%f0%9f%92%9a/',0,'sl-insta-media','',0),(12603,0,'2022-11-10 21:24:59','2022-11-10 21:24:59','','Coming back to the divine Connected and Free Deck by @innerhue 🙏🏻💕','','publish','closed','closed','','coming-back-to-the-divine-connected-and-free-deck-by-innerhue-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95','','','2022-11-10 21:24:59','2022-11-10 21:24:59','',0,'https://lavendermatyoga.com/sl-insta-media/coming-back-to-the-divine-connected-and-free-deck-by-innerhue-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95/',0,'sl-insta-media','',0),(12604,0,'2022-11-10 21:25:00','2022-11-10 21:25:00','','Diving deep with @flora_corona Color Light Repertory. Color is key to living a life of dimension and growth. The healing&hellip;','','publish','closed','closed','','diving-deep-with-flora_corona-color-light-repertory-color-is-key-to-living-a-life-of-dimension-and-growth-the-healing','','','2022-11-10 21:25:00','2022-11-10 21:25:00','',0,'https://lavendermatyoga.com/sl-insta-media/diving-deep-with-flora_corona-color-light-repertory-color-is-key-to-living-a-life-of-dimension-and-growth-the-healing/',0,'sl-insta-media','',0),(12605,0,'2022-11-10 21:25:00','2022-11-10 21:25:00','','I have some very sad news to share with you all. Beach Yoga as officially come to an end. I&hellip;','','publish','closed','closed','','i-have-some-very-sad-news-to-share-with-you-all-beach-yoga-as-officially-come-to-an-end-i','','','2022-11-10 21:25:00','2022-11-10 21:25:00','',0,'https://lavendermatyoga.com/sl-insta-media/i-have-some-very-sad-news-to-share-with-you-all-beach-yoga-as-officially-come-to-an-end-i/',0,'sl-insta-media','',0),(12606,0,'2022-11-10 21:25:00','2022-11-10 21:25:00','','Tea Time is that one time a week when i hop on FB Live to chat with you! What\'s more&hellip;','','publish','closed','closed','','tea-time-is-that-one-time-a-week-when-i-hop-on-fb-live-to-chat-with-you-whats-more','','','2022-11-10 21:25:00','2022-11-10 21:25:00','',0,'https://lavendermatyoga.com/sl-insta-media/tea-time-is-that-one-time-a-week-when-i-hop-on-fb-live-to-chat-with-you-whats-more/',0,'sl-insta-media','',0),(12607,0,'2022-11-10 21:25:01','2022-11-10 21:25:01','','May\'s Sunset Beach Yoga is this Friday at 6:30pm on Sullivan\'s! Pre-registration is required at least 24 hours prior, don\'t&hellip;','','publish','closed','closed','','mays-sunset-beach-yoga-is-this-friday-at-630pm-on-sullivans-pre-registration-is-required-at-least-24-hours-prior-dont','','','2022-11-10 21:25:01','2022-11-10 21:25:01','',0,'https://lavendermatyoga.com/sl-insta-media/mays-sunset-beach-yoga-is-this-friday-at-630pm-on-sullivans-pre-registration-is-required-at-least-24-hours-prior-dont/',0,'sl-insta-media','',0),(12608,0,'2022-11-10 21:25:01','2022-11-10 21:25:01','','How mesmerizing? #nofilter So excited to now be incorporating Aura Soma into my daily practice 🙏🏻 This is the Egyptian&hellip;','','publish','closed','closed','','how-mesmerizing-nofilter-so-excited-to-now-be-incorporating-aura-soma-into-my-daily-practice-%f0%9f%99%8f%f0%9f%8f%bb-this-is-the-egyptian','','','2022-11-10 21:25:01','2022-11-10 21:25:01','',0,'https://lavendermatyoga.com/sl-insta-media/how-mesmerizing-nofilter-so-excited-to-now-be-incorporating-aura-soma-into-my-daily-practice-%f0%9f%99%8f%f0%9f%8f%bb-this-is-the-egyptian/',0,'sl-insta-media','',0),(12609,0,'2022-11-10 21:25:01','2022-11-10 21:25:01','','I have neglected my handstand practice for a long while and I thought that today was the best day to&hellip;','','publish','closed','closed','','i-have-neglected-my-handstand-practice-for-a-long-while-and-i-thought-that-today-was-the-best-day-to','','','2022-11-10 21:25:01','2022-11-10 21:25:01','',0,'https://lavendermatyoga.com/sl-insta-media/i-have-neglected-my-handstand-practice-for-a-long-while-and-i-thought-that-today-was-the-best-day-to/',0,'sl-insta-media','',0),(12610,0,'2022-11-10 21:25:02','2022-11-10 21:25:02','','Always stealing my mat 😂💕 @roscoe_thegreatdane','','publish','closed','closed','','always-stealing-my-mat-%f0%9f%98%82%f0%9f%92%95-roscoe_thegreatdane','','','2022-11-10 21:25:02','2022-11-10 21:25:02','',0,'https://lavendermatyoga.com/sl-insta-media/always-stealing-my-mat-%f0%9f%98%82%f0%9f%92%95-roscoe_thegreatdane/',0,'sl-insta-media','',0),(12611,0,'2022-11-10 21:25:02','2022-11-10 21:25:02','','Thursday I will be launching my 30 Days to Meditation course and in celebration of my birthday I will be&hellip;','','publish','closed','closed','','thursday-i-will-be-launching-my-30-days-to-meditation-course-and-in-celebration-of-my-birthday-i-will-be','','','2022-11-10 21:25:02','2022-11-10 21:25:02','',0,'https://lavendermatyoga.com/sl-insta-media/thursday-i-will-be-launching-my-30-days-to-meditation-course-and-in-celebration-of-my-birthday-i-will-be/',0,'sl-insta-media','',0),(12612,0,'2022-11-10 21:25:03','2022-11-10 21:25:03','','Come get your yoga on with me tonight at my FREE class! Class starts at 6pm at Blue Cross Blue&hellip;','','publish','closed','closed','','come-get-your-yoga-on-with-me-tonight-at-my-free-class-class-starts-at-6pm-at-blue-cross-blue','','','2022-11-10 21:25:03','2022-11-10 21:25:03','',0,'https://lavendermatyoga.com/sl-insta-media/come-get-your-yoga-on-with-me-tonight-at-my-free-class-class-starts-at-6pm-at-blue-cross-blue/',0,'sl-insta-media','',0),(12613,0,'2022-11-10 21:25:04','2022-11-10 21:25:04','','For the past two years I have released or launched something on my birthday. 💗💗💗 Two years ago it was&hellip;','','publish','closed','closed','','for-the-past-two-years-i-have-released-or-launched-something-on-my-birthday-%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97-two-years-ago-it-was','','','2022-11-10 21:25:04','2022-11-10 21:25:04','',0,'https://lavendermatyoga.com/sl-insta-media/for-the-past-two-years-i-have-released-or-launched-something-on-my-birthday-%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97-two-years-ago-it-was/',0,'sl-insta-media','',0),(12614,0,'2022-11-10 21:25:04','2022-11-10 21:25:04','','Sending healing vibes to my thyroid today, I have an extensive history of Hashimoto\'s disease in my family and today&hellip;','','publish','closed','closed','','sending-healing-vibes-to-my-thyroid-today-i-have-an-extensive-history-of-hashimotos-disease-in-my-family-and-today','','','2022-11-10 21:25:04','2022-11-10 21:25:04','',0,'https://lavendermatyoga.com/sl-insta-media/sending-healing-vibes-to-my-thyroid-today-i-have-an-extensive-history-of-hashimotos-disease-in-my-family-and-today/',0,'sl-insta-media','',0),(12615,0,'2022-11-10 21:25:05','2022-11-10 21:25:05','','A bunch of roses to brighten your Monday morning✨ \"Don\'t worry be happy\"','','publish','closed','closed','','a-bunch-of-roses-to-brighten-your-monday-morning%e2%9c%a8-dont-worry-be-happy','','','2022-11-10 21:25:05','2022-11-10 21:25:05','',0,'https://lavendermatyoga.com/sl-insta-media/a-bunch-of-roses-to-brighten-your-monday-morning%e2%9c%a8-dont-worry-be-happy/',0,'sl-insta-media','',0),(12616,0,'2022-11-10 21:25:05','2022-11-10 21:25:05','','Yesterday I posted a photo of three cards face down (if you haven\'t intuitively selected one go back two posts&hellip;','','publish','closed','closed','','yesterday-i-posted-a-photo-of-three-cards-face-down-if-you-havent-intuitively-selected-one-go-back-two-posts','','','2022-11-10 21:25:05','2022-11-10 21:25:05','',0,'https://lavendermatyoga.com/sl-insta-media/yesterday-i-posted-a-photo-of-three-cards-face-down-if-you-havent-intuitively-selected-one-go-back-two-posts/',0,'sl-insta-media','',0),(1439,0,'2022-05-11 20:58:00','2022-05-11 20:58:00','','What a powerful night for the Ascension Recalibration series. I can\'t believe that next week is the LAST workshop of&hellip;','','publish','closed','closed','','what-a-powerful-night-for-the-ascension-recalibration-series-i-cant-believe-that-next-week-is-the-last-workshop-of','','','2022-11-14 15:07:13','2022-11-14 15:07:13','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-powerful-night-for-the-ascension-recalibration-series-i-cant-believe-that-next-week-is-the-last-workshop-of/',0,'sl-insta-media','',0),(12572,0,'2022-11-10 21:17:53','2022-11-10 21:17:53','','Treat yourself #spiritualselfcare #flowertherapy #flowerobsessed','','publish','closed','closed','','treat-yourself-spiritualselfcare-flowertherapy-flowerobsessed','','','2022-11-10 21:17:53','2022-11-10 21:17:53','',0,'https://lavendermatyoga.com/sl-insta-media/treat-yourself-spiritualselfcare-flowertherapy-flowerobsessed/',0,'sl-insta-media','',0),(12570,0,'2022-11-10 21:17:52','2022-11-10 21:17:52','','Yesterday I had my first Float experience! And all I can say is Wow! Complete sensory deprivation, 10 inches of&hellip;','','publish','closed','closed','','yesterday-i-had-my-first-float-experience-and-all-i-can-say-is-wow-complete-sensory-deprivation-10-inches-of','','','2022-11-10 21:17:52','2022-11-10 21:17:52','',0,'https://lavendermatyoga.com/sl-insta-media/yesterday-i-had-my-first-float-experience-and-all-i-can-say-is-wow-complete-sensory-deprivation-10-inches-of/',0,'sl-insta-media','',0),(12571,0,'2022-11-10 21:17:52','2022-11-10 21:17:52','','I\'m so grateful I got to witness this beauty and thrilled to be living in the path of totality. I&hellip;','','publish','closed','closed','','im-so-grateful-i-got-to-witness-this-beauty-and-thrilled-to-be-living-in-the-path-of-totality-i','','','2022-11-10 21:17:52','2022-11-10 21:17:52','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-grateful-i-got-to-witness-this-beauty-and-thrilled-to-be-living-in-the-path-of-totality-i/',0,'sl-insta-media','',0),(12329,0,'2022-11-08 21:22:42','2022-11-08 21:22:42','','I am so excited to announce my acceptance into the Amazon Influencer Program! https://www.amazon.com/shop/madisonrosenberger (Link in my bio 👆🏻) 💗💗💗💗&hellip;','','publish','closed','closed','','i-am-so-excited-to-announce-my-acceptance-into-the-amazon-influencer-program-https-www-amazon-com-shop-madisonrosenberger-link-in-my-bio-%f0%9f%91%86%f0%9f%8f%bb-%f0%9f%92%97%f0%9f%92%97','','','2022-11-08 21:22:42','2022-11-08 21:22:42','',0,'https://lavendermatyoga.com/sl-insta-media/i-am-so-excited-to-announce-my-acceptance-into-the-amazon-influencer-program-https-www-amazon-com-shop-madisonrosenberger-link-in-my-bio-%f0%9f%91%86%f0%9f%8f%bb-%f0%9f%92%97%f0%9f%92%97/',0,'sl-insta-media','',0),(12326,0,'2022-11-08 21:22:41','2022-11-08 21:22:41','','Step out of the circle of time and into the circle of love. –Rumi','','publish','closed','closed','','step-out-of-the-circle-of-time-and-into-the-circle-of-love-rumi','','','2022-11-08 21:22:41','2022-11-08 21:22:41','',0,'https://lavendermatyoga.com/sl-insta-media/step-out-of-the-circle-of-time-and-into-the-circle-of-love-rumi/',0,'sl-insta-media','',0),(12327,0,'2022-11-08 21:22:41','2022-11-08 21:22:41','','Ever since moving back to Charlotte @vivarawlife has been my go to place for cold pressed juices and raw foods.&hellip;','','publish','closed','closed','','ever-since-moving-back-to-charlotte-vivarawlife-has-been-my-go-to-place-for-cold-pressed-juices-and-raw-foods','','','2022-11-08 21:22:41','2022-11-08 21:22:41','',0,'https://lavendermatyoga.com/sl-insta-media/ever-since-moving-back-to-charlotte-vivarawlife-has-been-my-go-to-place-for-cold-pressed-juices-and-raw-foods/',0,'sl-insta-media','',0),(12328,0,'2022-11-08 21:22:42','2022-11-08 21:22:42','','Today is the last day for early bird pricing of $11 on this Thursdays Yoga in the Park Class! After&hellip;','','publish','closed','closed','','today-is-the-last-day-for-early-bird-pricing-of-11-on-this-thursdays-yoga-in-the-park-class-after','','','2022-11-08 21:22:42','2022-11-08 21:22:42','',0,'https://lavendermatyoga.com/sl-insta-media/today-is-the-last-day-for-early-bird-pricing-of-11-on-this-thursdays-yoga-in-the-park-class-after/',0,'sl-insta-media','',0),(1434,0,'2022-05-11 20:57:00','2022-05-11 20:57:00','','My Yoni Crystals are so happy after sitting out in the juicy Flower Full Moonlight, all charged up and ready&hellip;','','publish','closed','closed','','my-yoni-crystals-are-so-happy-after-sitting-out-in-the-juicy-flower-full-moonlight-all-charged-up-and-ready','','','2022-11-14 17:08:11','2022-11-14 17:08:11','',0,'https://lavendermatyoga.com/sl-insta-media/my-yoni-crystals-are-so-happy-after-sitting-out-in-the-juicy-flower-full-moonlight-all-charged-up-and-ready/',0,'sl-insta-media','',0),(12366,0,'2022-11-09 21:22:53','2022-11-09 21:22:53','','I\'ve got the best study buddy in the world 😍 ✨✨✨ As I mentioned in my past few announcements I&hellip;','','publish','closed','closed','','ive-got-the-best-study-buddy-in-the-world-%f0%9f%98%8d-%e2%9c%a8%e2%9c%a8%e2%9c%a8-as-i-mentioned-in-my-past-few-announcements-i','','','2022-11-09 21:22:53','2022-11-09 21:22:53','',0,'https://lavendermatyoga.com/sl-insta-media/ive-got-the-best-study-buddy-in-the-world-%f0%9f%98%8d-%e2%9c%a8%e2%9c%a8%e2%9c%a8-as-i-mentioned-in-my-past-few-announcements-i/',0,'sl-insta-media','',0),(12367,0,'2022-11-09 21:22:53','2022-11-09 21:22:53','','Soaking up these yummy clearing vibes courtesy of @kateholderness \'s gorgeous Salt Lamp 🙏🏻😍','','publish','closed','closed','','soaking-up-these-yummy-clearing-vibes-courtesy-of-kateholderness-s-gorgeous-salt-lamp-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%98%8d','','','2022-11-09 21:22:53','2022-11-09 21:22:53','',0,'https://lavendermatyoga.com/sl-insta-media/soaking-up-these-yummy-clearing-vibes-courtesy-of-kateholderness-s-gorgeous-salt-lamp-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%98%8d/',0,'sl-insta-media','',0),(12573,0,'2022-11-10 21:17:53','2022-11-10 21:17:53','','One of my favorite ways to rebalance my energy! By doing this you are creating a circuit of healing energy&hellip;','','publish','closed','closed','','one-of-my-favorite-ways-to-rebalance-my-energy-by-doing-this-you-are-creating-a-circuit-of-healing-energy','','','2022-11-10 21:17:53','2022-11-10 21:17:53','',0,'https://lavendermatyoga.com/sl-insta-media/one-of-my-favorite-ways-to-rebalance-my-energy-by-doing-this-you-are-creating-a-circuit-of-healing-energy/',0,'sl-insta-media','',0),(1429,0,'2022-05-11 20:56:58','2022-05-11 20:56:58','','My first time out on the board since my training in August! #supyoga','','publish','closed','closed','','my-first-time-out-on-the-board-since-my-training-in-august-supyoga','','','2022-11-14 15:07:12','2022-11-14 15:07:12','',0,'https://lavendermatyoga.com/sl-insta-media/my-first-time-out-on-the-board-since-my-training-in-august-supyoga/',0,'sl-insta-media','',0),(12574,0,'2022-11-10 21:17:53','2022-11-10 21:17:53','','In honor of this goddess\' 30th birthday the Rose Quartz pleasure Wand is on sale! ✨✨✨ Navigate to my web&hellip;','','publish','closed','closed','','in-honor-of-this-goddess-30th-birthday-the-rose-quartz-pleasure-wand-is-on-sale-%e2%9c%a8%e2%9c%a8%e2%9c%a8-navigate-to-my-web','','','2022-11-10 21:17:53','2022-11-10 21:17:53','',0,'https://lavendermatyoga.com/sl-insta-media/in-honor-of-this-goddess-30th-birthday-the-rose-quartz-pleasure-wand-is-on-sale-%e2%9c%a8%e2%9c%a8%e2%9c%a8-navigate-to-my-web/',0,'sl-insta-media','',0),(12575,0,'2022-11-10 21:17:54','2022-11-10 21:17:54','','Charging up a special Abundance Blend I made 💰💸💰💵','','publish','closed','closed','','charging-up-a-special-abundance-blend-i-made-%f0%9f%92%b0%f0%9f%92%b8%f0%9f%92%b0%f0%9f%92%b5','','','2022-11-10 21:17:54','2022-11-10 21:17:54','',0,'https://lavendermatyoga.com/sl-insta-media/charging-up-a-special-abundance-blend-i-made-%f0%9f%92%b0%f0%9f%92%b8%f0%9f%92%b0%f0%9f%92%b5/',0,'sl-insta-media','',0),(12576,0,'2022-11-10 21:17:54','2022-11-10 21:17:54','','You may have heard of the new hip trend, Turmeric Lattes, well this warm scrumptious drink is not \"new\" by&hellip;','','publish','closed','closed','','you-may-have-heard-of-the-new-hip-trend-turmeric-lattes-well-this-warm-scrumptious-drink-is-not-new-by','','','2022-11-10 21:17:54','2022-11-10 21:17:54','',0,'https://lavendermatyoga.com/sl-insta-media/you-may-have-heard-of-the-new-hip-trend-turmeric-lattes-well-this-warm-scrumptious-drink-is-not-new-by/',0,'sl-insta-media','',0),(12577,0,'2022-11-10 21:17:54','2022-11-10 21:17:54','','\"Finally bought myself this precious piece, a rose-quartz self-pleasure wand. Women are so often given strict guidelines on how we&hellip;','','publish','closed','closed','','finally-bought-myself-this-precious-piece-a-rose-quartz-self-pleasure-wand-women-are-so-often-given-strict-guidelines-on-how-we','','','2022-11-10 21:17:54','2022-11-10 21:17:54','',0,'https://lavendermatyoga.com/sl-insta-media/finally-bought-myself-this-precious-piece-a-rose-quartz-self-pleasure-wand-women-are-so-often-given-strict-guidelines-on-how-we/',0,'sl-insta-media','',0),(12578,0,'2022-11-10 21:17:55','2022-11-10 21:17:55','','I teach FREE yoga classes three times a month at Blue Cross Blue Shield in Mt.Pleasant Towne Center ✨✨✨ This&hellip;','','publish','closed','closed','','i-teach-free-yoga-classes-three-times-a-month-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-%e2%9c%a8%e2%9c%a8%e2%9c%a8-this','','','2022-11-10 21:17:55','2022-11-10 21:17:55','',0,'https://lavendermatyoga.com/sl-insta-media/i-teach-free-yoga-classes-three-times-a-month-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-%e2%9c%a8%e2%9c%a8%e2%9c%a8-this/',0,'sl-insta-media','',0),(12579,0,'2022-11-10 21:17:55','2022-11-10 21:17:55','','\"Indigo opens your mind to imaginations, inspirations and intuitions. Like the consciousness of Whales, it helps you to see holographically&hellip;','','publish','closed','closed','','indigo-opens-your-mind-to-imaginations-inspirations-and-intuitions-like-the-consciousness-of-whales-it-helps-you-to-see-holographically','','','2022-11-10 21:17:55','2022-11-10 21:17:55','',0,'https://lavendermatyoga.com/sl-insta-media/indigo-opens-your-mind-to-imaginations-inspirations-and-intuitions-like-the-consciousness-of-whales-it-helps-you-to-see-holographically/',0,'sl-insta-media','',0),(12580,0,'2022-11-10 21:17:56','2022-11-10 21:17:56','','We did it! ✨✨✨✨ Officially Usui Holy Fire Reiki Masters 🙌🏻🙌🏻','','publish','closed','closed','','we-did-it-%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8-officially-usui-holy-fire-reiki-masters-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb','','','2022-11-10 21:17:56','2022-11-10 21:17:56','',0,'https://lavendermatyoga.com/sl-insta-media/we-did-it-%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8-officially-usui-holy-fire-reiki-masters-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb/',0,'sl-insta-media','',0),(1419,0,'2022-05-11 20:56:53','2022-05-11 20:56:53','','Hey everyone! I\'m diving into Salt and it\'s ritualistic/protective/healing properties. I\'m trying to get my hands on as much research&hellip;','','publish','closed','closed','','hey-everyone-im-diving-into-salt-and-its-ritualistic-protective-healing-properties-im-trying-to-get-my-hands-on-as-much-research','','','2022-11-14 16:58:01','2022-11-14 16:58:01','',0,'https://lavendermatyoga.com/sl-insta-media/hey-everyone-im-diving-into-salt-and-its-ritualistic-protective-healing-properties-im-trying-to-get-my-hands-on-as-much-research/',0,'sl-insta-media','',0),(12581,0,'2022-11-10 21:17:56','2022-11-10 21:17:56','','On Saturday I\'m embarking on completing my Usui Holy Fire Reiki Master Training!! ✨✨but this training is not like the&hellip;','','publish','closed','closed','','on-saturday-im-embarking-on-completing-my-usui-holy-fire-reiki-master-training-%e2%9c%a8%e2%9c%a8but-this-training-is-not-like-the','','','2022-11-10 21:17:56','2022-11-10 21:17:56','',0,'https://lavendermatyoga.com/sl-insta-media/on-saturday-im-embarking-on-completing-my-usui-holy-fire-reiki-master-training-%e2%9c%a8%e2%9c%a8but-this-training-is-not-like-the/',0,'sl-insta-media','',0),(12582,0,'2022-11-10 21:17:57','2022-11-10 21:17:57','','It\'s 1am and I can\'t sleep so I\'m dreamily scrolling through picture after picture of gorgeous Aura Soma bottles from&hellip;','','publish','closed','closed','','its-1am-and-i-cant-sleep-so-im-dreamily-scrolling-through-picture-after-picture-of-gorgeous-aura-soma-bottles-from','','','2022-11-10 21:17:57','2022-11-10 21:17:57','',0,'https://lavendermatyoga.com/sl-insta-media/its-1am-and-i-cant-sleep-so-im-dreamily-scrolling-through-picture-after-picture-of-gorgeous-aura-soma-bottles-from/',0,'sl-insta-media','',0),(1417,0,'2022-05-11 20:56:53','2022-05-11 20:56:53','','Charging up my pineapple juice with some beautiful Agate I got from @charmedonshemcreek 🙌🏻','','publish','closed','closed','','charging-up-my-pineapple-juice-with-some-beautiful-agate-i-got-from-charmedonshemcreek-%f0%9f%99%8c%f0%9f%8f%bb','','','2022-11-14 16:58:01','2022-11-14 16:58:01','',0,'https://lavendermatyoga.com/sl-insta-media/charging-up-my-pineapple-juice-with-some-beautiful-agate-i-got-from-charmedonshemcreek-%f0%9f%99%8c%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12583,0,'2022-11-10 21:17:57','2022-11-10 21:17:57','','One of the perks of working from home...sitting on my bed during client calls 🙏🏻👌🏻','','publish','closed','closed','','one-of-the-perks-of-working-from-home-sitting-on-my-bed-during-client-calls-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb','','','2022-11-10 21:17:57','2022-11-10 21:17:57','',0,'https://lavendermatyoga.com/sl-insta-media/one-of-the-perks-of-working-from-home-sitting-on-my-bed-during-client-calls-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb/',0,'sl-insta-media','',0),(1415,0,'2022-05-11 20:56:52','2022-05-11 20:56:52','','One of my favorite ways to clear my energy at the end of every day. Salt lamp for my feetsies!&hellip;','','publish','closed','closed','','one-of-my-favorite-ways-to-clear-my-energy-at-the-end-of-every-day-salt-lamp-for-my-feetsies','','','2022-11-14 17:44:05','2022-11-14 17:44:05','',0,'https://lavendermatyoga.com/sl-insta-media/one-of-my-favorite-ways-to-clear-my-energy-at-the-end-of-every-day-salt-lamp-for-my-feetsies/',0,'sl-insta-media','',0),(1414,0,'2022-05-11 20:56:51','2022-05-11 20:56:51','','Bath Prep 🙏🏻💕🙌🏻👌🏻💗 Check story 👆🏻for final product 😊','','publish','closed','closed','','bath-prep-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%92%97-check-story-%f0%9f%91%86%f0%9f%8f%bbfor-final-product-%f0%9f%98%8a','','','2022-11-14 17:44:04','2022-11-14 17:44:04','',0,'https://lavendermatyoga.com/sl-insta-media/bath-prep-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%92%97-check-story-%f0%9f%91%86%f0%9f%8f%bbfor-final-product-%f0%9f%98%8a/',0,'sl-insta-media','',0),(1413,0,'2022-05-11 20:56:51','2022-05-11 20:56:51','','Good morning! 🌞 My next course in the Ph.D program is Ayurveda (yay!) so I\'m whipping out the copper tongue&hellip;','','publish','closed','closed','','good-morning-%f0%9f%8c%9e-my-next-course-in-the-ph-d-program-is-ayurveda-yay-so-im-whipping-out-the-copper-tongue','','','2022-11-14 16:58:00','2022-11-14 16:58:00','',0,'https://lavendermatyoga.com/sl-insta-media/good-morning-%f0%9f%8c%9e-my-next-course-in-the-ph-d-program-is-ayurveda-yay-so-im-whipping-out-the-copper-tongue/',0,'sl-insta-media','',0),(12330,0,'2022-11-08 21:22:43','2022-11-08 21:22:43','','Enjoying some R&amp;R with my Gem Water 😍✨👌🏻🧘🏼‍♀️ (available for purchase in my shop, link in bio👆🏻😘)','','publish','closed','closed','','enjoying-some-rr-with-my-gem-water-%f0%9f%98%8d%e2%9c%a8%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-available-for-purchase-in-my-shop-link-in-bio%f0%9f%91%86','','','2022-11-08 21:22:43','2022-11-08 21:22:43','',0,'https://lavendermatyoga.com/sl-insta-media/enjoying-some-rr-with-my-gem-water-%f0%9f%98%8d%e2%9c%a8%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-available-for-purchase-in-my-shop-link-in-bio%f0%9f%91%86/',0,'sl-insta-media','',0),(1410,0,'2022-05-11 20:56:50','2022-05-11 20:56:50','','🙌🏻🙏🏻 #soundhealing','','publish','closed','closed','','%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-soundhealing','','','2022-11-14 16:58:00','2022-11-14 16:58:00','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-soundhealing/',0,'sl-insta-media','',0),(12420,0,'2022-11-10 20:40:13','2022-11-10 20:40:13','','Attention all Wanderlust Yogis!! Stop everything and go check out the amazing @inspiredbystephanierose booth✨🦄👌🏻 You will not be disappointed by&hellip;','','publish','closed','closed','','attention-all-wanderlust-yogis-stop-everything-and-go-check-out-the-amazing-inspiredbystephanierose-booth%e2%9c%a8%f0%9f%a6%84%f0%9f%91%8c%f0%9f%8f%bb-you-will-not-be-disappointed-by','','','2022-11-10 20:40:13','2022-11-10 20:40:13','',0,'https://lavendermatyoga.com/sl-insta-media/attention-all-wanderlust-yogis-stop-everything-and-go-check-out-the-amazing-inspiredbystephanierose-booth%e2%9c%a8%f0%9f%a6%84%f0%9f%91%8c%f0%9f%8f%bb-you-will-not-be-disappointed-by/',0,'sl-insta-media','',0),(12331,0,'2022-11-08 21:22:43','2022-11-08 21:22:43','','The most gorgeous lily I’ve ever received 😍 #bestboyfriend #flowertherapy','','publish','closed','closed','','the-most-gorgeous-lily-ive-ever-received-%f0%9f%98%8d-bestboyfriend-flowertherapy','','','2022-11-08 21:22:43','2022-11-08 21:22:43','',0,'https://lavendermatyoga.com/sl-insta-media/the-most-gorgeous-lily-ive-ever-received-%f0%9f%98%8d-bestboyfriend-flowertherapy/',0,'sl-insta-media','',0),(12733,0,'2022-11-13 20:32:27','2022-11-13 20:32:27','','I have a new and exciting product coming to my shop soon! Any guesses on what it is? 😊💗','','publish','closed','closed','','i-have-a-new-and-exciting-product-coming-to-my-shop-soon-any-guesses-on-what-it-is-%f0%9f%98%8a%f0%9f%92%97','','','2022-11-13 20:32:27','2022-11-13 20:32:27','',0,'https://lavendermatyoga.com/sl-insta-media/i-have-a-new-and-exciting-product-coming-to-my-shop-soon-any-guesses-on-what-it-is-%f0%9f%98%8a%f0%9f%92%97/',0,'sl-insta-media','',0),(12332,0,'2022-11-08 21:22:44','2022-11-08 21:22:44','','😂😂 #takeabreakfromsocialmedia','','publish','closed','closed','','%f0%9f%98%82%f0%9f%98%82-takeabreakfromsocialmedia','','','2022-11-08 21:22:44','2022-11-08 21:22:44','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%98%82%f0%9f%98%82-takeabreakfromsocialmedia/',0,'sl-insta-media','',0),(12333,0,'2022-11-08 21:22:47','2022-11-08 21:22:47','','I can’t even be mad about muddy prints on my mat with a face like that... I leave for two&hellip;','','publish','closed','closed','','i-cant-even-be-mad-about-muddy-prints-on-my-mat-with-a-face-like-that-i-leave-for-two','','','2022-11-08 21:22:47','2022-11-08 21:22:47','',0,'https://lavendermatyoga.com/sl-insta-media/i-cant-even-be-mad-about-muddy-prints-on-my-mat-with-a-face-like-that-i-leave-for-two/',0,'sl-insta-media','',0),(12334,0,'2022-11-08 21:22:49','2022-11-08 21:22:49','','Yesterday’s Goat “Yoga” ... it was pretty impossible to focus on the yoga 🧘🏼‍♀️... 🐐','','publish','closed','closed','','yesterdays-goat-yoga-it-was-pretty-impossible-to-focus-on-the-yoga-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-%f0%9f%90%90','','','2022-11-08 21:22:49','2022-11-08 21:22:49','',0,'https://lavendermatyoga.com/sl-insta-media/yesterdays-goat-yoga-it-was-pretty-impossible-to-focus-on-the-yoga-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-%f0%9f%90%90/',0,'sl-insta-media','',0),(12335,0,'2022-11-08 21:22:49','2022-11-08 21:22:49','','My saving grace today, Balance + 🛀🏻👌🏻🙏🏻','','publish','closed','closed','','my-saving-grace-today-balance-%f0%9f%9b%80%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb','','','2022-11-08 21:22:49','2022-11-08 21:22:49','',0,'https://lavendermatyoga.com/sl-insta-media/my-saving-grace-today-balance-%f0%9f%9b%80%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12336,0,'2022-11-08 21:22:49','2022-11-08 21:22:49','','Pineapple + Mango + Banana + Spinach + Almond Milk blended in a Magic Bullet 👌🏻Happy Sunday!','','publish','closed','closed','','pineapple-mango-banana-spinach-almond-milk-blended-in-a-magic-bullet-%f0%9f%91%8c%f0%9f%8f%bbhappy-sunday','','','2022-11-08 21:22:49','2022-11-08 21:22:49','',0,'https://lavendermatyoga.com/sl-insta-media/pineapple-mango-banana-spinach-almond-milk-blended-in-a-magic-bullet-%f0%9f%91%8c%f0%9f%8f%bbhappy-sunday/',0,'sl-insta-media','',0),(12337,0,'2022-11-08 21:22:50','2022-11-08 21:22:50','','I am not a distributor for Doterra anymore so this is not a promotional post. (I use doterra daily and&hellip;','','publish','closed','closed','','i-am-not-a-distributor-for-doterra-anymore-so-this-is-not-a-promotional-post-i-use-doterra-daily-and','','','2022-11-08 21:22:50','2022-11-08 21:22:50','',0,'https://lavendermatyoga.com/sl-insta-media/i-am-not-a-distributor-for-doterra-anymore-so-this-is-not-a-promotional-post-i-use-doterra-daily-and/',0,'sl-insta-media','',0),(12338,0,'2022-11-08 21:22:50','2022-11-08 21:22:50','','My current favorite yoni egg 💜 Calming, centering and soothing. Purchase through my shop 👉🏻 madisonrosenberger.com/shop (link in the bio&hellip;','','publish','closed','closed','','my-current-favorite-yoni-egg-%f0%9f%92%9c-calming-centering-and-soothing-purchase-through-my-shop-%f0%9f%91%89%f0%9f%8f%bb-madisonrosenberger-com-shop-link-in-the-bio','','','2022-11-08 21:22:50','2022-11-08 21:22:50','',0,'https://lavendermatyoga.com/sl-insta-media/my-current-favorite-yoni-egg-%f0%9f%92%9c-calming-centering-and-soothing-purchase-through-my-shop-%f0%9f%91%89%f0%9f%8f%bb-madisonrosenberger-com-shop-link-in-the-bio/',0,'sl-insta-media','',0),(12339,0,'2022-11-08 21:22:51','2022-11-08 21:22:51','','#Repost @energymuse ・・・ Each crystal is completely unique and one of a kind. It has a story to tell and&hellip;','','publish','closed','closed','','repost-energymuse-%e3%83%bb%e3%83%bb%e3%83%bb-each-crystal-is-completely-unique-and-one-of-a-kind-it-has-a-story-to-tell-and','','','2022-11-08 21:22:51','2022-11-08 21:22:51','',0,'https://lavendermatyoga.com/sl-insta-media/repost-energymuse-%e3%83%bb%e3%83%bb%e3%83%bb-each-crystal-is-completely-unique-and-one-of-a-kind-it-has-a-story-to-tell-and/',0,'sl-insta-media','',0),(12340,0,'2022-11-08 21:22:51','2022-11-08 21:22:51','','Have you had the FEELS this past month? Have you kind of looked back on these past 5-6 weeks and&hellip;','','publish','closed','closed','','have-you-had-the-feels-this-past-month-have-you-kind-of-looked-back-on-these-past-5-6-weeks-and','','','2022-11-08 21:22:51','2022-11-08 21:22:51','',0,'https://lavendermatyoga.com/sl-insta-media/have-you-had-the-feels-this-past-month-have-you-kind-of-looked-back-on-these-past-5-6-weeks-and/',0,'sl-insta-media','',0),(12341,0,'2022-11-08 21:22:51','2022-11-08 21:22:51','','Since moving to Charlotte I’ve stopped teaching yoga and am taking some time to redevote to my own practice. 💗&hellip;','','publish','closed','closed','','since-moving-to-charlotte-ive-stopped-teaching-yoga-and-am-taking-some-time-to-redevote-to-my-own-practice-%f0%9f%92%97','','','2022-11-08 21:22:51','2022-11-08 21:22:51','',0,'https://lavendermatyoga.com/sl-insta-media/since-moving-to-charlotte-ive-stopped-teaching-yoga-and-am-taking-some-time-to-redevote-to-my-own-practice-%f0%9f%92%97/',0,'sl-insta-media','',0),(12342,0,'2022-11-08 21:22:52','2022-11-08 21:22:52','','Now that my Mom has opened her birthday present I can finally share the “how to” video on Facebook lol&hellip;','','publish','closed','closed','','now-that-my-mom-has-opened-her-birthday-present-i-can-finally-share-the-how-to-video-on-facebook-lol','','','2022-11-08 21:22:52','2022-11-08 21:22:52','',0,'https://lavendermatyoga.com/sl-insta-media/now-that-my-mom-has-opened-her-birthday-present-i-can-finally-share-the-how-to-video-on-facebook-lol/',0,'sl-insta-media','',0),(12343,0,'2022-11-08 21:22:52','2022-11-08 21:22:52','','Self care bathtime with my favorite deck ever, @alana_fairchild Isis Deck','','publish','closed','closed','','self-care-bathtime-with-my-favorite-deck-ever-alana_fairchild-isis-deck','','','2022-11-08 21:22:52','2022-11-08 21:22:52','',0,'https://lavendermatyoga.com/sl-insta-media/self-care-bathtime-with-my-favorite-deck-ever-alana_fairchild-isis-deck/',0,'sl-insta-media','',0),(12344,0,'2022-11-08 21:22:53','2022-11-08 21:22:53','','Photo by @thedarlingtree Words by @healingpaige ・・・ ✨Important Eclipse energy update!!! This is worth gold! ::: The windows between :::&hellip;','','publish','closed','closed','','photo-by-thedarlingtree-words-by-healingpaige-%e3%83%bb%e3%83%bb%e3%83%bb-%e2%9c%a8important-eclipse-energy-update-this-is-worth-gold-the-windows-between','','','2022-11-08 21:22:53','2022-11-08 21:22:53','',0,'https://lavendermatyoga.com/sl-insta-media/photo-by-thedarlingtree-words-by-healingpaige-%e3%83%bb%e3%83%bb%e3%83%bb-%e2%9c%a8important-eclipse-energy-update-this-is-worth-gold-the-windows-between/',0,'sl-insta-media','',0),(12345,0,'2022-11-08 21:22:53','2022-11-08 21:22:53','','LAST DAY OF THE FLASH SALE🌊🧜🏻‍♀️✨ .🐚🐳🦀🐡 🐙Sale expires 7/18 at Midnight EST! 🐠3 Card Mermaid Oracle Emailed Readings are&hellip;','','publish','closed','closed','','last-day-of-the-flash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-%f0%9f%90%9a%f0%9f%90%b3%f0%9f%a6%80%f0%9f%90%a1-%f0%9f%90%99sale-expires-7-18-at-midnight-est','','','2022-11-08 21:22:53','2022-11-08 21:22:53','',0,'https://lavendermatyoga.com/sl-insta-media/last-day-of-the-flash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-%f0%9f%90%9a%f0%9f%90%b3%f0%9f%a6%80%f0%9f%90%a1-%f0%9f%90%99sale-expires-7-18-at-midnight-est/',0,'sl-insta-media','',0),(12346,0,'2022-11-08 21:22:55','2022-11-08 21:22:55','','My workplace for the day 👌🏻🐠🧜🏻‍♀️💦🌴','','publish','closed','closed','','my-workplace-for-the-day-%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%90%a0%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%92%a6%f0%9f%8c%b4','','','2022-11-08 21:22:55','2022-11-08 21:22:55','',0,'https://lavendermatyoga.com/sl-insta-media/my-workplace-for-the-day-%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%90%a0%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%92%a6%f0%9f%8c%b4/',0,'sl-insta-media','',0),(12347,0,'2022-11-08 21:22:55','2022-11-08 21:22:55','','✨🧜🏻‍♀️🌊FLASH SALE🌊🧜🏻‍♀️✨ Honored by this mermaid oracle testimonial! - Sale expires 7/18 at Midnight EST - 3 Card Mermaid Oracle&hellip;','','publish','closed','closed','','%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-honored-by-this-mermaid-oracle-testimonial','','','2022-11-08 21:22:55','2022-11-08 21:22:55','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-honored-by-this-mermaid-oracle-testimonial/',0,'sl-insta-media','',0),(12348,0,'2022-11-08 21:22:56','2022-11-08 21:22:56','','✨🧜🏻‍♀️🌊FLASH SALE🌊🧜🏻‍♀️✨ I will never forget the day someone told me that mermaids are real, I thought they were insane....what&hellip;','','publish','closed','closed','','%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-i-will-never-forget-the-day-someone-told-me-t','','','2022-11-08 21:22:56','2022-11-08 21:22:56','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-i-will-never-forget-the-day-someone-told-me-t/',0,'sl-insta-media','',0),(12349,0,'2022-11-08 21:22:56','2022-11-08 21:22:56','','✨🧜🏻‍♀️🌊FLASH SALE ON 3 CARD MERMAID READINGS🌊🧜🏻‍♀️✨ 🐚🐳🦀🐡🐠🐙 - Sale expires 7/18 at Midnight EST - Readings will be 50%&hellip;','','publish','closed','closed','','%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale-on-3-card-mermaid-readings%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-%f0%9f%90%9a','','','2022-11-08 21:22:56','2022-11-08 21:22:56','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale-on-3-card-mermaid-readings%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-%f0%9f%90%9a/',0,'sl-insta-media','',0),(12350,0,'2022-11-08 21:22:56','2022-11-08 21:22:56','','✨🧜🏻‍♀️🌊FLASH SALE🌊🧜🏻‍♀️✨ One of the things I’ll miss the most about Charleston is the Sea.....sooo for the next week, in&hellip;','','publish','closed','closed','','%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-one-of-the-things-ill-miss-the-most','','','2022-11-08 21:22:56','2022-11-08 21:22:56','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%f0%9f%8c%8aflash-sale%f0%9f%8c%8a%f0%9f%a7%9c%f0%9f%8f%bb%e2%99%80%ef%b8%8f%e2%9c%a8-one-of-the-things-ill-miss-the-most/',0,'sl-insta-media','',0),(12351,0,'2022-11-08 21:22:57','2022-11-08 21:22:57','','Just sent out a powerful beautiful emailed reading to a woman close to my heart💗 I love the work I&hellip;','','publish','closed','closed','','just-sent-out-a-powerful-beautiful-emailed-reading-to-a-woman-close-to-my-heart%f0%9f%92%97-i-love-the-work-i','','','2022-11-08 21:22:57','2022-11-08 21:22:57','',0,'https://lavendermatyoga.com/sl-insta-media/just-sent-out-a-powerful-beautiful-emailed-reading-to-a-woman-close-to-my-heart%f0%9f%92%97-i-love-the-work-i/',0,'sl-insta-media','',0),(12352,0,'2022-11-08 21:22:58','2022-11-08 21:22:58','','I can’t believe tonight is my last time teaching yoga in Charleston 😭 🌙🌙🌙 Come join me ONE last time&hellip;','','publish','closed','closed','','i-cant-believe-tonight-is-my-last-time-teaching-yoga-in-charleston-%f0%9f%98%ad-%f0%9f%8c%99%f0%9f%8c%99%f0%9f%8c%99-come-join-me-one-last-time','','','2022-11-08 21:22:58','2022-11-08 21:22:58','',0,'https://lavendermatyoga.com/sl-insta-media/i-cant-believe-tonight-is-my-last-time-teaching-yoga-in-charleston-%f0%9f%98%ad-%f0%9f%8c%99%f0%9f%8c%99%f0%9f%8c%99-come-join-me-one-last-time/',0,'sl-insta-media','',0),(12353,0,'2022-11-08 21:22:58','2022-11-08 21:22:58','','Next week is the last time I will be teaching Crystal Healing 101 in Charleston, SC and there are only&hellip;','','publish','closed','closed','','next-week-is-the-last-time-i-will-be-teaching-crystal-healing-101-in-charleston-sc-and-there-are-only','','','2022-11-08 21:22:58','2022-11-08 21:22:58','',0,'https://lavendermatyoga.com/sl-insta-media/next-week-is-the-last-time-i-will-be-teaching-crystal-healing-101-in-charleston-sc-and-there-are-only/',0,'sl-insta-media','',0),(12354,0,'2022-11-08 21:22:58','2022-11-08 21:22:58','','In the midst of tremendous grief ask Mother Mary to nurture you. 🙏🏻🙏🏻🙏🏻 . . . . 📷@moonbathbotanicals','','publish','closed','closed','','in-the-midst-of-tremendous-grief-ask-mother-mary-to-nurture-you-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-%f0%9f%93%b7moonbathbotanicals','','','2022-11-08 21:22:58','2022-11-08 21:22:58','',0,'https://lavendermatyoga.com/sl-insta-media/in-the-midst-of-tremendous-grief-ask-mother-mary-to-nurture-you-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-%f0%9f%93%b7moonbathbotanicals/',0,'sl-insta-media','',0),(12355,0,'2022-11-08 21:22:59','2022-11-08 21:22:59','','Tourmalinated Quartz is probably my all time favorite crystal...(actually it’s a close tie with Amethyst) It’s simultaneously grounding and uplifting.&hellip;','','publish','closed','closed','','tourmalinated-quartz-is-probably-my-all-time-favorite-crystal-actually-its-a-close-tie-with-amethyst-its-simultaneously-grounding-and-uplifting','','','2022-11-08 21:22:59','2022-11-08 21:22:59','',0,'https://lavendermatyoga.com/sl-insta-media/tourmalinated-quartz-is-probably-my-all-time-favorite-crystal-actually-its-a-close-tie-with-amethyst-its-simultaneously-grounding-and-uplifting/',0,'sl-insta-media','',0),(12356,0,'2022-11-08 21:22:59','2022-11-08 21:22:59','','🦄🌈☔️🌞','','publish','closed','closed','','%f0%9f%a6%84%f0%9f%8c%88%e2%98%94%ef%b8%8f%f0%9f%8c%9e','','','2022-11-08 21:22:59','2022-11-08 21:22:59','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%a6%84%f0%9f%8c%88%e2%98%94%ef%b8%8f%f0%9f%8c%9e/',0,'sl-insta-media','',0),(12357,0,'2022-11-08 21:23:00','2022-11-08 21:23:00','','A member of my private FB group inquired about rituals for the New + Full Moon, so I wrote up&hellip;','','publish','closed','closed','','a-member-of-my-private-fb-group-inquired-about-rituals-for-the-new-full-moon-so-i-wrote-up','','','2022-11-08 21:23:00','2022-11-08 21:23:00','',0,'https://lavendermatyoga.com/sl-insta-media/a-member-of-my-private-fb-group-inquired-about-rituals-for-the-new-full-moon-so-i-wrote-up/',0,'sl-insta-media','',0),(12358,0,'2022-11-08 21:23:00','2022-11-08 21:23:00','','The highlighted part is key but the whole page is gold! This can happen for anyone but most often it&hellip;','','publish','closed','closed','','the-highlighted-part-is-key-but-the-whole-page-is-gold-this-can-happen-for-anyone-but-most-often-it','','','2022-11-08 21:23:00','2022-11-08 21:23:00','',0,'https://lavendermatyoga.com/sl-insta-media/the-highlighted-part-is-key-but-the-whole-page-is-gold-this-can-happen-for-anyone-but-most-often-it/',0,'sl-insta-media','',0),(12359,0,'2022-11-08 21:23:00','2022-11-08 21:23:00','','I literally wouldn’t make it through my moontime without this tonic by @woodenspoonherbs 🙏🏻🙏🏻 I cant recommend it enough!','','publish','closed','closed','','i-literally-wouldnt-make-it-through-my-moontime-without-this-tonic-by-woodenspoonherbs-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-i-cant-recommend-it-enough','','','2022-11-08 21:23:00','2022-11-08 21:23:00','',0,'https://lavendermatyoga.com/sl-insta-media/i-literally-wouldnt-make-it-through-my-moontime-without-this-tonic-by-woodenspoonherbs-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-i-cant-recommend-it-enough/',0,'sl-insta-media','',0),(12360,0,'2022-11-08 21:23:01','2022-11-08 21:23:01','','I adore arranging flowers! It’s the little things that scatter joy throughout your day. What is one of your little&hellip;','','publish','closed','closed','','i-adore-arranging-flowers-its-the-little-things-that-scatter-joy-throughout-your-day-what-is-one-of-your-little','','','2022-11-08 21:23:01','2022-11-08 21:23:01','',0,'https://lavendermatyoga.com/sl-insta-media/i-adore-arranging-flowers-its-the-little-things-that-scatter-joy-throughout-your-day-what-is-one-of-your-little/',0,'sl-insta-media','',0),(12361,0,'2022-11-08 21:23:01','2022-11-08 21:23:01','','So this is what heaven looks like...... via @herbivorebotanicals','','publish','closed','closed','','so-this-is-what-heaven-looks-like-via-herbivorebotanicals','','','2022-11-08 21:23:01','2022-11-08 21:23:01','',0,'https://lavendermatyoga.com/sl-insta-media/so-this-is-what-heaven-looks-like-via-herbivorebotanicals/',0,'sl-insta-media','',0),(12415,0,'2022-11-10 20:40:11','2022-11-10 20:40:11','','The view from inside your Aerial Yoga hammock cocoon 😊👌🏻 Teaching Aerial Yoga tonight! DM me for details if you\'d&hellip;','','publish','closed','closed','','the-view-from-inside-your-aerial-yoga-hammock-cocoon-%f0%9f%98%8a%f0%9f%91%8c%f0%9f%8f%bb-teaching-aerial-yoga-tonight-dm-me-for-details-if-youd','','','2022-11-10 20:40:11','2022-11-10 20:40:11','',0,'https://lavendermatyoga.com/sl-insta-media/the-view-from-inside-your-aerial-yoga-hammock-cocoon-%f0%9f%98%8a%f0%9f%91%8c%f0%9f%8f%bb-teaching-aerial-yoga-tonight-dm-me-for-details-if-youd/',0,'sl-insta-media','',0),(12416,0,'2022-11-10 20:40:12','2022-11-10 20:40:12','','I\'m just going to put this here... ✨⭐️🌙 Beautiful artwork by @emilymcdowell_','','publish','closed','closed','','im-just-going-to-put-this-here-%e2%9c%a8%e2%ad%90%ef%b8%8f%f0%9f%8c%99-beautiful-artwork-by-emilymcdowell_','','','2022-11-10 20:40:12','2022-11-10 20:40:12','',0,'https://lavendermatyoga.com/sl-insta-media/im-just-going-to-put-this-here-%e2%9c%a8%e2%ad%90%ef%b8%8f%f0%9f%8c%99-beautiful-artwork-by-emilymcdowell_/',0,'sl-insta-media','',0),(12417,0,'2022-11-10 20:40:12','2022-11-10 20:40:12','','@roscoe_thegreatdane was my assistant teacher for #beachyoga on #sullivansisland tonight 💋 🐠🦀🐚 The last Beach Yoga for June is this&hellip;','','publish','closed','closed','','roscoe_thegreatdane-was-my-assistant-teacher-for-beachyoga-on-sullivansisland-tonight-%f0%9f%92%8b-%f0%9f%90%a0%f0%9f%a6%80%f0%9f%90%9a-the-last-beach-yoga-for-june-is-this','','','2022-11-10 20:40:12','2022-11-10 20:40:12','',0,'https://lavendermatyoga.com/sl-insta-media/roscoe_thegreatdane-was-my-assistant-teacher-for-beachyoga-on-sullivansisland-tonight-%f0%9f%92%8b-%f0%9f%90%a0%f0%9f%a6%80%f0%9f%90%9a-the-last-beach-yoga-for-june-is-this/',0,'sl-insta-media','',0),(12418,0,'2022-11-10 20:40:12','2022-11-10 20:40:12','','These words have deeply resonated with me, so so so accurate: #Repost @stoked_yogi (via @repostapp) ・・・ Sometimes I wanna say&hellip;','','publish','closed','closed','','these-words-have-deeply-resonated-with-me-so-so-so-accurate-repost-stoked_yogi-via-repostapp-%e3%83%bb%e3%83%bb%e3%83%bb-sometimes-i-wanna-say','','','2022-11-10 20:40:12','2022-11-10 20:40:12','',0,'https://lavendermatyoga.com/sl-insta-media/these-words-have-deeply-resonated-with-me-so-so-so-accurate-repost-stoked_yogi-via-repostapp-%e3%83%bb%e3%83%bb%e3%83%bb-sometimes-i-wanna-say/',0,'sl-insta-media','',0),(12419,0,'2022-11-10 20:40:13','2022-11-10 20:40:13','','The best way to end a stressful day 🙏🏻✨⭐️🌙 #essentialoils 👉🏻 www.madisonrosenberger.com/shop 📸 via @oilmagicbymichelle','','publish','closed','closed','','the-best-way-to-end-a-stressful-day-%f0%9f%99%8f%f0%9f%8f%bb%e2%9c%a8%e2%ad%90%ef%b8%8f%f0%9f%8c%99-essentialoils-%f0%9f%91%89%f0%9f%8f%bb-www-madisonrosenberger-com-shop-%f0%9f%93%b8-via-oilmagicby','','','2022-11-10 20:40:13','2022-11-10 20:40:13','',0,'https://lavendermatyoga.com/sl-insta-media/the-best-way-to-end-a-stressful-day-%f0%9f%99%8f%f0%9f%8f%bb%e2%9c%a8%e2%ad%90%ef%b8%8f%f0%9f%8c%99-essentialoils-%f0%9f%91%89%f0%9f%8f%bb-www-madisonrosenberger-com-shop-%f0%9f%93%b8-via-oilmagicby/',0,'sl-insta-media','',0),(12272,0,'2022-11-08 21:17:41','2022-11-08 21:17:41','','and repeat 🙌🏻 via @letsnixit','','publish','closed','closed','','and-repeat-%f0%9f%99%8c%f0%9f%8f%bb-via-letsnixit','','','2022-11-08 21:17:41','2022-11-08 21:17:41','',0,'https://lavendermatyoga.com/sl-insta-media/and-repeat-%f0%9f%99%8c%f0%9f%8f%bb-via-letsnixit/',0,'sl-insta-media','',0),(12652,0,'2022-11-11 20:31:07','2022-11-11 20:31:07','','A fantastic read, everyone is psychic it’s all about learning how to hone your gifts. I often tell clients that&hellip;','','publish','closed','closed','','a-fantastic-read-everyone-is-psychic-its-all-about-learning-how-to-hone-your-gifts-i-often-tell-clients-that','','','2022-11-11 20:31:07','2022-11-11 20:31:07','',0,'https://lavendermatyoga.com/sl-insta-media/a-fantastic-read-everyone-is-psychic-its-all-about-learning-how-to-hone-your-gifts-i-often-tell-clients-that/',0,'sl-insta-media','',0),(12653,0,'2022-11-11 20:31:07','2022-11-11 20:31:07','','Do you believe? Keep the faith and abundance will find you. 🤸‍♀️','','publish','closed','closed','','do-you-believe-keep-the-faith-and-abundance-will-find-you-%f0%9f%a4%b8%e2%99%80%ef%b8%8f','','','2022-11-11 20:31:07','2022-11-11 20:31:07','',0,'https://lavendermatyoga.com/sl-insta-media/do-you-believe-keep-the-faith-and-abundance-will-find-you-%f0%9f%a4%b8%e2%99%80%ef%b8%8f/',0,'sl-insta-media','',0),(12651,0,'2022-11-11 20:31:06','2022-11-11 20:31:06','','Your soul knows the way, it knows how to dance the steps of your life. Trust it.','','publish','closed','closed','','your-soul-knows-the-way-it-knows-how-to-dance-the-steps-of-your-life-trust-it','','','2022-11-11 20:31:06','2022-11-11 20:31:06','',0,'https://lavendermatyoga.com/sl-insta-media/your-soul-knows-the-way-it-knows-how-to-dance-the-steps-of-your-life-trust-it/',0,'sl-insta-media','',0),(12363,0,'2022-11-08 21:32:18','2022-11-08 21:32:18','','New Service Chakra Therapy is on sale for only $35 up until September 8th 😊✨ CHAKRA THERAPY IS A DISTANCE&hellip;','','publish','closed','closed','','new-service-chakra-therapy-is-on-sale-for-only-35-up-until-september-8th-%f0%9f%98%8a%e2%9c%a8-chakra-therapy-is-a-distance','','','2022-11-08 21:32:18','2022-11-08 21:32:18','',0,'https://lavendermatyoga.com/sl-insta-media/new-service-chakra-therapy-is-on-sale-for-only-35-up-until-september-8th-%f0%9f%98%8a%e2%9c%a8-chakra-therapy-is-a-distance/',0,'sl-insta-media','',0),(12656,0,'2022-11-11 20:31:09','2022-11-11 20:31:09','','Meditation and Yoni Eggs go together like peanut butter and jelly.🙃🤩','','publish','closed','closed','','meditation-and-yoni-eggs-go-together-like-peanut-butter-and-jelly-%f0%9f%99%83%f0%9f%a4%a9','','','2022-11-11 20:31:09','2022-11-11 20:31:09','',0,'https://lavendermatyoga.com/sl-insta-media/meditation-and-yoni-eggs-go-together-like-peanut-butter-and-jelly-%f0%9f%99%83%f0%9f%a4%a9/',0,'sl-insta-media','',0),(12422,0,'2022-11-10 20:40:14','2022-11-10 20:40:14','','Which #essentialoils will you use to support yourSelf this Memorial Day weekend? 🌿🌹🌱🌺🌾 Always wanted to try essential oils but&hellip;','','publish','closed','closed','','which-essentialoils-will-you-use-to-support-yourself-this-memorial-day-weekend-%f0%9f%8c%bf%f0%9f%8c%b9%f0%9f%8c%b1%f0%9f%8c%ba%f0%9f%8c%be-always-wanted-to-try-essential-oils-but','','','2022-11-10 20:40:14','2022-11-10 20:40:14','',0,'https://lavendermatyoga.com/sl-insta-media/which-essentialoils-will-you-use-to-support-yourself-this-memorial-day-weekend-%f0%9f%8c%bf%f0%9f%8c%b9%f0%9f%8c%b1%f0%9f%8c%ba%f0%9f%8c%be-always-wanted-to-try-essential-oils-but/',0,'sl-insta-media','',0),(12423,0,'2022-11-10 20:40:14','2022-11-10 20:40:14','','Live in the #charlestonsc area? ⭐️ I partner with @bcbsscpics to bring free yoga to the public! ⭐️ These classes&hellip;','','publish','closed','closed','','live-in-the-charlestonsc-area-%e2%ad%90%ef%b8%8f-i-partner-with-bcbsscpics-to-bring-free-yoga-to-the-public-%e2%ad%90%ef%b8%8f-these-classes','','','2022-11-10 20:40:14','2022-11-10 20:40:14','',0,'https://lavendermatyoga.com/sl-insta-media/live-in-the-charlestonsc-area-%e2%ad%90%ef%b8%8f-i-partner-with-bcbsscpics-to-bring-free-yoga-to-the-public-%e2%ad%90%ef%b8%8f-these-classes/',0,'sl-insta-media','',0),(12424,0,'2022-11-10 20:40:15','2022-11-10 20:40:15','','I made my very own smudge stick today! Fresh Rosemary and Sage from the garden 🌿🌿 Thinking about writing a&hellip;','','publish','closed','closed','','i-made-my-very-own-smudge-stick-today-fresh-rosemary-and-sage-from-the-garden-%f0%9f%8c%bf%f0%9f%8c%bf-thinking-about-writing-a','','','2022-11-10 20:40:15','2022-11-10 20:40:15','',0,'https://lavendermatyoga.com/sl-insta-media/i-made-my-very-own-smudge-stick-today-fresh-rosemary-and-sage-from-the-garden-%f0%9f%8c%bf%f0%9f%8c%bf-thinking-about-writing-a/',0,'sl-insta-media','',0),(12425,0,'2022-11-10 20:40:15','2022-11-10 20:40:15','','Wake up and smell the flowers! Don\'t overthink today, the full moon was a doozy and your emotions are running&hellip;','','publish','closed','closed','','wake-up-and-smell-the-flowers-dont-overthink-today-the-full-moon-was-a-doozy-and-your-emotions-are-running','','','2022-11-10 20:40:15','2022-11-10 20:40:15','',0,'https://lavendermatyoga.com/sl-insta-media/wake-up-and-smell-the-flowers-dont-overthink-today-the-full-moon-was-a-doozy-and-your-emotions-are-running/',0,'sl-insta-media','',0),(12426,0,'2022-11-10 20:40:16','2022-11-10 20:40:16','','Hands up if the full moon last night made you have some crazy dreams?! 🙋🏼 In my case it was&hellip;','','publish','closed','closed','','hands-up-if-the-full-moon-last-night-made-you-have-some-crazy-dreams-%f0%9f%99%8b%f0%9f%8f%bc-in-my-case-it-was','','','2022-11-10 20:40:16','2022-11-10 20:40:16','',0,'https://lavendermatyoga.com/sl-insta-media/hands-up-if-the-full-moon-last-night-made-you-have-some-crazy-dreams-%f0%9f%99%8b%f0%9f%8f%bc-in-my-case-it-was/',0,'sl-insta-media','',0),(12427,0,'2022-11-10 20:40:16','2022-11-10 20:40:16','','Have you check out the latest issue of #raspberrymagazine ?! ⭐⭐️️My article, How Instagram Changed My Life, has been featured&hellip;','','publish','closed','closed','','have-you-check-out-the-latest-issue-of-raspberrymagazine-%e2%ad%90%e2%ad%90%ef%b8%8f%ef%b8%8fmy-article-how-instagram-changed-my-life-has-been-featured','','','2022-11-10 20:40:16','2022-11-10 20:40:16','',0,'https://lavendermatyoga.com/sl-insta-media/have-you-check-out-the-latest-issue-of-raspberrymagazine-%e2%ad%90%e2%ad%90%ef%b8%8f%ef%b8%8fmy-article-how-instagram-changed-my-life-has-been-featured/',0,'sl-insta-media','',0),(12428,0,'2022-11-10 20:40:17','2022-11-10 20:40:17','','I\'ve written an awesome article for Happiness Wellbeing Magazine! 😍 @happywellmag Keep an eye out for their killer website relaunch&hellip;','','publish','closed','closed','','ive-written-an-awesome-article-for-happiness-wellbeing-magazine-%f0%9f%98%8d-happywellmag-keep-an-eye-out-for-their-killer-website-relaunch','','','2022-11-10 20:40:17','2022-11-10 20:40:17','',0,'https://lavendermatyoga.com/sl-insta-media/ive-written-an-awesome-article-for-happiness-wellbeing-magazine-%f0%9f%98%8d-happywellmag-keep-an-eye-out-for-their-killer-website-relaunch/',0,'sl-insta-media','',0),(12429,0,'2022-11-10 20:40:17','2022-11-10 20:40:17','','Before you head off to brunch make sure you grab a bottle of DigestZen and show your tummy some 💗&hellip;','','publish','closed','closed','','before-you-head-off-to-brunch-make-sure-you-grab-a-bottle-of-digestzen-and-show-your-tummy-some-%f0%9f%92%97','','','2022-11-10 20:40:17','2022-11-10 20:40:17','',0,'https://lavendermatyoga.com/sl-insta-media/before-you-head-off-to-brunch-make-sure-you-grab-a-bottle-of-digestzen-and-show-your-tummy-some-%f0%9f%92%97/',0,'sl-insta-media','',0),(12430,0,'2022-11-10 20:40:18','2022-11-10 20:40:18','','This is my sacred space, it\'s not fancy or large but it\'s mine I have never really shared it with&hellip;','','publish','closed','closed','','this-is-my-sacred-space-its-not-fancy-or-large-but-its-mine-i-have-never-really-shared-it-with','','','2022-11-10 20:40:18','2022-11-10 20:40:18','',0,'https://lavendermatyoga.com/sl-insta-media/this-is-my-sacred-space-its-not-fancy-or-large-but-its-mine-i-have-never-really-shared-it-with/',0,'sl-insta-media','',0),(12431,0,'2022-11-10 20:40:18','2022-11-10 20:40:18','','This is what it\'s like to be curled up in your own little Aerial hammock cocoon! So relaxing! Aerial yoga&hellip;','','publish','closed','closed','','this-is-what-its-like-to-be-curled-up-in-your-own-little-aerial-hammock-cocoon-so-relaxing-aerial-yoga','','','2022-11-10 20:40:18','2022-11-10 20:40:18','',0,'https://lavendermatyoga.com/sl-insta-media/this-is-what-its-like-to-be-curled-up-in-your-own-little-aerial-hammock-cocoon-so-relaxing-aerial-yoga/',0,'sl-insta-media','',0),(12432,0,'2022-11-10 20:40:19','2022-11-10 20:40:19','','Sprawled out in the grass today with my #lumina cards (by @innerhue ) to plan my \"Unlocking the Major Arcana&hellip;','','publish','closed','closed','','sprawled-out-in-the-grass-today-with-my-lumina-cards-by-innerhue-to-plan-my-unlocking-the-major-arcana','','','2022-11-10 20:40:19','2022-11-10 20:40:19','',0,'https://lavendermatyoga.com/sl-insta-media/sprawled-out-in-the-grass-today-with-my-lumina-cards-by-innerhue-to-plan-my-unlocking-the-major-arcana/',0,'sl-insta-media','',0),(12433,0,'2022-11-10 20:40:19','2022-11-10 20:40:19','','👌🏻👌🏻 via @overthemoonmag ✨🌙','','publish','closed','closed','','%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb-via-overthemoonmag-%e2%9c%a8%f0%9f%8c%99','','','2022-11-10 20:40:19','2022-11-10 20:40:19','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb-via-overthemoonmag-%e2%9c%a8%f0%9f%8c%99/',0,'sl-insta-media','',0),(12434,0,'2022-11-10 20:40:20','2022-11-10 20:40:20','','Join me for Channeled Guided Meditation tonight at 6pm on Sullivan\'s Island! It\'s going to be juicy 😍🙏🏻✨ DM me&hellip;','','publish','closed','closed','','join-me-for-channeled-guided-meditation-tonight-at-6pm-on-sullivans-island-its-going-to-be-juicy-%f0%9f%98%8d%f0%9f%99%8f%f0%9f%8f%bb%e2%9c%a8-dm-me','','','2022-11-10 20:40:20','2022-11-10 20:40:20','',0,'https://lavendermatyoga.com/sl-insta-media/join-me-for-channeled-guided-meditation-tonight-at-6pm-on-sullivans-island-its-going-to-be-juicy-%f0%9f%98%8d%f0%9f%99%8f%f0%9f%8f%bb%e2%9c%a8-dm-me/',0,'sl-insta-media','',0),(12435,0,'2022-11-10 20:40:20','2022-11-10 20:40:20','','I am teaching a free yoga class at Blue Cross Blue Shield in Mt.Pleasant Towne Center tonight at 6:00pm 💕&hellip;','','publish','closed','closed','','i-am-teaching-a-free-yoga-class-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-tonight-at-600pm-%f0%9f%92%95','','','2022-11-10 20:40:20','2022-11-10 20:40:20','',0,'https://lavendermatyoga.com/sl-insta-media/i-am-teaching-a-free-yoga-class-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-tonight-at-600pm-%f0%9f%92%95/',0,'sl-insta-media','',0),(12436,0,'2022-11-10 20:40:20','2022-11-10 20:40:20','','#aimtruebooktour with @kathrynbudig ✨🙏🏻💕😎🌙','','publish','closed','closed','','aimtruebooktour-with-kathrynbudig-%e2%9c%a8%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%98%8e%f0%9f%8c%99','','','2022-11-10 20:40:20','2022-11-10 20:40:20','',0,'https://lavendermatyoga.com/sl-insta-media/aimtruebooktour-with-kathrynbudig-%e2%9c%a8%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%98%8e%f0%9f%8c%99/',0,'sl-insta-media','',0),(12437,0,'2022-11-10 20:40:21','2022-11-10 20:40:21','','I\'m so excited to announce that I am officially participating in a SUP Yoga Teacher Training in Grand Lake, CO&hellip;','','publish','closed','closed','','im-so-excited-to-announce-that-i-am-officially-participating-in-a-sup-yoga-teacher-training-in-grand-lake-co','','','2022-11-10 20:40:21','2022-11-10 20:40:21','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-excited-to-announce-that-i-am-officially-participating-in-a-sup-yoga-teacher-training-in-grand-lake-co/',0,'sl-insta-media','',0),(12438,0,'2022-11-10 20:40:21','2022-11-10 20:40:21','','Gardening day! 🌻🍃🌸🌱🍄☘🍅🍆 I opted to ride in the backseat so the new babies wouldn\'t fall over Does anyone have&hellip;','','publish','closed','closed','','gardening-day-%f0%9f%8c%bb%f0%9f%8d%83%f0%9f%8c%b8%f0%9f%8c%b1%f0%9f%8d%84%e2%98%98%f0%9f%8d%85%f0%9f%8d%86-i-opted-to-ride-in-the-backseat-so-the-new-babies-wouldnt-fall-over-does-anyone-havehell','','','2022-11-10 20:40:21','2022-11-10 20:40:21','',0,'https://lavendermatyoga.com/sl-insta-media/gardening-day-%f0%9f%8c%bb%f0%9f%8d%83%f0%9f%8c%b8%f0%9f%8c%b1%f0%9f%8d%84%e2%98%98%f0%9f%8d%85%f0%9f%8d%86-i-opted-to-ride-in-the-backseat-so-the-new-babies-wouldnt-fall-over-does-anyone-havehell/',0,'sl-insta-media','',0),(12439,0,'2022-11-10 20:40:22','2022-11-10 20:40:22','','What a great shot by @roguewoodsupply 👌🏻 And perfectly aligned with my new ebook, Self-Care as a Spiritual Act! I&hellip;','','publish','closed','closed','','what-a-great-shot-by-roguewoodsupply-%f0%9f%91%8c%f0%9f%8f%bb-and-perfectly-aligned-with-my-new-ebook-self-care-as-a-spiritual-act-i','','','2022-11-10 20:40:22','2022-11-10 20:40:22','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-great-shot-by-roguewoodsupply-%f0%9f%91%8c%f0%9f%8f%bb-and-perfectly-aligned-with-my-new-ebook-self-care-as-a-spiritual-act-i/',0,'sl-insta-media','',0),(12440,0,'2022-11-10 20:40:22','2022-11-10 20:40:22','','We often get swept up in trying to control the outcome, of thinking we know what\'s best for our lives&hellip;','','publish','closed','closed','','we-often-get-swept-up-in-trying-to-control-the-outcome-of-thinking-we-know-whats-best-for-our-lives','','','2022-11-10 20:40:22','2022-11-10 20:40:22','',0,'https://lavendermatyoga.com/sl-insta-media/we-often-get-swept-up-in-trying-to-control-the-outcome-of-thinking-we-know-whats-best-for-our-lives/',0,'sl-insta-media','',0),(12441,0,'2022-11-10 20:40:22','2022-11-10 20:40:22','','Here is an exciting story from last nights Channeled Guided Meditation!! 🌙 The gnats were too unbearable in the meadow&hellip;','','publish','closed','closed','','here-is-an-exciting-story-from-last-nights-channeled-guided-meditation-%f0%9f%8c%99-the-gnats-were-too-unbearable-in-the-meadow','','','2022-11-10 20:40:22','2022-11-10 20:40:22','',0,'https://lavendermatyoga.com/sl-insta-media/here-is-an-exciting-story-from-last-nights-channeled-guided-meditation-%f0%9f%8c%99-the-gnats-were-too-unbearable-in-the-meadow/',0,'sl-insta-media','',0),(12442,0,'2022-11-10 20:40:23','2022-11-10 20:40:23','','Join me for Channeled Guided Meditation tonight @ 6:00pm! DM me for details! 🙏🏻🙏🏻 #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader&hellip;','','publish','closed','closed','','join-me-for-channeled-guided-meditation-tonight-600pm-dm-me-for-details-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-spiritualmentor-spiritual-spirit-spiritguides-intuitive-intutiveread','','','2022-11-10 20:40:23','2022-11-10 20:40:23','',0,'https://lavendermatyoga.com/sl-insta-media/join-me-for-channeled-guided-meditation-tonight-600pm-dm-me-for-details-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8f%f0%9f%8f%bb-spiritualmentor-spiritual-spirit-spiritguides-intuitive-intutiveread/',0,'sl-insta-media','',0),(12443,0,'2022-11-10 20:40:23','2022-11-10 20:40:23','','Cosmic explosion ✨☄🌙💫 Having fun with this new app @brittanykchaplin 🙏🏻🙌🏻 #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi&hellip;','','publish','closed','closed','','cosmic-explosion-%e2%9c%a8%e2%98%84%f0%9f%8c%99%f0%9f%92%ab-having-fun-with-this-new-app-brittanykchaplin-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-spiritualmentor-spiritual-spirit-spiritg','','','2022-11-10 20:40:23','2022-11-10 20:40:23','',0,'https://lavendermatyoga.com/sl-insta-media/cosmic-explosion-%e2%9c%a8%e2%98%84%f0%9f%8c%99%f0%9f%92%ab-having-fun-with-this-new-app-brittanykchaplin-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-spiritualmentor-spiritual-spirit-spiritg/',0,'sl-insta-media','',0),(12444,0,'2022-11-10 20:40:23','2022-11-10 20:40:23','','Wake up everyday and list 5 things you are grateful for Gratitude is what keeps joy flowing in our lives&hellip;','','publish','closed','closed','','wake-up-everyday-and-list-5-things-you-are-grateful-for-gratitude-is-what-keeps-joy-flowing-in-our-lives','','','2022-11-10 20:40:23','2022-11-10 20:40:23','',0,'https://lavendermatyoga.com/sl-insta-media/wake-up-everyday-and-list-5-things-you-are-grateful-for-gratitude-is-what-keeps-joy-flowing-in-our-lives/',0,'sl-insta-media','',0),(12445,0,'2022-11-10 20:40:24','2022-11-10 20:40:24','','Beach yoga in an hour! DM for deets 🙌🏻🐠 #spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides #intuitive #intutivereader #intuitivehealer #yoga #yogi #yogateacher&hellip;','','publish','closed','closed','','beach-yoga-in-an-hour-dm-for-deets-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%90%a0-spiritualentrepreneur-spiritualmentor-spiritual-spirit-spiritguides-intuitive-intutivereader-intuitivehealer-yoga-yog','','','2022-11-10 20:40:24','2022-11-10 20:40:24','',0,'https://lavendermatyoga.com/sl-insta-media/beach-yoga-in-an-hour-dm-for-deets-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%90%a0-spiritualentrepreneur-spiritualmentor-spiritual-spirit-spiritguides-intuitive-intutivereader-intuitivehealer-yoga-yog/',0,'sl-insta-media','',0),(12446,0,'2022-11-10 20:40:24','2022-11-10 20:40:24','','Good Morning Gorgeous! 🌞 It\'s a beautiful sunny day and I\'m enjoying my daily green smoothie on the porch with&hellip;','','publish','closed','closed','','good-morning-gorgeous-%f0%9f%8c%9e-its-a-beautiful-sunny-day-and-im-enjoying-my-daily-green-smoothie-on-the-porch-with','','','2022-11-10 20:40:24','2022-11-10 20:40:24','',0,'https://lavendermatyoga.com/sl-insta-media/good-morning-gorgeous-%f0%9f%8c%9e-its-a-beautiful-sunny-day-and-im-enjoying-my-daily-green-smoothie-on-the-porch-with/',0,'sl-insta-media','',0),(12447,0,'2022-11-10 20:40:25','2022-11-10 20:40:25','','#happynationaldogday to my smooshy, sweet, lovey, fur butt 😍💗✨💕 #greatdane #greatdanesofinstagram #greatdanepuppy #throwback #puppylove #love','','publish','closed','closed','','happynationaldogday-to-my-smooshy-sweet-lovey-fur-butt-%f0%9f%98%8d%f0%9f%92%97%e2%9c%a8%f0%9f%92%95-greatdane-greatdanesofinstagram-greatdanepuppy-throwback-puppylove-love','','','2022-11-10 20:40:25','2022-11-10 20:40:25','',0,'https://lavendermatyoga.com/sl-insta-media/happynationaldogday-to-my-smooshy-sweet-lovey-fur-butt-%f0%9f%98%8d%f0%9f%92%97%e2%9c%a8%f0%9f%92%95-greatdane-greatdanesofinstagram-greatdanepuppy-throwback-puppylove-love/',0,'sl-insta-media','',0),(12448,0,'2022-11-10 20:40:25','2022-11-10 20:40:25','','Doterra has a fabulous new free app that gives you a tip a day! Yummy 😉🙌🏻 Interested in essential oils&hellip;','','publish','closed','closed','','doterra-has-a-fabulous-new-free-app-that-gives-you-a-tip-a-day-yummy-%f0%9f%98%89%f0%9f%99%8c%f0%9f%8f%bb-interested-in-essential-oils','','','2022-11-10 20:40:25','2022-11-10 20:40:25','',0,'https://lavendermatyoga.com/sl-insta-media/doterra-has-a-fabulous-new-free-app-that-gives-you-a-tip-a-day-yummy-%f0%9f%98%89%f0%9f%99%8c%f0%9f%8f%bb-interested-in-essential-oils/',0,'sl-insta-media','',0),(12449,0,'2022-11-10 20:40:26','2022-11-10 20:40:26','','I\'m so grateful for this guy coming out to support me teaching beach yoga! He bundled up and enjoyed the&hellip;','','publish','closed','closed','','im-so-grateful-for-this-guy-coming-out-to-support-me-teaching-beach-yoga-he-bundled-up-and-enjoyed-the','','','2022-11-10 20:40:26','2022-11-10 20:40:26','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-grateful-for-this-guy-coming-out-to-support-me-teaching-beach-yoga-he-bundled-up-and-enjoyed-the/',0,'sl-insta-media','',0),(12450,0,'2022-11-10 20:40:26','2022-11-10 20:40:26','','CHARLESTON BEACH YOGA IS BACK IN SESSION! With spring comes the first sandy toes class of the year 🙌🏻💗💐 Class&hellip;','','publish','closed','closed','','charleston-beach-yoga-is-back-in-session-with-spring-comes-the-first-sandy-toes-class-of-the-year-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%92%97%f0%9f%92%90-class','','','2022-11-10 20:40:26','2022-11-10 20:40:26','',0,'https://lavendermatyoga.com/sl-insta-media/charleston-beach-yoga-is-back-in-session-with-spring-comes-the-first-sandy-toes-class-of-the-year-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%92%97%f0%9f%92%90-class/',0,'sl-insta-media','',0),(12451,0,'2022-11-10 20:40:26','2022-11-10 20:40:26','','It was gonna be a badass photo...and then the raincoat fell over my head.. 🙃 THIS WEEKS YOGA CLASS LINE&hellip;','','publish','closed','closed','','it-was-gonna-be-a-badass-photo-and-then-the-raincoat-fell-over-my-head-%f0%9f%99%83-this-weeks-yoga-class-line','','','2022-11-10 20:40:26','2022-11-10 20:40:26','',0,'https://lavendermatyoga.com/sl-insta-media/it-was-gonna-be-a-badass-photo-and-then-the-raincoat-fell-over-my-head-%f0%9f%99%83-this-weeks-yoga-class-line/',0,'sl-insta-media','',0),(12452,0,'2022-11-10 20:40:27','2022-11-10 20:40:27','','FREE YOGA for all my CHARLESTON peeps tomorrow at 6:00pm I have partnered with Blue Cross Blue Shield of Mt.Pleasant&hellip;','','publish','closed','closed','','free-yoga-for-all-my-charleston-peeps-tomorrow-at-600pm-i-have-partnered-with-blue-cross-blue-shield-of-mt-pleasant','','','2022-11-10 20:40:27','2022-11-10 20:40:27','',0,'https://lavendermatyoga.com/sl-insta-media/free-yoga-for-all-my-charleston-peeps-tomorrow-at-600pm-i-have-partnered-with-blue-cross-blue-shield-of-mt-pleasant/',0,'sl-insta-media','',0),(12453,0,'2022-11-10 20:40:27','2022-11-10 20:40:27','','I finished my final mandatory advanced yoga module this weekend I am officially just a handful of elective hours away&hellip;','','publish','closed','closed','','i-finished-my-final-mandatory-advanced-yoga-module-this-weekend-i-am-officially-just-a-handful-of-elective-hours-away','','','2022-11-10 20:40:27','2022-11-10 20:40:27','',0,'https://lavendermatyoga.com/sl-insta-media/i-finished-my-final-mandatory-advanced-yoga-module-this-weekend-i-am-officially-just-a-handful-of-elective-hours-away/',0,'sl-insta-media','',0),(12454,0,'2022-11-10 20:40:28','2022-11-10 20:40:28','','Remember that practice does not make perfect Practice makes progress 💗 Hollow back practice 🙏🏻 #spiritualentrepreneur #spiritualmentor #spiritual #spirit #spiritguides&hellip;','','publish','closed','closed','','remember-that-practice-does-not-make-perfect-practice-makes-progress-%f0%9f%92%97-hollow-back-practice-%f0%9f%99%8f%f0%9f%8f%bb-spiritualentrepreneur-spiritualmentor-spiritual-spirit-spiritguides','','','2022-11-10 20:40:28','2022-11-10 20:40:28','',0,'https://lavendermatyoga.com/sl-insta-media/remember-that-practice-does-not-make-perfect-practice-makes-progress-%f0%9f%92%97-hollow-back-practice-%f0%9f%99%8f%f0%9f%8f%bb-spiritualentrepreneur-spiritualmentor-spiritual-spirit-spiritguides/',0,'sl-insta-media','',0),(12455,0,'2022-11-10 20:40:28','2022-11-10 20:40:28','','The solar eclipse has left me feeling anxious and spun out! I needed this reminded to just pause, breathe, be,&hellip;','','publish','closed','closed','','the-solar-eclipse-has-left-me-feeling-anxious-and-spun-out-i-needed-this-reminded-to-just-pause-breathe-be','','','2022-11-10 20:40:28','2022-11-10 20:40:28','',0,'https://lavendermatyoga.com/sl-insta-media/the-solar-eclipse-has-left-me-feeling-anxious-and-spun-out-i-needed-this-reminded-to-just-pause-breathe-be/',0,'sl-insta-media','',0),(12456,0,'2022-11-10 20:40:28','2022-11-10 20:40:28','','In love 😍 with this shot posted by @thebergerlar What a wonderful way to be present when with friends! I&hellip;','','publish','closed','closed','','in-love-%f0%9f%98%8d-with-this-shot-posted-by-thebergerlar-what-a-wonderful-way-to-be-present-when-with-friends-i','','','2022-11-10 20:40:28','2022-11-10 20:40:28','',0,'https://lavendermatyoga.com/sl-insta-media/in-love-%f0%9f%98%8d-with-this-shot-posted-by-thebergerlar-what-a-wonderful-way-to-be-present-when-with-friends-i/',0,'sl-insta-media','',0),(12457,0,'2022-11-10 20:40:29','2022-11-10 20:40:29','','Who has seen A Fairy Tale? It was one of my favorite movies growing up It tells the true story&hellip;','','publish','closed','closed','','who-has-seen-a-fairy-tale-it-was-one-of-my-favorite-movies-growing-up-it-tells-the-true-story','','','2022-11-10 20:40:29','2022-11-10 20:40:29','',0,'https://lavendermatyoga.com/sl-insta-media/who-has-seen-a-fairy-tale-it-was-one-of-my-favorite-movies-growing-up-it-tells-the-true-story/',0,'sl-insta-media','',0),(12458,0,'2022-11-10 20:40:29','2022-11-10 20:40:29','','I\'ve been a missing in action on my Instagram game the past couple days because I\'m on vacation ova here!&hellip;','','publish','closed','closed','','ive-been-a-missing-in-action-on-my-instagram-game-the-past-couple-days-because-im-on-vacation-ova-here','','','2022-11-10 20:40:29','2022-11-10 20:40:29','',0,'https://lavendermatyoga.com/sl-insta-media/ive-been-a-missing-in-action-on-my-instagram-game-the-past-couple-days-because-im-on-vacation-ova-here/',0,'sl-insta-media','',0),(12459,0,'2022-11-10 20:58:22','2022-11-10 20:58:22','','Had the most inspiring client this afternoon! While doing a reading I pulled out this gorgeous card and her eyes&hellip;','','publish','closed','closed','','had-the-most-inspiring-client-this-afternoon-while-doing-a-reading-i-pulled-out-this-gorgeous-card-and-her-eyes','','','2022-11-10 20:58:22','2022-11-10 20:58:22','',0,'https://lavendermatyoga.com/sl-insta-media/had-the-most-inspiring-client-this-afternoon-while-doing-a-reading-i-pulled-out-this-gorgeous-card-and-her-eyes/',0,'sl-insta-media','',0),(12460,0,'2022-11-10 20:58:22','2022-11-10 20:58:22','','Good afternoon! Ive been incredibly hesitant to share my channeling with you all, out of fear. Today my guides are&hellip;','','publish','closed','closed','','good-afternoon-ive-been-incredibly-hesitant-to-share-my-channeling-with-you-all-out-of-fear-today-my-guides-are','','','2022-11-10 20:58:22','2022-11-10 20:58:22','',0,'https://lavendermatyoga.com/sl-insta-media/good-afternoon-ive-been-incredibly-hesitant-to-share-my-channeling-with-you-all-out-of-fear-today-my-guides-are/',0,'sl-insta-media','',0),(12461,0,'2022-11-10 20:58:23','2022-11-10 20:58:23','','It\'s all about #gratitude people. Share with me what are 5 things you are grateful for?! Here\'s my list today:&hellip;','','publish','closed','closed','','its-all-about-gratitude-people-share-with-me-what-are-5-things-you-are-grateful-for-heres-my-list-today','','','2022-11-10 20:58:23','2022-11-10 20:58:23','',0,'https://lavendermatyoga.com/sl-insta-media/its-all-about-gratitude-people-share-with-me-what-are-5-things-you-are-grateful-for-heres-my-list-today/',0,'sl-insta-media','',0),(12462,0,'2022-11-10 20:58:23','2022-11-10 20:58:23','','In honor of my yoga workshop this weekend I dug up a little #tbt (yes ik it\'s really Sat) of&hellip;','','publish','closed','closed','','in-honor-of-my-yoga-workshop-this-weekend-i-dug-up-a-little-tbt-yes-ik-its-really-sat-of','','','2022-11-10 20:58:23','2022-11-10 20:58:23','',0,'https://lavendermatyoga.com/sl-insta-media/in-honor-of-my-yoga-workshop-this-weekend-i-dug-up-a-little-tbt-yes-ik-its-really-sat-of/',0,'sl-insta-media','',0),(12463,0,'2022-11-10 20:58:24','2022-11-10 20:58:24','','What an exciting outcome to my spread this morning!! The Sun card and the Four of Wands together symbolize celebration,&hellip;','','publish','closed','closed','','what-an-exciting-outcome-to-my-spread-this-morning-the-sun-card-and-the-four-of-wands-together-symbolize-celebration','','','2022-11-10 20:58:24','2022-11-10 20:58:24','',0,'https://lavendermatyoga.com/sl-insta-media/what-an-exciting-outcome-to-my-spread-this-morning-the-sun-card-and-the-four-of-wands-together-symbolize-celebration/',0,'sl-insta-media','',0),(12464,0,'2022-11-10 20:58:24','2022-11-10 20:58:24','','How #stunning is this guy?!? #Dragonflys are a huge sign of #transformation and major life change. They are considered a&hellip;','','publish','closed','closed','','how-stunning-is-this-guy-dragonflys-are-a-huge-sign-of-transformation-and-major-life-change-they-are-considered-a','','','2022-11-10 20:58:24','2022-11-10 20:58:24','',0,'https://lavendermatyoga.com/sl-insta-media/how-stunning-is-this-guy-dragonflys-are-a-huge-sign-of-transformation-and-major-life-change-they-are-considered-a/',0,'sl-insta-media','',0),(12465,0,'2022-11-10 20:58:24','2022-11-10 20:58:24','','Essential Yoga by the Sea! To keep up to date with group events visit madisonrosenebrger.com and visit the \"Events\" tab!&hellip;','','publish','closed','closed','','essential-yoga-by-the-sea-to-keep-up-to-date-with-group-events-visit-madisonrosenebrger-com-and-visit-the-events-tab','','','2022-11-10 20:58:24','2022-11-10 20:58:24','',0,'https://lavendermatyoga.com/sl-insta-media/essential-yoga-by-the-sea-to-keep-up-to-date-with-group-events-visit-madisonrosenebrger-com-and-visit-the-events-tab/',0,'sl-insta-media','',0),(12466,0,'2022-11-10 20:58:25','2022-11-10 20:58:25','','I\'ve officially be a \"traitor\" for a month now! 😝 I\'ve been exclusively giving #Pilates a go... Ssshh don\'t tell&hellip;','','publish','closed','closed','','ive-officially-be-a-traitor-for-a-month-now-%f0%9f%98%9d-ive-been-exclusively-giving-pilates-a-go-ssshh-dont-tell','','','2022-11-10 20:58:25','2022-11-10 20:58:25','',0,'https://lavendermatyoga.com/sl-insta-media/ive-officially-be-a-traitor-for-a-month-now-%f0%9f%98%9d-ive-been-exclusively-giving-pilates-a-go-ssshh-dont-tell/',0,'sl-insta-media','',0),(12467,0,'2022-11-10 20:58:25','2022-11-10 20:58:25','','Made a new addition to my collection today! Soft pink opal :) \"Pink Opal is a stone of peace and&hellip;','','publish','closed','closed','','made-a-new-addition-to-my-collection-today-soft-pink-opal-pink-opal-is-a-stone-of-peace-and','','','2022-11-10 20:58:25','2022-11-10 20:58:25','',0,'https://lavendermatyoga.com/sl-insta-media/made-a-new-addition-to-my-collection-today-soft-pink-opal-pink-opal-is-a-stone-of-peace-and/',0,'sl-insta-media','',0),(12468,0,'2022-11-10 20:58:26','2022-11-10 20:58:26','','Everything will be okay. Don\'t fear. Take a deep breath in and as you exhale surrender. Surrender to what is.&hellip;','','publish','closed','closed','','everything-will-be-okay-dont-fear-take-a-deep-breath-in-and-as-you-exhale-surrender-surrender-to-what-is','','','2022-11-10 20:58:26','2022-11-10 20:58:26','',0,'https://lavendermatyoga.com/sl-insta-media/everything-will-be-okay-dont-fear-take-a-deep-breath-in-and-as-you-exhale-surrender-surrender-to-what-is/',0,'sl-insta-media','',0),(12469,0,'2022-11-10 20:58:26','2022-11-10 20:58:26','','After months of writers block, I\'m back on it... For those of you who don\'t know, I\'m writing a book!&hellip;','','publish','closed','closed','','after-months-of-writers-block-im-back-on-it-for-those-of-you-who-dont-know-im-writing-a-book','','','2022-11-10 20:58:26','2022-11-10 20:58:26','',0,'https://lavendermatyoga.com/sl-insta-media/after-months-of-writers-block-im-back-on-it-for-those-of-you-who-dont-know-im-writing-a-book/',0,'sl-insta-media','',0),(1308,0,'2022-05-11 20:53:41','2022-05-11 20:53:41','','How cute are these oil sparklers?! Happy 4th, I hope your holiday is full of wellness, love and laughter 🇺🇸&hellip;','','publish','closed','closed','','how-cute-are-these-oil-sparklers-happy-4th-i-hope-your-holiday-is-full-of-wellness-love-and-laughter-%f0%9f%87%ba%f0%9f%87%b8','','','2022-11-14 17:26:47','2022-11-14 17:26:47','',0,'https://lavendermatyoga.com/sl-insta-media/how-cute-are-these-oil-sparklers-happy-4th-i-hope-your-holiday-is-full-of-wellness-love-and-laughter-%f0%9f%87%ba%f0%9f%87%b8/',0,'sl-insta-media','',0),(12472,0,'2022-11-10 20:58:27','2022-11-10 20:58:27','','The \"Mommy please stop working and give me attention\" look... #cutie #love #greatdane #unconditionallove #photooftheday #puppy #sweetness #lover #bigbaby #adorable&hellip;','','publish','closed','closed','','the-mommy-please-stop-working-and-give-me-attention-look-cutie-love-greatdane-unconditionallove-photooftheday-puppy-sweetness-lover-bigbaby-adorable','','','2022-11-10 20:58:27','2022-11-10 20:58:27','',0,'https://lavendermatyoga.com/sl-insta-media/the-mommy-please-stop-working-and-give-me-attention-look-cutie-love-greatdane-unconditionallove-photooftheday-puppy-sweetness-lover-bigbaby-adorable/',0,'sl-insta-media','',0),(12473,0,'2022-11-10 20:58:28','2022-11-10 20:58:28','','Thanks to the 22 amazing people who joined us tonight, 22 is a special number! It\'s an angel number reminding&hellip;','','publish','closed','closed','','thanks-to-the-22-amazing-people-who-joined-us-tonight-22-is-a-special-number-its-an-angel-number-reminding','','','2022-11-10 20:58:28','2022-11-10 20:58:28','',0,'https://lavendermatyoga.com/sl-insta-media/thanks-to-the-22-amazing-people-who-joined-us-tonight-22-is-a-special-number-its-an-angel-number-reminding/',0,'sl-insta-media','',0),(12474,0,'2022-11-10 20:58:28','2022-11-10 20:58:28','','Road trip essentials 😆 (see what I did there 😂) #essentialoils #roadtrip #charlotte','','publish','closed','closed','','road-trip-essentials-%f0%9f%98%86-see-what-i-did-there-%f0%9f%98%82-essentialoils-roadtrip-charlotte','','','2022-11-10 20:58:28','2022-11-10 20:58:28','',0,'https://lavendermatyoga.com/sl-insta-media/road-trip-essentials-%f0%9f%98%86-see-what-i-did-there-%f0%9f%98%82-essentialoils-roadtrip-charlotte/',0,'sl-insta-media','',0),(12475,0,'2022-11-10 20:58:29','2022-11-10 20:58:29','','Don\'t forget, the past is the past, don\'t give it another second of your attention! You can\'t change the past.&hellip;','','publish','closed','closed','','dont-forget-the-past-is-the-past-dont-give-it-another-second-of-your-attention-you-cant-change-the-past','','','2022-11-10 20:58:29','2022-11-10 20:58:29','',0,'https://lavendermatyoga.com/sl-insta-media/dont-forget-the-past-is-the-past-dont-give-it-another-second-of-your-attention-you-cant-change-the-past/',0,'sl-insta-media','',0),(12476,0,'2022-11-10 20:58:29','2022-11-10 20:58:29','','\"When Dragonfly appears: This is a time when the magic and mystery of life is reawakening for you. It’s important&hellip;','','publish','closed','closed','','when-dragonfly-appears-this-is-a-time-when-the-magic-and-mystery-of-life-is-reawakening-for-you-its-important','','','2022-11-10 20:58:29','2022-11-10 20:58:29','',0,'https://lavendermatyoga.com/sl-insta-media/when-dragonfly-appears-this-is-a-time-when-the-magic-and-mystery-of-life-is-reawakening-for-you-its-important/',0,'sl-insta-media','',0),(12477,0,'2022-11-10 20:58:29','2022-11-10 20:58:29','','I have had the most wonderful few days in Charlotte, full of fun, family, and adventure! I hope you all&hellip;','','publish','closed','closed','','i-have-had-the-most-wonderful-few-days-in-charlotte-full-of-fun-family-and-adventure-i-hope-you-all','','','2022-11-10 20:58:29','2022-11-10 20:58:29','',0,'https://lavendermatyoga.com/sl-insta-media/i-have-had-the-most-wonderful-few-days-in-charlotte-full-of-fun-family-and-adventure-i-hope-you-all/',0,'sl-insta-media','',0),(12478,0,'2022-11-10 20:58:30','2022-11-10 20:58:30','','#givewhatyouvegot #beyou #charlestonsc #wisewords #emotionalhealth #naturalhealthandwellness','','publish','closed','closed','','givewhatyouvegot-beyou-charlestonsc-wisewords-emotionalhealth-naturalhealthandwellness','','','2022-11-10 20:58:30','2022-11-10 20:58:30','',0,'https://lavendermatyoga.com/sl-insta-media/givewhatyouvegot-beyou-charlestonsc-wisewords-emotionalhealth-naturalhealthandwellness/',0,'sl-insta-media','',0),(12479,0,'2022-11-10 20:58:30','2022-11-10 20:58:30','','Yummy #summer #peaches #juicy #healthysnack','','publish','closed','closed','','yummy-summer-peaches-juicy-healthysnack','','','2022-11-10 20:58:30','2022-11-10 20:58:30','',0,'https://lavendermatyoga.com/sl-insta-media/yummy-summer-peaches-juicy-healthysnack/',0,'sl-insta-media','',0),(12480,0,'2022-11-10 20:58:31','2022-11-10 20:58:31','','Jump in with both feet, in everything you do. #fly #inspiration #yogi #wisewords #quote #charlestonsc #mountpleasant','','publish','closed','closed','','jump-in-with-both-feet-in-everything-you-do-fly-inspiration-yogi-wisewords-quote-charlestonsc-mountpleasant','','','2022-11-10 20:58:31','2022-11-10 20:58:31','',0,'https://lavendermatyoga.com/sl-insta-media/jump-in-with-both-feet-in-everything-you-do-fly-inspiration-yogi-wisewords-quote-charlestonsc-mountpleasant/',0,'sl-insta-media','',0),(12481,0,'2022-11-10 20:58:31','2022-11-10 20:58:31','','#wisewords #charlestonyoga #charlestonsc #yoga #yogi','','publish','closed','closed','','wisewords-charlestonyoga-charlestonsc-yoga-yogi','','','2022-11-10 20:58:31','2022-11-10 20:58:31','',0,'https://lavendermatyoga.com/sl-insta-media/wisewords-charlestonyoga-charlestonsc-yoga-yogi/',0,'sl-insta-media','',0),(12482,0,'2022-11-10 20:58:31','2022-11-10 20:58:31','','Goodness it\'s way past my bedtime! Make sure to get some rest tonight for beach yoga tomorrow morning!! 10:30am on&hellip;','','publish','closed','closed','','goodness-its-way-past-my-bedtime-make-sure-to-get-some-rest-tonight-for-beach-yoga-tomorrow-morning-1030am-on','','','2022-11-10 20:58:31','2022-11-10 20:58:31','',0,'https://lavendermatyoga.com/sl-insta-media/goodness-its-way-past-my-bedtime-make-sure-to-get-some-rest-tonight-for-beach-yoga-tomorrow-morning-1030am-on/',0,'sl-insta-media','',0),(12483,0,'2022-11-10 20:58:32','2022-11-10 20:58:32','','It was time to upgrade! Essential oils can truly change your life! Don\'t miss my free class tomorrow! Essential Oils&hellip;','','publish','closed','closed','','it-was-time-to-upgrade-essential-oils-can-truly-change-your-life-dont-miss-my-free-class-tomorrow-essential-oils','','','2022-11-10 20:58:32','2022-11-10 20:58:32','',0,'https://lavendermatyoga.com/sl-insta-media/it-was-time-to-upgrade-essential-oils-can-truly-change-your-life-dont-miss-my-free-class-tomorrow-essential-oils/',0,'sl-insta-media','',0),(12484,0,'2022-11-10 20:58:32','2022-11-10 20:58:32','','Trust that gut reaction not the monkey mind not the fear response of shortened breathe and tightened muscles. Trust that&hellip;','','publish','closed','closed','','trust-that-gut-reaction-not-the-monkey-mind-not-the-fear-response-of-shortened-breathe-and-tightened-muscles-trust-that','','','2022-11-10 20:58:32','2022-11-10 20:58:32','',0,'https://lavendermatyoga.com/sl-insta-media/trust-that-gut-reaction-not-the-monkey-mind-not-the-fear-response-of-shortened-breathe-and-tightened-muscles-trust-that/',0,'sl-insta-media','',0),(12485,0,'2022-11-10 20:58:33','2022-11-10 20:58:33','','Sometimes you need a little #support. You may know everything that a person tells you when they are advising you&hellip;','','publish','closed','closed','','sometimes-you-need-a-little-support-you-may-know-everything-that-a-person-tells-you-when-they-are-advising-you','','','2022-11-10 20:58:33','2022-11-10 20:58:33','',0,'https://lavendermatyoga.com/sl-insta-media/sometimes-you-need-a-little-support-you-may-know-everything-that-a-person-tells-you-when-they-are-advising-you/',0,'sl-insta-media','',0),(12486,0,'2022-11-10 20:58:33','2022-11-10 20:58:33','','What a gorgeous night for some beach yoga!! The #wildflowers by the path to the beach were full in bloom&hellip;','','publish','closed','closed','','what-a-gorgeous-night-for-some-beach-yoga-the-wildflowers-by-the-path-to-the-beach-were-full-in-bloom','','','2022-11-10 20:58:33','2022-11-10 20:58:33','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-gorgeous-night-for-some-beach-yoga-the-wildflowers-by-the-path-to-the-beach-were-full-in-bloom/',0,'sl-insta-media','',0),(12487,0,'2022-11-10 20:58:33','2022-11-10 20:58:33','','Just finished a photo shoot with Kate\'s Lens Photography! Had so much fun and can\'t wait to show you how&hellip;','','publish','closed','closed','','just-finished-a-photo-shoot-with-kates-lens-photography-had-so-much-fun-and-cant-wait-to-show-you-how','','','2022-11-10 20:58:33','2022-11-10 20:58:33','',0,'https://lavendermatyoga.com/sl-insta-media/just-finished-a-photo-shoot-with-kates-lens-photography-had-so-much-fun-and-cant-wait-to-show-you-how/',0,'sl-insta-media','',0),(12488,0,'2022-11-10 20:58:34','2022-11-10 20:58:34','','\"Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment\" -Buddha','','publish','closed','closed','','do-not-dwell-in-the-past-do-not-dream-of-the-future-concentrate-the-mind-on-the-present-moment-buddha','','','2022-11-10 20:58:34','2022-11-10 20:58:34','',0,'https://lavendermatyoga.com/sl-insta-media/do-not-dwell-in-the-past-do-not-dream-of-the-future-concentrate-the-mind-on-the-present-moment-buddha/',0,'sl-insta-media','',0),(12489,0,'2022-11-10 20:58:34','2022-11-10 20:58:34','','What a wonderful day to be with friends and an amazing pup 😁😇 Rain or shine I\'m happy to have&hellip;','','publish','closed','closed','','what-a-wonderful-day-to-be-with-friends-and-an-amazing-pup-%f0%9f%98%81%f0%9f%98%87-rain-or-shine-im-happy-to-have','','','2022-11-10 20:58:34','2022-11-10 20:58:34','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-wonderful-day-to-be-with-friends-and-an-amazing-pup-%f0%9f%98%81%f0%9f%98%87-rain-or-shine-im-happy-to-have/',0,'sl-insta-media','',0),(12490,0,'2022-11-10 20:58:34','2022-11-10 20:58:34','','Sitting here reading the much anticipated @yoga_girl book is encouraging me to keep on keeping on and to pick up&hellip;','','publish','closed','closed','','sitting-here-reading-the-much-anticipated-yoga_girl-book-is-encouraging-me-to-keep-on-keeping-on-and-to-pick-up','','','2022-11-10 20:58:34','2022-11-10 20:58:34','',0,'https://lavendermatyoga.com/sl-insta-media/sitting-here-reading-the-much-anticipated-yoga_girl-book-is-encouraging-me-to-keep-on-keeping-on-and-to-pick-up/',0,'sl-insta-media','',0),(12491,0,'2022-11-10 20:58:35','2022-11-10 20:58:35','','In love with my #consciousink temporary tattoo! I\'m way to indecisive to ever get a real one but For the&hellip;','','publish','closed','closed','','in-love-with-my-consciousink-temporary-tattoo-im-way-to-indecisive-to-ever-get-a-real-one-but-for-the','','','2022-11-10 20:58:35','2022-11-10 20:58:35','',0,'https://lavendermatyoga.com/sl-insta-media/in-love-with-my-consciousink-temporary-tattoo-im-way-to-indecisive-to-ever-get-a-real-one-but-for-the/',0,'sl-insta-media','',0),(12492,0,'2022-11-10 20:58:35','2022-11-10 20:58:35','','Had a wonderful essential oils wine and cheese party last night! Thanks to everyone who came and made it such&hellip;','','publish','closed','closed','','had-a-wonderful-essential-oils-wine-and-cheese-party-last-night-thanks-to-everyone-who-came-and-made-it-such','','','2022-11-10 20:58:35','2022-11-10 20:58:35','',0,'https://lavendermatyoga.com/sl-insta-media/had-a-wonderful-essential-oils-wine-and-cheese-party-last-night-thanks-to-everyone-who-came-and-made-it-such/',0,'sl-insta-media','',0),(12493,0,'2022-11-10 20:58:36','2022-11-10 20:58:36','','What a wonderful field trip we had to the waterfront park today! #charlestonSC #wingskids #yogiintuition','','publish','closed','closed','','what-a-wonderful-field-trip-we-had-to-the-waterfront-park-today-charlestonsc-wingskids-yogiintuition','','','2022-11-10 20:58:36','2022-11-10 20:58:36','',0,'https://lavendermatyoga.com/sl-insta-media/what-a-wonderful-field-trip-we-had-to-the-waterfront-park-today-charlestonsc-wingskids-yogiintuition/',0,'sl-insta-media','',0),(12494,0,'2022-11-10 20:58:36','2022-11-10 20:58:36','','#beauty #love #yogiintuiton #life','','publish','closed','closed','','beauty-love-yogiintuiton-life','','','2022-11-10 20:58:36','2022-11-10 20:58:36','',0,'https://lavendermatyoga.com/sl-insta-media/beauty-love-yogiintuiton-life/',0,'sl-insta-media','',0),(12495,0,'2022-11-10 20:58:37','2022-11-10 20:58:37','','Thinking of my WINGS kids today! I have missed them while I\'ve been away training. My heart aches when I&hellip;','','publish','closed','closed','','thinking-of-my-wings-kids-today-i-have-missed-them-while-ive-been-away-training-my-heart-aches-when-i','','','2022-11-10 20:58:37','2022-11-10 20:58:37','',0,'https://lavendermatyoga.com/sl-insta-media/thinking-of-my-wings-kids-today-i-have-missed-them-while-ive-been-away-training-my-heart-aches-when-i/',0,'sl-insta-media','',0),(12496,0,'2022-11-10 20:58:37','2022-11-10 20:58:37','','So close to reaching me head! Working with gravity does wonders for the advancement of your yoga asanas! #aerial #aerialyoga&hellip;','','publish','closed','closed','','so-close-to-reaching-me-head-working-with-gravity-does-wonders-for-the-advancement-of-your-yoga-asanas-aerial-aerialyoga','','','2022-11-10 20:58:37','2022-11-10 20:58:37','',0,'https://lavendermatyoga.com/sl-insta-media/so-close-to-reaching-me-head-working-with-gravity-does-wonders-for-the-advancement-of-your-yoga-asanas-aerial-aerialyoga/',0,'sl-insta-media','',0),(12497,0,'2022-11-10 20:58:37','2022-11-10 20:58:37','','#yogiintuition','','publish','closed','closed','','yogiintuition','','','2022-11-10 20:58:37','2022-11-10 20:58:37','',0,'https://lavendermatyoga.com/sl-insta-media/yogiintuition/',0,'sl-insta-media','',0),(12498,0,'2022-11-10 20:58:38','2022-11-10 20:58:38','','#regram #meditateeverydamnday #yogiintuition','','publish','closed','closed','','regram-meditateeverydamnday-yogiintuition','','','2022-11-10 20:58:38','2022-11-10 20:58:38','',0,'https://lavendermatyoga.com/sl-insta-media/regram-meditateeverydamnday-yogiintuition/',0,'sl-insta-media','',0),(12499,0,'2022-11-10 20:58:38','2022-11-10 20:58:38','','Roscoe and Brad came to observe class tonight, of course @roscoe_thegreatdane was a rockstar and everyone loved his example of&hellip;','','publish','closed','closed','','roscoe-and-brad-came-to-observe-class-tonight-of-course-roscoe_thegreatdane-was-a-rockstar-and-everyone-loved-his-example-of','','','2022-11-10 20:58:38','2022-11-10 20:58:38','',0,'https://lavendermatyoga.com/sl-insta-media/roscoe-and-brad-came-to-observe-class-tonight-of-course-roscoe_thegreatdane-was-a-rockstar-and-everyone-loved-his-example-of/',0,'sl-insta-media','',0),(12500,0,'2022-11-10 20:58:39','2022-11-10 20:58:39','','The sunset tonight was absolutely gorgeous!!!','','publish','closed','closed','','the-sunset-tonight-was-absolutely-gorgeous','','','2022-11-10 20:58:39','2022-11-10 20:58:39','',0,'https://lavendermatyoga.com/sl-insta-media/the-sunset-tonight-was-absolutely-gorgeous/',0,'sl-insta-media','',0),(12501,0,'2022-11-10 20:58:39','2022-11-10 20:58:39','','No matter how much I advance in this pose it always poses a challenge for me! I have so much&hellip;','','publish','closed','closed','','no-matter-how-much-i-advance-in-this-pose-it-always-poses-a-challenge-for-me-i-have-so-much','','','2022-11-10 20:58:39','2022-11-10 20:58:39','',0,'https://lavendermatyoga.com/sl-insta-media/no-matter-how-much-i-advance-in-this-pose-it-always-poses-a-challenge-for-me-i-have-so-much/',0,'sl-insta-media','',0),(12502,0,'2022-11-10 20:58:39','2022-11-10 20:58:39','','This is the asana that brings me back down to earth. By bringing my third eye to the mat, I&hellip;','','publish','closed','closed','','this-is-the-asana-that-brings-me-back-down-to-earth-by-bringing-my-third-eye-to-the-mat-i','','','2022-11-10 20:58:39','2022-11-10 20:58:39','',0,'https://lavendermatyoga.com/sl-insta-media/this-is-the-asana-that-brings-me-back-down-to-earth-by-bringing-my-third-eye-to-the-mat-i/',0,'sl-insta-media','',0),(12503,0,'2022-11-10 20:58:40','2022-11-10 20:58:40','','This pose shows me how far I\'ve come in my practice. Today this pose is a cake walk for me,&hellip;','','publish','closed','closed','','this-pose-shows-me-how-far-ive-come-in-my-practice-today-this-pose-is-a-cake-walk-for-me','','','2022-11-10 20:58:40','2022-11-10 20:58:40','',0,'https://lavendermatyoga.com/sl-insta-media/this-pose-shows-me-how-far-ive-come-in-my-practice-today-this-pose-is-a-cake-walk-for-me/',0,'sl-insta-media','',0),(12504,0,'2022-11-10 21:09:33','2022-11-10 21:09:33','','#kindness #yogamindset #yoga #yogiintuition','','publish','closed','closed','','kindness-yogamindset-yoga-yogiintuition','','','2022-11-10 21:09:33','2022-11-10 21:09:33','',0,'https://lavendermatyoga.com/sl-insta-media/kindness-yogamindset-yoga-yogiintuition/',0,'sl-insta-media','',0),(12505,0,'2022-11-10 21:09:34','2022-11-10 21:09:34','','Brad and I were at the #gym when I was tagged to #strikeapose by @fullam7291!! So we decided to try&hellip;','','publish','closed','closed','','brad-and-i-were-at-the-gym-when-i-was-tagged-to-strikeapose-by-fullam7291-so-we-decided-to-try','','','2022-11-10 21:09:34','2022-11-10 21:09:34','',0,'https://lavendermatyoga.com/sl-insta-media/brad-and-i-were-at-the-gym-when-i-was-tagged-to-strikeapose-by-fullam7291-so-we-decided-to-try/',0,'sl-insta-media','',0),(12506,0,'2022-11-10 21:09:34','2022-11-10 21:09:34','','www.madisonrosenberger.com','','publish','closed','closed','','www-madisonrosenberger-com','','','2022-11-10 21:09:34','2022-11-10 21:09:34','',0,'https://lavendermatyoga.com/sl-insta-media/www-madisonrosenberger-com/',0,'sl-insta-media','',0),(12507,0,'2022-11-10 21:09:35','2022-11-10 21:09:35','','A great way to enjoy hydrating! Infused #water! Today\'s concoction six #stawberries, half a #lemon, handful of #fresh #basil from&hellip;','','publish','closed','closed','','a-great-way-to-enjoy-hydrating-infused-water-todays-concoction-six-stawberries-half-a-lemon-handful-of-fresh-basil-from','','','2022-11-10 21:09:35','2022-11-10 21:09:35','',0,'https://lavendermatyoga.com/sl-insta-media/a-great-way-to-enjoy-hydrating-infused-water-todays-concoction-six-stawberries-half-a-lemon-handful-of-fresh-basil-from/',0,'sl-insta-media','',0),(12508,0,'2022-11-10 21:09:35','2022-11-10 21:09:35','','Sometimes life is hard. Sometimes life is stressful. Sometimes life hurts. But then the sun comes out, and waves crash&hellip;','','publish','closed','closed','','sometimes-life-is-hard-sometimes-life-is-stressful-sometimes-life-hurts-but-then-the-sun-comes-out-and-waves-crash','','','2022-11-10 21:09:35','2022-11-10 21:09:35','',0,'https://lavendermatyoga.com/sl-insta-media/sometimes-life-is-hard-sometimes-life-is-stressful-sometimes-life-hurts-but-then-the-sun-comes-out-and-waves-crash/',0,'sl-insta-media','',0),(12509,0,'2022-11-10 21:09:37','2022-11-10 21:09:37','','I use mine after my shower to comb essential oils through my hair at the end of a long day.&hellip;','','publish','closed','closed','','i-use-mine-after-my-shower-to-comb-essential-oils-through-my-hair-at-the-end-of-a-long-day','','','2022-11-10 21:09:37','2022-11-10 21:09:37','',0,'https://lavendermatyoga.com/sl-insta-media/i-use-mine-after-my-shower-to-comb-essential-oils-through-my-hair-at-the-end-of-a-long-day/',0,'sl-insta-media','',0),(12510,0,'2022-11-10 21:09:37','2022-11-10 21:09:37','','Low vibrations tend to linger in your hair, stunting its health and ability to connect you to your Crown Chakra.&hellip;','','publish','closed','closed','','low-vibrations-tend-to-linger-in-your-hair-stunting-its-health-and-ability-to-connect-you-to-your-crown-chakra','','','2022-11-10 21:09:37','2022-11-10 21:09:37','',0,'https://lavendermatyoga.com/sl-insta-media/low-vibrations-tend-to-linger-in-your-hair-stunting-its-health-and-ability-to-connect-you-to-your-crown-chakra/',0,'sl-insta-media','',0),(12511,0,'2022-11-10 21:09:38','2022-11-10 21:09:38','','- Do you want to stimulate hair growth? - Do you want to increase your psychic abilities? - Do you&hellip;','','publish','closed','closed','','do-you-want-to-stimulate-hair-growth-do-you-want-to-increase-your-psychic-abilities-do-you','','','2022-11-10 21:09:38','2022-11-10 21:09:38','',0,'https://lavendermatyoga.com/sl-insta-media/do-you-want-to-stimulate-hair-growth-do-you-want-to-increase-your-psychic-abilities-do-you/',0,'sl-insta-media','',0),(12512,0,'2022-11-10 21:09:38','2022-11-10 21:09:38','','Repeat after me: “I am enough” . . . . Gorgeous gemmy rose Quartz by @energymuse','','publish','closed','closed','','repeat-after-me-i-am-enough-gorgeous-gemmy-rose-quartz-by-energymuse','','','2022-11-10 21:09:38','2022-11-10 21:09:38','',0,'https://lavendermatyoga.com/sl-insta-media/repeat-after-me-i-am-enough-gorgeous-gemmy-rose-quartz-by-energymuse/',0,'sl-insta-media','',0),(12513,0,'2022-11-10 21:09:38','2022-11-10 21:09:38','','Your hair is a sacred part of your Self and taking care of it with respect and love will deeply&hellip;','','publish','closed','closed','','your-hair-is-a-sacred-part-of-your-self-and-taking-care-of-it-with-respect-and-love-will-deeply','','','2022-11-10 21:09:38','2022-11-10 21:09:38','',0,'https://lavendermatyoga.com/sl-insta-media/your-hair-is-a-sacred-part-of-your-self-and-taking-care-of-it-with-respect-and-love-will-deeply/',0,'sl-insta-media','',0),(12514,0,'2022-11-10 21:09:39','2022-11-10 21:09:39','','QUARTZ CRYSTAL HAIR COMB $111.00 + shipping ($4.88 in the US + $14.87 anywhere else in the world) ✨✨Do you&hellip;','','publish','closed','closed','','quartz-crystal-hair-comb-111-00-shipping-4-88-in-the-us-14-87-anywhere-else-in-the-world-%e2%9c%a8%e2%9c%a8do-you','','','2022-11-10 21:09:39','2022-11-10 21:09:39','',0,'https://lavendermatyoga.com/sl-insta-media/quartz-crystal-hair-comb-111-00-shipping-4-88-in-the-us-14-87-anywhere-else-in-the-world-%e2%9c%a8%e2%9c%a8do-you/',0,'sl-insta-media','',0),(12515,0,'2022-11-10 21:09:39','2022-11-10 21:09:39','','I’m contemplating potentially adding these beautiful quartz combs to my Shop, would you be interested in purchasing one? I use&hellip;','','publish','closed','closed','','im-contemplating-potentially-adding-these-beautiful-quartz-combs-to-my-shop-would-you-be-interested-in-purchasing-one-i-use','','','2022-11-10 21:09:39','2022-11-10 21:09:39','',0,'https://lavendermatyoga.com/sl-insta-media/im-contemplating-potentially-adding-these-beautiful-quartz-combs-to-my-shop-would-you-be-interested-in-purchasing-one-i-use/',0,'sl-insta-media','',0),(12516,0,'2022-11-10 21:09:40','2022-11-10 21:09:40','','A big gorgeous gemmy Amethyst courtesy of @crystals_of_australia 😍😍 This guy mines his own crystals and I’m living my dreams&hellip;','','publish','closed','closed','','a-big-gorgeous-gemmy-amethyst-courtesy-of-crystals_of_australia-%f0%9f%98%8d%f0%9f%98%8d-this-guy-mines-his-own-crystals-and-im-living-my-dreams','','','2022-11-10 21:09:40','2022-11-10 21:09:40','',0,'https://lavendermatyoga.com/sl-insta-media/a-big-gorgeous-gemmy-amethyst-courtesy-of-crystals_of_australia-%f0%9f%98%8d%f0%9f%98%8d-this-guy-mines-his-own-crystals-and-im-living-my-dreams/',0,'sl-insta-media','',0),(12517,0,'2022-11-10 21:09:40','2022-11-10 21:09:40','','I originally posted that our last class at Blue Cross would be June 25th but due to a scheduling conflict&hellip;','','publish','closed','closed','','i-originally-posted-that-our-last-class-at-blue-cross-would-be-june-25th-but-due-to-a-scheduling-conflict','','','2022-11-10 21:09:40','2022-11-10 21:09:40','',0,'https://lavendermatyoga.com/sl-insta-media/i-originally-posted-that-our-last-class-at-blue-cross-would-be-june-25th-but-due-to-a-scheduling-conflict/',0,'sl-insta-media','',0),(12518,0,'2022-11-10 21:09:41','2022-11-10 21:09:41','','A beautiful emailed card reading I did for a lovely lady! You can purchase yours in my shop 💗💋 madisonrosenberger.com/shop','','publish','closed','closed','','a-beautiful-emailed-card-reading-i-did-for-a-lovely-lady-you-can-purchase-yours-in-my-shop-%f0%9f%92%97%f0%9f%92%8b-madisonrosenberger-com-shop','','','2022-11-10 21:09:41','2022-11-10 21:09:41','',0,'https://lavendermatyoga.com/sl-insta-media/a-beautiful-emailed-card-reading-i-did-for-a-lovely-lady-you-can-purchase-yours-in-my-shop-%f0%9f%92%97%f0%9f%92%8b-madisonrosenberger-com-shop/',0,'sl-insta-media','',0),(12519,0,'2022-11-10 21:09:41','2022-11-10 21:09:41','','Did you know the Solar Plexus has more receptors sites than the brain?! This is the part of your body&hellip;','','publish','closed','closed','','did-you-know-the-solar-plexus-has-more-receptors-sites-than-the-brain-this-is-the-part-of-your-body','','','2022-11-10 21:09:41','2022-11-10 21:09:41','',0,'https://lavendermatyoga.com/sl-insta-media/did-you-know-the-solar-plexus-has-more-receptors-sites-than-the-brain-this-is-the-part-of-your-body/',0,'sl-insta-media','',0),(12520,0,'2022-11-10 21:09:42','2022-11-10 21:09:42','','Escape the rain tonight and come join me at Blue Cross for some free yoga! Starting at 6pm in Mt&hellip;','','publish','closed','closed','','escape-the-rain-tonight-and-come-join-me-at-blue-cross-for-some-free-yoga-starting-at-6pm-in-mt','','','2022-11-10 21:09:42','2022-11-10 21:09:42','',0,'https://lavendermatyoga.com/sl-insta-media/escape-the-rain-tonight-and-come-join-me-at-blue-cross-for-some-free-yoga-starting-at-6pm-in-mt/',0,'sl-insta-media','',0),(12521,0,'2022-11-10 21:09:42','2022-11-10 21:09:42','','Totally in love with this custom collage by @rachday_ 🙏🏻💗💋','','publish','closed','closed','','totally-in-love-with-this-custom-collage-by-rachday_-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97%f0%9f%92%8b','','','2022-11-10 21:09:42','2022-11-10 21:09:42','',0,'https://lavendermatyoga.com/sl-insta-media/totally-in-love-with-this-custom-collage-by-rachday_-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97%f0%9f%92%8b/',0,'sl-insta-media','',0),(12522,0,'2022-11-10 21:09:42','2022-11-10 21:09:42','','Free yoga with me tonight at 6pm 👌🏻🙌🏻 DM for details 💋💗','','publish','closed','closed','','free-yoga-with-me-tonight-at-6pm-%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-dm-for-details-%f0%9f%92%8b%f0%9f%92%97','','','2022-11-10 21:09:42','2022-11-10 21:09:42','',0,'https://lavendermatyoga.com/sl-insta-media/free-yoga-with-me-tonight-at-6pm-%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%99%8c%f0%9f%8f%bb-dm-for-details-%f0%9f%92%8b%f0%9f%92%97/',0,'sl-insta-media','',0),(12523,0,'2022-11-10 21:09:43','2022-11-10 21:09:43','','Rocking my #99problemscrystaledition shirt today! They come in Women\'s Tee (what I\'m wearing) and Unisex! Get yours in my shop&hellip;','','publish','closed','closed','','rocking-my-99problemscrystaledition-shirt-today-they-come-in-womens-tee-what-im-wearing-and-unisex-get-yours-in-my-shop','','','2022-11-10 21:09:43','2022-11-10 21:09:43','',0,'https://lavendermatyoga.com/sl-insta-media/rocking-my-99problemscrystaledition-shirt-today-they-come-in-womens-tee-what-im-wearing-and-unisex-get-yours-in-my-shop/',0,'sl-insta-media','',0),(12524,0,'2022-11-10 21:09:43','2022-11-10 21:09:43','','There is still space in tonight\'s Crystal Healing 101 class at 7:30pm @cornerstoneminerals - In this class you will learn:&hellip;','','publish','closed','closed','','there-is-still-space-in-tonights-crystal-healing-101-class-at-730pm-cornerstoneminerals-in-this-class-you-will-learn','','','2022-11-10 21:09:43','2022-11-10 21:09:43','',0,'https://lavendermatyoga.com/sl-insta-media/there-is-still-space-in-tonights-crystal-healing-101-class-at-730pm-cornerstoneminerals-in-this-class-you-will-learn/',0,'sl-insta-media','',0),(12525,0,'2022-11-10 21:09:44','2022-11-10 21:09:44','','Charlestonians! Join me in Mt.Pleasant at 6pm for some free yoga! DM me for details 💋💋','','publish','closed','closed','','charlestonians-join-me-in-mt-pleasant-at-6pm-for-some-free-yoga-dm-me-for-details-%f0%9f%92%8b%f0%9f%92%8b','','','2022-11-10 21:09:44','2022-11-10 21:09:44','',0,'https://lavendermatyoga.com/sl-insta-media/charlestonians-join-me-in-mt-pleasant-at-6pm-for-some-free-yoga-dm-me-for-details-%f0%9f%92%8b%f0%9f%92%8b/',0,'sl-insta-media','',0),(12526,0,'2022-11-10 21:09:44','2022-11-10 21:09:44','','Im so excited for tomorrow, I always have so much fun teaching crystal classes at @cornerstoneminerals ! Crystals are so&hellip;','','publish','closed','closed','','im-so-excited-for-tomorrow-i-always-have-so-much-fun-teaching-crystal-classes-at-cornerstoneminerals-crystals-are-so','','','2022-11-10 21:09:44','2022-11-10 21:09:44','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-excited-for-tomorrow-i-always-have-so-much-fun-teaching-crystal-classes-at-cornerstoneminerals-crystals-are-so/',0,'sl-insta-media','',0),(12527,0,'2022-11-10 21:09:44','2022-11-10 21:09:44','','I\'ve got something magic planned for the Shift Charlotte expo in March! And it requires charging these gorgeous Moss Agates&hellip;','','publish','closed','closed','','ive-got-something-magic-planned-for-the-shift-charlotte-expo-in-march-and-it-requires-charging-these-gorgeous-moss-agates','','','2022-11-10 21:09:44','2022-11-10 21:09:44','',0,'https://lavendermatyoga.com/sl-insta-media/ive-got-something-magic-planned-for-the-shift-charlotte-expo-in-march-and-it-requires-charging-these-gorgeous-moss-agates/',0,'sl-insta-media','',0),(12528,0,'2022-11-10 21:09:45','2022-11-10 21:09:45','','Have you suffered from anxiety and used spiritual practices as treatment? I\'m searching for participants! 💗💗I have sent an email&hellip;','','publish','closed','closed','','have-you-suffered-from-anxiety-and-used-spiritual-practices-as-treatment-im-searching-for-participants-%f0%9f%92%97%f0%9f%92%97i-have-sent-an-email','','','2022-11-10 21:09:45','2022-11-10 21:09:45','',0,'https://lavendermatyoga.com/sl-insta-media/have-you-suffered-from-anxiety-and-used-spiritual-practices-as-treatment-im-searching-for-participants-%f0%9f%92%97%f0%9f%92%97i-have-sent-an-email/',0,'sl-insta-media','',0),(12529,0,'2022-11-10 21:09:45','2022-11-10 21:09:45','','Wonderful night of teaching awesome yoga students, as always! Come join us next Monday at 6pm for some free yoga&hellip;','','publish','closed','closed','','wonderful-night-of-teaching-awesome-yoga-students-as-always-come-join-us-next-monday-at-6pm-for-some-free-yoga','','','2022-11-10 21:09:45','2022-11-10 21:09:45','',0,'https://lavendermatyoga.com/sl-insta-media/wonderful-night-of-teaching-awesome-yoga-students-as-always-come-join-us-next-monday-at-6pm-for-some-free-yoga/',0,'sl-insta-media','',0),(12530,0,'2022-11-10 21:09:47','2022-11-10 21:09:47','','🌹🌹🌹','','publish','closed','closed','','%f0%9f%8c%b9%f0%9f%8c%b9%f0%9f%8c%b9','','','2022-11-10 21:09:47','2022-11-10 21:09:47','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%8c%b9%f0%9f%8c%b9%f0%9f%8c%b9/',0,'sl-insta-media','',0),(12531,0,'2022-11-10 21:09:47','2022-11-10 21:09:47','','I\'m developing a case study for my Ph.D dissertation , and I need people who have experienced anxiety and have&hellip;','','publish','closed','closed','','im-developing-a-case-study-for-my-ph-d-dissertation-and-i-need-people-who-have-experienced-anxiety-and-have','','','2022-11-10 21:09:47','2022-11-10 21:09:47','',0,'https://lavendermatyoga.com/sl-insta-media/im-developing-a-case-study-for-my-ph-d-dissertation-and-i-need-people-who-have-experienced-anxiety-and-have/',0,'sl-insta-media','',0),(12532,0,'2022-11-10 21:09:48','2022-11-10 21:09:48','','Bubble bath plus yoni egg = 😍🦄💗✨💆🏼🌕🌸...basically I\'m having a great night👌🏻 Curious about yoni eggs? Yoni Eggs are a&hellip;','','publish','closed','closed','','bubble-bath-plus-yoni-egg-%f0%9f%98%8d%f0%9f%a6%84%f0%9f%92%97%e2%9c%a8%f0%9f%92%86%f0%9f%8f%bc%f0%9f%8c%95%f0%9f%8c%b8-basically-im-having-a-great-night%f0%9f%91%8c%f0%9f%8f%bb-curious-about-yo','','','2022-11-10 21:09:48','2022-11-10 21:09:48','',0,'https://lavendermatyoga.com/sl-insta-media/bubble-bath-plus-yoni-egg-%f0%9f%98%8d%f0%9f%a6%84%f0%9f%92%97%e2%9c%a8%f0%9f%92%86%f0%9f%8f%bc%f0%9f%8c%95%f0%9f%8c%b8-basically-im-having-a-great-night%f0%9f%91%8c%f0%9f%8f%bb-curious-about-yo/',0,'sl-insta-media','',0),(12300,0,'2022-11-08 21:17:53','2022-11-08 21:17:53','','The best stocking stuffer of Christmas 2019? A crystal! (Baby yoda not included) And to add a cherry on top&hellip;','','publish','closed','closed','','the-best-stocking-stuffer-of-christmas-2019-a-crystal-baby-yoda-not-included-and-to-add-a-cherry-on-top','','','2022-11-08 21:17:53','2022-11-08 21:17:53','',0,'https://lavendermatyoga.com/sl-insta-media/the-best-stocking-stuffer-of-christmas-2019-a-crystal-baby-yoda-not-included-and-to-add-a-cherry-on-top/',0,'sl-insta-media','',0),(12275,0,'2022-11-08 21:17:42','2022-11-08 21:17:42','','🧘🏼‍♀️ Meditation will absolutely change your life. And you can learn it simply and in a straightforward way with my&hellip;','','publish','closed','closed','','%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-meditation-will-absolutely-change-your-life-and-you-can-learn-it-simply-and-in-a-straightforward-way-with-my','','','2022-11-08 21:17:42','2022-11-08 21:17:42','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-meditation-will-absolutely-change-your-life-and-you-can-learn-it-simply-and-in-a-straightforward-way-with-my/',0,'sl-insta-media','',0),(12276,0,'2022-11-08 21:17:43','2022-11-08 21:17:43','','Throwback to when Roscoe was the official face of @drinkcoppercup 😂😉 (not really, but he’s cute enough for the job!)','','publish','closed','closed','','throwback-to-when-roscoe-was-the-official-face-of-drinkcoppercup-%f0%9f%98%82%f0%9f%98%89-not-really-but-hes-cute-enough-for-the-job','','','2022-11-08 21:17:43','2022-11-08 21:17:43','',0,'https://lavendermatyoga.com/sl-insta-media/throwback-to-when-roscoe-was-the-official-face-of-drinkcoppercup-%f0%9f%98%82%f0%9f%98%89-not-really-but-hes-cute-enough-for-the-job/',0,'sl-insta-media','',0),(12277,0,'2022-11-08 21:17:43','2022-11-08 21:17:43','','','','publish','closed','closed','','12277','','','2022-11-08 21:17:43','2022-11-08 21:17:43','',0,'https://lavendermatyoga.com/sl-insta-media/12277/',0,'sl-insta-media','',0),(12278,0,'2022-11-08 21:17:43','2022-11-08 21:17:43','','This book will teach you the power of the present moment and how to create a safe place of peace&hellip;','','publish','closed','closed','','this-book-will-teach-you-the-power-of-the-present-moment-and-how-to-create-a-safe-place-of-peace','','','2022-11-08 21:17:43','2022-11-08 21:17:43','',0,'https://lavendermatyoga.com/sl-insta-media/this-book-will-teach-you-the-power-of-the-present-moment-and-how-to-create-a-safe-place-of-peace/',0,'sl-insta-media','',0),(12279,0,'2022-11-08 21:17:44','2022-11-08 21:17:44','','🙏🏻💗🌙 @mattkahn1','','publish','closed','closed','','%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97%f0%9f%8c%99-mattkahn1','','','2022-11-08 21:17:44','2022-11-08 21:17:44','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97%f0%9f%8c%99-mattkahn1/',0,'sl-insta-media','',0),(12280,0,'2022-11-08 21:17:44','2022-11-08 21:17:44','','Extra time at home, potentially alone, may be the perfect time to embark on a Yoni Egg healing journey with&hellip;','','publish','closed','closed','','extra-time-at-home-potentially-alone-may-be-the-perfect-time-to-embark-on-a-yoni-egg-healing-journey-with','','','2022-11-08 21:17:44','2022-11-08 21:17:44','',0,'https://lavendermatyoga.com/sl-insta-media/extra-time-at-home-potentially-alone-may-be-the-perfect-time-to-embark-on-a-yoni-egg-healing-journey-with/',0,'sl-insta-media','',0),(12281,0,'2022-11-08 21:17:45','2022-11-08 21:17:45','','You know that “frivolous” thing that you haven’t done for yourself because you “don’t have the time”, schedule it into&hellip;','','publish','closed','closed','','you-know-that-frivolous-thing-that-you-havent-done-for-yourself-because-you-dont-have-the-time-schedule-it-into','','','2022-11-08 21:17:45','2022-11-08 21:17:45','',0,'https://lavendermatyoga.com/sl-insta-media/you-know-that-frivolous-thing-that-you-havent-done-for-yourself-because-you-dont-have-the-time-schedule-it-into/',0,'sl-insta-media','',0),(12282,0,'2022-11-08 21:17:45','2022-11-08 21:17:45','','In yoga, the way we prepare ourselves for meditation is through asana (yoga poses) and pranayama (the breath). That’s what&hellip;','','publish','closed','closed','','in-yoga-the-way-we-prepare-ourselves-for-meditation-is-through-asana-yoga-poses-and-pranayama-the-breath-thats-what','','','2022-11-08 21:17:45','2022-11-08 21:17:45','',0,'https://lavendermatyoga.com/sl-insta-media/in-yoga-the-way-we-prepare-ourselves-for-meditation-is-through-asana-yoga-poses-and-pranayama-the-breath-thats-what/',0,'sl-insta-media','',0),(12283,0,'2022-11-08 21:17:45','2022-11-08 21:17:45','','💗💗💗','','publish','closed','closed','','%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97-2','','','2022-11-08 21:17:45','2022-11-08 21:17:45','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97-2/',0,'sl-insta-media','',0),(12284,0,'2022-11-08 21:17:46','2022-11-08 21:17:46','','I sat down to meditate today and asked my guides, “What do I need to know right now?” 🌙 And&hellip;','','publish','closed','closed','','i-sat-down-to-meditate-today-and-asked-my-guides-what-do-i-need-to-know-right-now-%f0%9f%8c%99-and','','','2022-11-08 21:17:46','2022-11-08 21:17:46','',0,'https://lavendermatyoga.com/sl-insta-media/i-sat-down-to-meditate-today-and-asked-my-guides-what-do-i-need-to-know-right-now-%f0%9f%8c%99-and/',0,'sl-insta-media','',0),(12285,0,'2022-11-08 21:17:46','2022-11-08 21:17:46','','Happy International Women’s Day!','','publish','closed','closed','','happy-international-womens-day','','','2022-11-08 21:17:46','2022-11-08 21:17:46','',0,'https://lavendermatyoga.com/sl-insta-media/happy-international-womens-day/',0,'sl-insta-media','',0),(12286,0,'2022-11-08 21:17:47','2022-11-08 21:17:47','','Yesterday I had a minor surgery on my uterus and ovaries. So today I am listening to Rosie’s powerful Womb&hellip;','','publish','closed','closed','','yesterday-i-had-a-minor-surgery-on-my-uterus-and-ovaries-so-today-i-am-listening-to-rosies-powerful-womb','','','2022-11-08 21:17:47','2022-11-08 21:17:47','',0,'https://lavendermatyoga.com/sl-insta-media/yesterday-i-had-a-minor-surgery-on-my-uterus-and-ovaries-so-today-i-am-listening-to-rosies-powerful-womb/',0,'sl-insta-media','',0),(12287,0,'2022-11-08 21:17:47','2022-11-08 21:17:47','','Happy Valentines Day! 💗💗','','publish','closed','closed','','happy-valentines-day-%f0%9f%92%97%f0%9f%92%97','','','2022-11-08 21:17:47','2022-11-08 21:17:47','',0,'https://lavendermatyoga.com/sl-insta-media/happy-valentines-day-%f0%9f%92%97%f0%9f%92%97/',0,'sl-insta-media','',0),(12288,0,'2022-11-08 21:17:47','2022-11-08 21:17:47','','CLOSED -the winner is @seekerofplaces!! 🎉 ———— LAST DAY! The giveaway closes tonight at midnight (EST) 🙌🏻🧘🏼‍♀️. . GIVEAWAY! 🤩&hellip;','','publish','closed','closed','','closed-the-winner-is-seekerofplaces-%f0%9f%8e%89-last-day-the-giveaway-closes-tonight-at-midnight-est-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc','','','2022-11-08 21:17:47','2022-11-08 21:17:47','',0,'https://lavendermatyoga.com/sl-insta-media/closed-the-winner-is-seekerofplaces-%f0%9f%8e%89-last-day-the-giveaway-closes-tonight-at-midnight-est-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc/',0,'sl-insta-media','',0),(12289,0,'2022-11-08 21:17:48','2022-11-08 21:17:48','','‘Meditate: A Simple and Straightforward Guide’ link in the bio 😊🙏🏻💗','','publish','closed','closed','','meditate-a-simple-and-straightforward-guide-link-in-the-bio-%f0%9f%98%8a%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97','','','2022-11-08 21:17:48','2022-11-08 21:17:48','',0,'https://lavendermatyoga.com/sl-insta-media/meditate-a-simple-and-straightforward-guide-link-in-the-bio-%f0%9f%98%8a%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%97/',0,'sl-insta-media','',0),(12290,0,'2022-11-08 21:17:48','2022-11-08 21:17:48','','GIVEAWAY CLOSED- the winner is @seekerofplaces!! 🎉 . I have partnered with @purepranalabel and @sonesence_music for an incredible meditation themed&hellip;','','publish','closed','closed','','giveaway-closed-the-winner-is-seekerofplaces-%f0%9f%8e%89-i-have-partnered-with-purepranalabel-and-sonesence_music-for-an-incredible-meditation-themed','','','2022-11-08 21:17:48','2022-11-08 21:17:48','',0,'https://lavendermatyoga.com/sl-insta-media/giveaway-closed-the-winner-is-seekerofplaces-%f0%9f%8e%89-i-have-partnered-with-purepranalabel-and-sonesence_music-for-an-incredible-meditation-themed/',0,'sl-insta-media','',0),(12291,0,'2022-11-08 21:17:49','2022-11-08 21:17:49','','😊🙏🏻🧘🏼‍♀️','','publish','closed','closed','','%f0%9f%98%8a%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f','','','2022-11-08 21:17:49','2022-11-08 21:17:49','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%98%8a%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f/',0,'sl-insta-media','',0),(12292,0,'2022-11-08 21:17:49','2022-11-08 21:17:49','','Also available as an eBook 😊🥰💗 (link in the bio👆🏻) #meditatewithmadison','','publish','closed','closed','','also-available-as-an-ebook-%f0%9f%98%8a%f0%9f%a5%b0%f0%9f%92%97-link-in-the-bio%f0%9f%91%86%f0%9f%8f%bb-meditatewithmadison','','','2022-11-08 21:17:49','2022-11-08 21:17:49','',0,'https://lavendermatyoga.com/sl-insta-media/also-available-as-an-ebook-%f0%9f%98%8a%f0%9f%a5%b0%f0%9f%92%97-link-in-the-bio%f0%9f%91%86%f0%9f%8f%bb-meditatewithmadison/',0,'sl-insta-media','',0),(12293,0,'2022-11-08 21:17:49','2022-11-08 21:17:49','','From my new book, Meditate: A Simple and Straightforward Guide, available now! Link in my bio 👆🏻🧘🏼‍♀️🍾💗 #meditatewithmadison','','publish','closed','closed','','from-my-new-book-meditate-a-simple-and-straightforward-guide-available-now-link-in-my-bio-%f0%9f%91%86%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f%f0%9f%8d%be%f0%9f%92%97-medit','','','2022-11-08 21:17:49','2022-11-08 21:17:49','',0,'https://lavendermatyoga.com/sl-insta-media/from-my-new-book-meditate-a-simple-and-straightforward-guide-available-now-link-in-my-bio-%f0%9f%91%86%f0%9f%8f%bb%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f%f0%9f%8d%be%f0%9f%92%97-medit/',0,'sl-insta-media','',0),(12294,0,'2022-11-08 21:17:50','2022-11-08 21:17:50','','AVAILABLE NOW ON AMAZON (Link in the bio 👆🏻) . “Madison Rosenberger brings her years of experience to this comprehensive&hellip;','','publish','closed','closed','','available-now-on-amazon-link-in-the-bio-%f0%9f%91%86%f0%9f%8f%bb-madison-rosenberger-brings-her-years-of-experience-to-this-comprehensive','','','2022-11-08 21:17:50','2022-11-08 21:17:50','',0,'https://lavendermatyoga.com/sl-insta-media/available-now-on-amazon-link-in-the-bio-%f0%9f%91%86%f0%9f%8f%bb-madison-rosenberger-brings-her-years-of-experience-to-this-comprehensive/',0,'sl-insta-media','',0),(12295,0,'2022-11-08 21:17:50','2022-11-08 21:17:50','','','','publish','closed','closed','','12295','','','2022-11-08 21:17:50','2022-11-08 21:17:50','',0,'https://lavendermatyoga.com/sl-insta-media/12295/',0,'sl-insta-media','',0),(12296,0,'2022-11-08 21:17:51','2022-11-08 21:17:51','','The proof for MEDITATE arrived New Year\'s Eve and it feels so surreal! 🧘🏼‍♀️ As some of you may know&hellip;','','publish','closed','closed','','the-proof-for-meditate-arrived-new-years-eve-and-it-feels-so-surreal-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-as-some-of-you-may-know','','','2022-11-08 21:17:51','2022-11-08 21:17:51','',0,'https://lavendermatyoga.com/sl-insta-media/the-proof-for-meditate-arrived-new-years-eve-and-it-feels-so-surreal-%f0%9f%a7%98%f0%9f%8f%bc%e2%99%80%ef%b8%8f-as-some-of-you-may-know/',0,'sl-insta-media','',0),(12297,0,'2022-11-08 21:17:51','2022-11-08 21:17:51','','','','publish','closed','closed','','12297','','','2022-11-08 21:17:51','2022-11-08 21:17:51','',0,'https://lavendermatyoga.com/sl-insta-media/12297/',0,'sl-insta-media','',0),(12298,0,'2022-11-08 21:17:52','2022-11-08 21:17:52','','A very merry holiday announcement! My first book will officially be released on Amazon in early January 2020! Stay tuned&hellip;','','publish','closed','closed','','a-very-merry-holiday-announcement-my-first-book-will-officially-be-released-on-amazon-in-early-january-2020-stay-tuned','','','2022-11-08 21:17:52','2022-11-08 21:17:52','',0,'https://lavendermatyoga.com/sl-insta-media/a-very-merry-holiday-announcement-my-first-book-will-officially-be-released-on-amazon-in-early-january-2020-stay-tuned/',0,'sl-insta-media','',0),(12299,0,'2022-11-08 21:17:52','2022-11-08 21:17:52','','Two sleeps till Santa comes!🎄🎁','','publish','closed','closed','','two-sleeps-till-santa-comes%f0%9f%8e%84%f0%9f%8e%81','','','2022-11-08 21:17:52','2022-11-08 21:17:52','',0,'https://lavendermatyoga.com/sl-insta-media/two-sleeps-till-santa-comes%f0%9f%8e%84%f0%9f%8e%81/',0,'sl-insta-media','',0),(12261,0,'2022-11-08 21:12:41','2022-11-08 21:12:41','','','','publish','closed','closed','','12261','','','2022-11-08 21:12:41','2022-11-08 21:12:41','',0,'https://lavendermatyoga.com/sl-insta-media/12261/',0,'sl-insta-media','',0),(12262,0,'2022-11-08 21:12:42','2022-11-08 21:12:42','','Saturn was in Capricorn for 3 years and it resembled a feeling as if we have all been living out&hellip;','','publish','closed','closed','','saturn-was-in-capricorn-for-3-years-and-it-resembled-a-feeling-as-if-we-have-all-been-living-out','','','2022-11-08 21:12:42','2022-11-08 21:12:42','',0,'https://lavendermatyoga.com/sl-insta-media/saturn-was-in-capricorn-for-3-years-and-it-resembled-a-feeling-as-if-we-have-all-been-living-out/',0,'sl-insta-media','',0),(12263,0,'2022-11-08 21:12:42','2022-11-08 21:12:42','','I’m so proud of my beautifully propagated baby 🥰 #plantmom','','publish','closed','closed','','im-so-proud-of-my-beautifully-propagated-baby-%f0%9f%a5%b0-plantmom','','','2022-11-08 21:12:42','2022-11-08 21:12:42','',0,'https://lavendermatyoga.com/sl-insta-media/im-so-proud-of-my-beautifully-propagated-baby-%f0%9f%a5%b0-plantmom/',0,'sl-insta-media','',0),(12264,0,'2022-11-08 21:12:42','2022-11-08 21:12:42','','','','publish','closed','closed','','12264','','','2022-11-08 21:12:42','2022-11-08 21:12:42','',0,'https://lavendermatyoga.com/sl-insta-media/12264/',0,'sl-insta-media','',0),(12265,0,'2022-11-08 21:12:43','2022-11-08 21:12:43','','💗💗','','publish','closed','closed','','%f0%9f%92%97%f0%9f%92%97','','','2022-11-08 21:12:43','2022-11-08 21:12:43','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%97%f0%9f%92%97/',0,'sl-insta-media','',0),(12266,0,'2022-11-08 21:12:44','2022-11-08 21:12:44','','New in the shop! Sold out same day it was released, preorder now so you can get your hands on&hellip;','','publish','closed','closed','','new-in-the-shop-sold-out-same-day-it-was-released-preorder-now-so-you-can-get-your-hands-on','','','2022-11-08 21:12:44','2022-11-08 21:12:44','',0,'https://lavendermatyoga.com/sl-insta-media/new-in-the-shop-sold-out-same-day-it-was-released-preorder-now-so-you-can-get-your-hands-on/',0,'sl-insta-media','',0),(12267,0,'2022-11-08 21:12:44','2022-11-08 21:12:44','','','','publish','closed','closed','','12267','','','2022-11-08 21:12:44','2022-11-08 21:12:44','',0,'https://lavendermatyoga.com/sl-insta-media/12267/',0,'sl-insta-media','',0),(12268,0,'2022-11-08 21:17:38','2022-11-08 21:17:38','','','','publish','closed','closed','','12268','','','2022-11-08 21:17:38','2022-11-08 21:17:38','',0,'https://lavendermatyoga.com/sl-insta-media/12268/',0,'sl-insta-media','',0),(12697,0,'2022-11-12 20:48:03','2022-11-12 20:48:03','','💕✨Lets play a game✨💕 ∞ Let your intuition be your guide ∞ Pick - 1. Carnelian 2. Agate or 3.&hellip;','','publish','closed','closed','','%f0%9f%92%95%e2%9c%a8lets-play-a-game%e2%9c%a8%f0%9f%92%95-%e2%88%9e-let-your-intuition-be-your-guide-%e2%88%9e-pick-1-carnelian-2-agate-or-3','','','2022-11-12 20:48:03','2022-11-12 20:48:03','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%95%e2%9c%a8lets-play-a-game%e2%9c%a8%f0%9f%92%95-%e2%88%9e-let-your-intuition-be-your-guide-%e2%88%9e-pick-1-carnelian-2-agate-or-3/',0,'sl-insta-media','',0),(12698,0,'2022-11-12 20:48:03','2022-11-12 20:48:03','','✨ Look what happened during my cyber detox! ✨ Last year I made a digital vision board and this year&hellip;','','publish','closed','closed','','%e2%9c%a8-look-what-happened-during-my-cyber-detox-%e2%9c%a8-last-year-i-made-a-digital-vision-board-and-this-year','','','2022-11-12 20:48:03','2022-11-12 20:48:03','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8-look-what-happened-during-my-cyber-detox-%e2%9c%a8-last-year-i-made-a-digital-vision-board-and-this-year/',0,'sl-insta-media','',0),(12699,0,'2022-11-12 20:48:04','2022-11-12 20:48:04','','Today my sickness relapsed 🤒I got cocky when I started to feel better and dove back into work head first.&hellip;','','publish','closed','closed','','today-my-sickness-relapsed-%f0%9f%a4%92i-got-cocky-when-i-started-to-feel-better-and-dove-back-into-work-head-first','','','2022-11-12 20:48:04','2022-11-12 20:48:04','',0,'https://lavendermatyoga.com/sl-insta-media/today-my-sickness-relapsed-%f0%9f%a4%92i-got-cocky-when-i-started-to-feel-better-and-dove-back-into-work-head-first/',0,'sl-insta-media','',0),(12700,0,'2022-11-12 20:48:04','2022-11-12 20:48:04','','Got my juicer out today and dusted off the cob webs (literally 🙈) Pictured are the ingredients I started with&hellip;','','publish','closed','closed','','got-my-juicer-out-today-and-dusted-off-the-cob-webs-literally-%f0%9f%99%88-pictured-are-the-ingredients-i-started-with','','','2022-11-12 20:48:04','2022-11-12 20:48:04','',0,'https://lavendermatyoga.com/sl-insta-media/got-my-juicer-out-today-and-dusted-off-the-cob-webs-literally-%f0%9f%99%88-pictured-are-the-ingredients-i-started-with/',0,'sl-insta-media','',0),(12701,0,'2022-11-12 20:48:05','2022-11-12 20:48:05','','Well it\'s a wonder I can\'t get through a book in a month 🙈 I picked up this habit from&hellip;','','publish','closed','closed','','well-its-a-wonder-i-cant-get-through-a-book-in-a-month-%f0%9f%99%88-i-picked-up-this-habit-from','','','2022-11-12 20:48:05','2022-11-12 20:48:05','',0,'https://lavendermatyoga.com/sl-insta-media/well-its-a-wonder-i-cant-get-through-a-book-in-a-month-%f0%9f%99%88-i-picked-up-this-habit-from/',0,'sl-insta-media','',0),(12702,0,'2022-11-12 20:48:05','2022-11-12 20:48:05','','Turmeric is magic ✨✨ Pineapple is key to enhancing intuition 🍍 So it\'s settled I MUST try this recipe by&hellip;','','publish','closed','closed','','turmeric-is-magic-%e2%9c%a8%e2%9c%a8-pineapple-is-key-to-enhancing-intuition-%f0%9f%8d%8d-so-its-settled-i-must-try-this-recipe-by','','','2022-11-12 20:48:05','2022-11-12 20:48:05','',0,'https://lavendermatyoga.com/sl-insta-media/turmeric-is-magic-%e2%9c%a8%e2%9c%a8-pineapple-is-key-to-enhancing-intuition-%f0%9f%8d%8d-so-its-settled-i-must-try-this-recipe-by/',0,'sl-insta-media','',0),(12703,0,'2022-11-12 20:48:06','2022-11-12 20:48:06','','Winter is great when it snows ❄️ But alas no snow in Charleston, ever So I can sometimes find myself&hellip;','','publish','closed','closed','','winter-is-great-when-it-snows-%e2%9d%84%ef%b8%8f-but-alas-no-snow-in-charleston-ever-so-i-can-sometimes-find-myself','','','2022-11-12 20:48:06','2022-11-12 20:48:06','',0,'https://lavendermatyoga.com/sl-insta-media/winter-is-great-when-it-snows-%e2%9d%84%ef%b8%8f-but-alas-no-snow-in-charleston-ever-so-i-can-sometimes-find-myself/',0,'sl-insta-media','',0),(12704,0,'2022-11-12 20:48:06','2022-11-12 20:48:06','','Thank the world for essential oils 🙌🏻 DM me to purchase yours! 📷 @oilmagicbymichelle #essentialoils #natural #emotions #potent #pure #powerful&hellip;','','publish','closed','closed','','thank-the-world-for-essential-oils-%f0%9f%99%8c%f0%9f%8f%bb-dm-me-to-purchase-yours-%f0%9f%93%b7-oilmagicbymichelle-essentialoils-natural-emotions-potent-pure-powerful','','','2022-11-12 20:48:06','2022-11-12 20:48:06','',0,'https://lavendermatyoga.com/sl-insta-media/thank-the-world-for-essential-oils-%f0%9f%99%8c%f0%9f%8f%bb-dm-me-to-purchase-yours-%f0%9f%93%b7-oilmagicbymichelle-essentialoils-natural-emotions-potent-pure-powerful/',0,'sl-insta-media','',0),(12705,0,'2022-11-12 20:48:06','2022-11-12 20:48:06','','Yesterday we sat in the second row in a sea of hundreds of yogis and practiced with @yoga_girl 💕✨ She&hellip;','','publish','closed','closed','','yesterday-we-sat-in-the-second-row-in-a-sea-of-hundreds-of-yogis-and-practiced-with-yoga_girl-%f0%9f%92%95%e2%9c%a8-she','','','2022-11-12 20:48:06','2022-11-12 20:48:06','',0,'https://lavendermatyoga.com/sl-insta-media/yesterday-we-sat-in-the-second-row-in-a-sea-of-hundreds-of-yogis-and-practiced-with-yoga_girl-%f0%9f%92%95%e2%9c%a8-she/',0,'sl-insta-media','',0),(12706,0,'2022-11-12 20:48:07','2022-11-12 20:48:07','','Aren\'t these socks pretty? Like princess Pilates glitter socks These socks actually have a message (shocker 😉) I bought a&hellip;','','publish','closed','closed','','arent-these-socks-pretty-like-princess-pilates-glitter-socks-these-socks-actually-have-a-message-shocker-%f0%9f%98%89-i-bought-a','','','2022-11-12 20:48:07','2022-11-12 20:48:07','',0,'https://lavendermatyoga.com/sl-insta-media/arent-these-socks-pretty-like-princess-pilates-glitter-socks-these-socks-actually-have-a-message-shocker-%f0%9f%98%89-i-bought-a/',0,'sl-insta-media','',0),(12370,0,'2022-11-09 21:22:55','2022-11-09 21:22:55','','Prepping for a packed yoga class tonight! 🙏🏻💕🙏🏻💕🙏🏻','','publish','closed','closed','','prepping-for-a-packed-yoga-class-tonight-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8f%f0%9f%8f%bb','','','2022-11-09 21:22:55','2022-11-09 21:22:55','',0,'https://lavendermatyoga.com/sl-insta-media/prepping-for-a-packed-yoga-class-tonight-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8f%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12271,0,'2022-11-08 21:17:40','2022-11-08 21:17:40','','','','publish','closed','closed','','12271','','','2022-11-08 21:17:40','2022-11-08 21:17:40','',0,'https://lavendermatyoga.com/sl-insta-media/12271/',0,'sl-insta-media','',0),(12642,0,'2022-11-10 21:25:17','2022-11-10 21:25:17','','I received the message for a client of mine to work with Lapis , and then as I was drifting&hellip;','','publish','closed','closed','','i-received-the-message-for-a-client-of-mine-to-work-with-lapis-and-then-as-i-was-drifting','','','2022-11-10 21:25:17','2022-11-10 21:25:17','',0,'https://lavendermatyoga.com/sl-insta-media/i-received-the-message-for-a-client-of-mine-to-work-with-lapis-and-then-as-i-was-drifting/',0,'sl-insta-media','',0),(12643,0,'2022-11-10 21:25:18','2022-11-10 21:25:18','','Brief Chakra 101 Video Summary posted up on my private FB page, go check it out! (FB Group, Spiritual Teachings&hellip;','','publish','closed','closed','','brief-chakra-101-video-summary-posted-up-on-my-private-fb-page-go-check-it-out-fb-group-spiritual-teachings','','','2022-11-10 21:25:18','2022-11-10 21:25:18','',0,'https://lavendermatyoga.com/sl-insta-media/brief-chakra-101-video-summary-posted-up-on-my-private-fb-page-go-check-it-out-fb-group-spiritual-teachings/',0,'sl-insta-media','',0),(12644,0,'2022-11-10 21:25:18','2022-11-10 21:25:18','','Look at this gorgeous light abundance pouring in! No filter I swear! ✨✨✨ Remember to Shine your light! Shine so&hellip;','','publish','closed','closed','','look-at-this-gorgeous-light-abundance-pouring-in-no-filter-i-swear-%e2%9c%a8%e2%9c%a8%e2%9c%a8-remember-to-shine-your-light-shine-so','','','2022-11-10 21:25:18','2022-11-10 21:25:18','',0,'https://lavendermatyoga.com/sl-insta-media/look-at-this-gorgeous-light-abundance-pouring-in-no-filter-i-swear-%e2%9c%a8%e2%9c%a8%e2%9c%a8-remember-to-shine-your-light-shine-so/',0,'sl-insta-media','',0),(12645,0,'2022-11-10 21:25:19','2022-11-10 21:25:19','','Today may feel heavy or rough, but trust in your heart power to get you through it. Open up to&hellip;','','publish','closed','closed','','today-may-feel-heavy-or-rough-but-trust-in-your-heart-power-to-get-you-through-it-open-up-to','','','2022-11-10 21:25:19','2022-11-10 21:25:19','',0,'https://lavendermatyoga.com/sl-insta-media/today-may-feel-heavy-or-rough-but-trust-in-your-heart-power-to-get-you-through-it-open-up-to/',0,'sl-insta-media','',0),(12646,0,'2022-11-10 21:25:19','2022-11-10 21:25:19','','Working out of @holycitycollective today and really enjoying it! 🙌🏻💻✨','','publish','closed','closed','','working-out-of-holycitycollective-today-and-really-enjoying-it-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%92%bb%e2%9c%a8','','','2022-11-10 21:25:19','2022-11-10 21:25:19','',0,'https://lavendermatyoga.com/sl-insta-media/working-out-of-holycitycollective-today-and-really-enjoying-it-%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%92%bb%e2%9c%a8/',0,'sl-insta-media','',0),(12647,0,'2022-11-10 21:25:20','2022-11-10 21:25:20','','I couldn\'t ask for a better meditation buddy 💕','','publish','closed','closed','','i-couldnt-ask-for-a-better-meditation-buddy-%f0%9f%92%95','','','2022-11-10 21:25:20','2022-11-10 21:25:20','',0,'https://lavendermatyoga.com/sl-insta-media/i-couldnt-ask-for-a-better-meditation-buddy-%f0%9f%92%95/',0,'sl-insta-media','',0),(1108,0,'2022-04-30 21:40:32','2022-04-30 21:40:32','','I don\'t think there could be a more perfect place for #savasana! Tonight we talked about remembering who you are&hellip;','','publish','closed','closed','','i-dont-think-there-could-be-a-more-perfect-place-for-savasana-tonight-we-talked-about-remembering-who-you-are','','','2022-11-14 16:07:08','2022-11-14 16:07:08','',0,'http://lavendermatyoga.com/sl-insta-media/i-dont-think-there-could-be-a-more-perfect-place-for-savasana-tonight-we-talked-about-remembering-who-you-are/',0,'sl-insta-media','',0),(12691,0,'2022-11-12 20:48:00','2022-11-12 20:48:00','','Intuitive Tip of the Day Place crystals in your kitchen next to food and drinks you\'d like to enhance with&hellip;','','publish','closed','closed','','intuitive-tip-of-the-day-place-crystals-in-your-kitchen-next-to-food-and-drinks-youd-like-to-enhance-with','','','2022-11-12 20:48:00','2022-11-12 20:48:00','',0,'https://lavendermatyoga.com/sl-insta-media/intuitive-tip-of-the-day-place-crystals-in-your-kitchen-next-to-food-and-drinks-youd-like-to-enhance-with/',0,'sl-insta-media','',0),(12690,0,'2022-11-12 20:47:59','2022-11-12 20:47:59','','Back in October for our anniversary in Edisto I found this beautiful chakra windchime with corresponding crystals at a little&hellip;','','publish','closed','closed','','back-in-october-for-our-anniversary-in-edisto-i-found-this-beautiful-chakra-windchime-with-corresponding-crystals-at-a-little','','','2022-11-12 20:47:59','2022-11-12 20:47:59','',0,'https://lavendermatyoga.com/sl-insta-media/back-in-october-for-our-anniversary-in-edisto-i-found-this-beautiful-chakra-windchime-with-corresponding-crystals-at-a-little/',0,'sl-insta-media','',0),(12689,0,'2022-11-12 20:47:59','2022-11-12 20:47:59','','Journaling is my doorway When I turn the knob I\'m in wonderland I can hear my guides crisp and clear&hellip;','','publish','closed','closed','','journaling-is-my-doorway-when-i-turn-the-knob-im-in-wonderland-i-can-hear-my-guides-crisp-and-clear','','','2022-11-12 20:47:59','2022-11-12 20:47:59','',0,'https://lavendermatyoga.com/sl-insta-media/journaling-is-my-doorway-when-i-turn-the-knob-im-in-wonderland-i-can-hear-my-guides-crisp-and-clear/',0,'sl-insta-media','',0),(12688,0,'2022-11-12 20:47:58','2022-11-12 20:47:58','','CHARLESTON PEEPS Join me tomorrow night at Blue Cross Blue Shield in Mt.Pleasant Towne Center to salute the full moon&hellip;','','publish','closed','closed','','charleston-peeps-join-me-tomorrow-night-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-to-salute-the-full-moon','','','2022-11-12 20:47:58','2022-11-12 20:47:58','',0,'https://lavendermatyoga.com/sl-insta-media/charleston-peeps-join-me-tomorrow-night-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-to-salute-the-full-moon/',0,'sl-insta-media','',0),(1184,0,'2022-05-11 20:48:30','2022-05-11 20:48:30','','So impressed by my vigilant warriors this morning! #beach #yoga #waves #ocean #warrior #pose #asana #yogamindset #yogaeverydamnday #meetup #charleston #free&hellip;','','publish','closed','closed','','so-impressed-by-my-vigilant-warriors-this-morning-beach-yoga-waves-ocean-warrior-pose-asana-yogamindset-yogaeverydamnday-meetup-charleston-free','','','2022-11-14 16:07:09','2022-11-14 16:07:09','',0,'https://lavendermatyoga.com/sl-insta-media/so-impressed-by-my-vigilant-warriors-this-morning-beach-yoga-waves-ocean-warrior-pose-asana-yogamindset-yogaeverydamnday-meetup-charleston-free/',0,'sl-insta-media','',0),(12368,0,'2022-11-09 21:22:54','2022-11-09 21:22:54','','How gorgeous is this tree I walk by on my walks in the park. Next time you see something this&hellip;','','publish','closed','closed','','how-gorgeous-is-this-tree-i-walk-by-on-my-walks-in-the-park-next-time-you-see-something-this','','','2022-11-09 21:22:54','2022-11-09 21:22:54','',0,'https://lavendermatyoga.com/sl-insta-media/how-gorgeous-is-this-tree-i-walk-by-on-my-walks-in-the-park-next-time-you-see-something-this/',0,'sl-insta-media','',0),(12369,0,'2022-11-09 21:22:54','2022-11-09 21:22:54','','I spy with my little eye a stinky puppy stealing my meditation rug 😍💕✨🌙💫','','publish','closed','closed','','i-spy-with-my-little-eye-a-stinky-puppy-stealing-my-meditation-rug-%f0%9f%98%8d%f0%9f%92%95%e2%9c%a8%f0%9f%8c%99%f0%9f%92%ab','','','2022-11-09 21:22:54','2022-11-09 21:22:54','',0,'https://lavendermatyoga.com/sl-insta-media/i-spy-with-my-little-eye-a-stinky-puppy-stealing-my-meditation-rug-%f0%9f%98%8d%f0%9f%92%95%e2%9c%a8%f0%9f%8c%99%f0%9f%92%ab/',0,'sl-insta-media','',0),(12692,0,'2022-11-12 20:48:00','2022-11-12 20:48:00','','Come hang out (literally 🙈) with me tomorrow night at six for AERIAL YOGA Our three Rs are Relax, Realign,&hellip;','','publish','closed','closed','','come-hang-out-literally-%f0%9f%99%88-with-me-tomorrow-night-at-six-for-aerial-yoga-our-three-rs-are-relax-realign','','','2022-11-12 20:48:00','2022-11-12 20:48:00','',0,'https://lavendermatyoga.com/sl-insta-media/come-hang-out-literally-%f0%9f%99%88-with-me-tomorrow-night-at-six-for-aerial-yoga-our-three-rs-are-relax-realign/',0,'sl-insta-media','',0),(4757,0,'2022-07-06 19:37:10','2022-07-06 19:37:10','','Morning Wellness! 🤸‍♀️🌱🥰','','publish','closed','closed','','morning-wellness-%f0%9f%a4%b8%e2%99%80%ef%b8%8f%f0%9f%8c%b1%f0%9f%a5%b0','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/morning-wellness-%f0%9f%a4%b8%e2%99%80%ef%b8%8f%f0%9f%8c%b1%f0%9f%a5%b0/',0,'sl-insta-media','',0),(4758,0,'2022-07-06 19:37:12','2022-07-06 19:37:12','','If you want to have a treat but don’t want to consume sugar, gluten or dairy. Decaf and NutPods Holiday&hellip;','','publish','closed','closed','','if-you-want-to-have-a-treat-but-dont-want-to-consume-sugar-gluten-or-dairy-decaf-and-nutpods-holiday','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/if-you-want-to-have-a-treat-but-dont-want-to-consume-sugar-gluten-or-dairy-decaf-and-nutpods-holiday/',0,'sl-insta-media','',0),(4755,0,'2022-07-06 19:37:07','2022-07-06 19:37:07','','','','publish','closed','closed','','4755','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/4755/',0,'sl-insta-media','',0),(4756,0,'2022-07-06 19:37:08','2022-07-06 19:37:08','','','','publish','closed','closed','','4756','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/4756/',0,'sl-insta-media','',0),(4759,0,'2022-07-06 20:31:39','2022-07-06 20:31:39','','Looking back at old posts and realized I’ve been teaching yoga for 9 years! In Numerology, 9 is the number&hellip;','','publish','closed','closed','','looking-back-at-old-posts-and-realized-ive-been-teaching-yoga-for-9-years-in-numerology-9-is-the-number','','','2022-11-14 17:24:06','2022-11-14 17:24:06','',0,'https://lavendermatyoga.com/sl-insta-media/looking-back-at-old-posts-and-realized-ive-been-teaching-yoga-for-9-years-in-numerology-9-is-the-number/',0,'sl-insta-media','',0),(12563,0,'2022-11-10 21:17:47','2022-11-10 21:17:47','','@drinkcoppercup sent me some samples and Roscoe and I love them! 💗 When making my own Tumeric Lattes I always&hellip;','','publish','closed','closed','','drinkcoppercup-sent-me-some-samples-and-roscoe-and-i-love-them-%f0%9f%92%97-when-making-my-own-tumeric-lattes-i-always','','','2022-11-10 21:17:47','2022-11-10 21:17:47','',0,'https://lavendermatyoga.com/sl-insta-media/drinkcoppercup-sent-me-some-samples-and-roscoe-and-i-love-them-%f0%9f%92%97-when-making-my-own-tumeric-lattes-i-always/',0,'sl-insta-media','',0),(12471,0,'2022-11-10 20:58:27','2022-11-10 20:58:27','','I\'ve been itching to get back out on the board! Who wants to play with me? I\'m currently saving away&hellip;','','publish','closed','closed','','ive-been-itching-to-get-back-out-on-the-board-who-wants-to-play-with-me-im-currently-saving-away','','','2022-11-10 20:58:27','2022-11-10 20:58:27','',0,'https://lavendermatyoga.com/sl-insta-media/ive-been-itching-to-get-back-out-on-the-board-who-wants-to-play-with-me-im-currently-saving-away/',0,'sl-insta-media','',0),(1174,0,'2022-05-11 20:48:25','2022-05-11 20:48:25','','So excited about this post! This is my first time performing handstand in public! A year ago I never thought&hellip;','','publish','closed','closed','','so-excited-about-this-post-this-is-my-first-time-performing-handstand-in-public-a-year-ago-i-never-thought','','','2022-11-14 16:07:08','2022-11-14 16:07:08','',0,'https://lavendermatyoga.com/sl-insta-media/so-excited-about-this-post-this-is-my-first-time-performing-handstand-in-public-a-year-ago-i-never-thought/',0,'sl-insta-media','',0),(12564,0,'2022-11-10 21:17:48','2022-11-10 21:17:48','','\"The flower that blooms in adversity is the most rare and beautiful of all\" - Mulan','','publish','closed','closed','','the-flower-that-blooms-in-adversity-is-the-most-rare-and-beautiful-of-all-mulan','','','2022-11-10 21:17:48','2022-11-10 21:17:48','',0,'https://lavendermatyoga.com/sl-insta-media/the-flower-that-blooms-in-adversity-is-the-most-rare-and-beautiful-of-all-mulan/',0,'sl-insta-media','',0),(12565,0,'2022-11-10 21:17:48','2022-11-10 21:17:48','','I\'m honored to be amongst such a wonderful group of yogis on the cover of this months @naturalawakeningslowcountry magazine! Can&hellip;','','publish','closed','closed','','im-honored-to-be-amongst-such-a-wonderful-group-of-yogis-on-the-cover-of-this-months-naturalawakeningslowcountry-magazine-can','','','2022-11-10 21:17:48','2022-11-10 21:17:48','',0,'https://lavendermatyoga.com/sl-insta-media/im-honored-to-be-amongst-such-a-wonderful-group-of-yogis-on-the-cover-of-this-months-naturalawakeningslowcountry-magazine-can/',0,'sl-insta-media','',0),(12566,0,'2022-11-10 21:17:49','2022-11-10 21:17:49','','Spring Sale! Use coupon code \"spring2017\" and receive 10% off all Yoni Crystals until September 1! Link in the bio!&hellip;','','publish','closed','closed','','spring-sale-use-coupon-code-spring2017-and-receive-10-off-all-yoni-crystals-until-september-1-link-in-the-bio','','','2022-11-10 21:17:49','2022-11-10 21:17:49','',0,'https://lavendermatyoga.com/sl-insta-media/spring-sale-use-coupon-code-spring2017-and-receive-10-off-all-yoni-crystals-until-september-1-link-in-the-bio/',0,'sl-insta-media','',0),(12567,0,'2022-11-10 21:17:49','2022-11-10 21:17:49','','😍😍😍','','publish','closed','closed','','%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98%8d','','','2022-11-10 21:17:49','2022-11-10 21:17:49','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98%8d/',0,'sl-insta-media','',0),(12568,0,'2022-11-10 21:17:50','2022-11-10 21:17:50','','Our first @bravabowlsacai experience 🙌🏻','','publish','closed','closed','','our-first-bravabowlsacai-experience-%f0%9f%99%8c%f0%9f%8f%bb','','','2022-11-10 21:17:50','2022-11-10 21:17:50','',0,'https://lavendermatyoga.com/sl-insta-media/our-first-bravabowlsacai-experience-%f0%9f%99%8c%f0%9f%8f%bb/',0,'sl-insta-media','',0),(12569,0,'2022-11-10 21:17:50','2022-11-10 21:17:50','','I can\'t get over the size of these roses 💗💗💗💗💗💗','','publish','closed','closed','','i-cant-get-over-the-size-of-these-roses-%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97','','','2022-11-10 21:17:50','2022-11-10 21:17:50','',0,'https://lavendermatyoga.com/sl-insta-media/i-cant-get-over-the-size-of-these-roses-%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97/',0,'sl-insta-media','',0),(12270,0,'2022-11-08 21:17:40','2022-11-08 21:17:40','','Whatever you’ve been thinking about doing, now is your time 🙌🏻✨','','publish','closed','closed','','whatever-youve-been-thinking-about-doing-now-is-your-time-%f0%9f%99%8c%f0%9f%8f%bb%e2%9c%a8','','','2022-11-08 21:17:40','2022-11-08 21:17:40','',0,'https://lavendermatyoga.com/sl-insta-media/whatever-youve-been-thinking-about-doing-now-is-your-time-%f0%9f%99%8c%f0%9f%8f%bb%e2%9c%a8/',0,'sl-insta-media','',0),(12269,0,'2022-11-08 21:17:40','2022-11-08 21:17:40','','💗💗💗','','publish','closed','closed','','%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97','','','2022-11-08 21:17:40','2022-11-08 21:17:40','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%92%97%f0%9f%92%97%f0%9f%92%97/',0,'sl-insta-media','',0),(4752,0,'2022-07-06 19:37:03','2022-07-06 19:37:03','','Ladies (both single and taken) this is the way to treat yourself this Valentine’s Day! Three of my favorite items&hellip;','','publish','closed','closed','','ladies-both-single-and-taken-this-is-the-way-to-treat-yourself-this-valentines-day-three-of-my-favorite-items-2','','','2022-11-14 17:24:21','2022-11-14 17:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/ladies-both-single-and-taken-this-is-the-way-to-treat-yourself-this-valentines-day-three-of-my-favorite-items-2/',0,'sl-insta-media','',0),(4760,0,'2022-07-06 20:31:39','2022-07-06 20:31:39','','Meditate: A Simple and Straightforward Guide by Madison Rosenberger, Ph.D. - available on Amazon','','publish','closed','closed','','meditate-a-simple-and-straightforward-guide-by-madison-rosenberger-ph-d-available-on-amazon','','','2022-11-14 17:24:06','2022-11-14 17:24:06','',0,'https://lavendermatyoga.com/sl-insta-media/meditate-a-simple-and-straightforward-guide-by-madison-rosenberger-ph-d-available-on-amazon/',0,'sl-insta-media','',0),(12371,0,'2022-11-09 21:22:55','2022-11-09 21:22:55','','Check out my guest post for @healingconnectionnetwork , a 10 min easy morning yoga sequence you can do in bed&hellip;','','publish','closed','closed','','check-out-my-guest-post-for-healingconnectionnetwork-a-10-min-easy-morning-yoga-sequence-you-can-do-in-bed','','','2022-11-09 21:22:55','2022-11-09 21:22:55','',0,'https://lavendermatyoga.com/sl-insta-media/check-out-my-guest-post-for-healingconnectionnetwork-a-10-min-easy-morning-yoga-sequence-you-can-do-in-bed/',0,'sl-insta-media','',0),(12362,0,'2022-11-08 21:23:02','2022-11-08 21:23:02','','Today is your last chance to order a quartz crystal comb! This comb will not be kept in stock, so&hellip;','','publish','closed','closed','','today-is-your-last-chance-to-order-a-quartz-crystal-comb-this-comb-will-not-be-kept-in-stock-so','','','2022-11-08 21:23:02','2022-11-08 21:23:02','',0,'https://lavendermatyoga.com/sl-insta-media/today-is-your-last-chance-to-order-a-quartz-crystal-comb-this-comb-will-not-be-kept-in-stock-so/',0,'sl-insta-media','',0),(12376,0,'2022-11-09 21:22:57','2022-11-09 21:22:57','','Having a wonderfully juicy morning with my boy.. see what I did there 😜','','publish','closed','closed','','having-a-wonderfully-juicy-morning-with-my-boy-see-what-i-did-there-%f0%9f%98%9c','','','2022-11-09 21:22:57','2022-11-09 21:22:57','',0,'https://lavendermatyoga.com/sl-insta-media/having-a-wonderfully-juicy-morning-with-my-boy-see-what-i-did-there-%f0%9f%98%9c/',0,'sl-insta-media','',0),(12375,0,'2022-11-09 21:22:57','2022-11-09 21:22:57','','Let\'s talk about Up 🐶 (translation Upward Facing Dog Pose) The most common mistake I see in class is with&hellip;','','publish','closed','closed','','lets-talk-about-up-%f0%9f%90%b6-translation-upward-facing-dog-pose-the-most-common-mistake-i-see-in-class-is-with','','','2022-11-09 21:22:57','2022-11-09 21:22:57','',0,'https://lavendermatyoga.com/sl-insta-media/lets-talk-about-up-%f0%9f%90%b6-translation-upward-facing-dog-pose-the-most-common-mistake-i-see-in-class-is-with/',0,'sl-insta-media','',0),(12374,0,'2022-11-09 21:22:57','2022-11-09 21:22:57','','Essential Yoga is an incredibly powerful practice alone, paired with 15 minutes of guided meditation? Forget about it! 😘🦋✨👌🏻 ATTENTION&hellip;','','publish','closed','closed','','essential-yoga-is-an-incredibly-powerful-practice-alone-paired-with-15-minutes-of-guided-meditation-forget-about-it-%f0%9f%98%98%f0%9f%a6%8b%e2%9c%a8%f0%9f%91%8c%f0%9f%8f%bb-attention','','','2022-11-09 21:22:57','2022-11-09 21:22:57','',0,'https://lavendermatyoga.com/sl-insta-media/essential-yoga-is-an-incredibly-powerful-practice-alone-paired-with-15-minutes-of-guided-meditation-forget-about-it-%f0%9f%98%98%f0%9f%a6%8b%e2%9c%a8%f0%9f%91%8c%f0%9f%8f%bb-attention/',0,'sl-insta-media','',0),(1156,0,'2022-05-11 20:48:18','2022-05-11 20:48:18','','Yoga by the Sea! Contact me for details :) 🐠🐚🐳🌺','','publish','closed','closed','','yoga-by-the-sea-contact-me-for-details-%f0%9f%90%a0%f0%9f%90%9a%f0%9f%90%b3%f0%9f%8c%ba','','','2022-11-14 15:24:21','2022-11-14 15:24:21','',0,'https://lavendermatyoga.com/sl-insta-media/yoga-by-the-sea-contact-me-for-details-%f0%9f%90%a0%f0%9f%90%9a%f0%9f%90%b3%f0%9f%8c%ba/',0,'sl-insta-media','',0),(1153,0,'2022-05-11 20:48:16','2022-05-11 20:48:16','','Our friends came back and we caught them on camera ;) #dolphin #beach #beachyoga #fortmoultrie #sullivansisland #charlestonsc','','publish','closed','closed','','our-friends-came-back-and-we-caught-them-on-camera-dolphin-beach-beachyoga-fortmoultrie-sullivansisland-charlestonsc','','','2022-11-14 14:00:28','2022-11-14 14:00:28','',0,'https://lavendermatyoga.com/sl-insta-media/our-friends-came-back-and-we-caught-them-on-camera-dolphin-beach-beachyoga-fortmoultrie-sullivansisland-charlestonsc/',0,'sl-insta-media','',0),(12641,0,'2022-11-10 21:25:17','2022-11-10 21:25:17','','✨✨✨✨A Special Offer to Soothe your Ascension Symptoms✨✨✨✨✨✨ This personal oracle card reading will give you actionable guidance on how&hellip;','','publish','closed','closed','','%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8a-special-offer-to-soothe-your-ascension-symptoms%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8-this-personal-oracle-card-reading-will-give-you-actionable-g','','','2022-11-10 21:25:17','2022-11-10 21:25:17','',0,'https://lavendermatyoga.com/sl-insta-media/%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8a-special-offer-to-soothe-your-ascension-symptoms%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8%e2%9c%a8-this-personal-oracle-card-reading-will-give-you-actionable-g/',0,'sl-insta-media','',0),(12640,0,'2022-11-10 21:25:17','2022-11-10 21:25:17','','Join me for free Intuitive Healing yoga tonight at Blue Cross Blue Shield in Mt. Pleasant Towne Center at 6:00pm!&hellip;','','publish','closed','closed','','join-me-for-free-intuitive-healing-yoga-tonight-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-at-600pm','','','2022-11-10 21:25:17','2022-11-10 21:25:17','',0,'https://lavendermatyoga.com/sl-insta-media/join-me-for-free-intuitive-healing-yoga-tonight-at-blue-cross-blue-shield-in-mt-pleasant-towne-center-at-600pm/',0,'sl-insta-media','',0),(12731,0,'2022-11-12 20:48:17','2022-11-12 20:48:17','','This is a really yummy pose in Aerial, my whole spine falls right into place, no pressure, no weight bearing&hellip;','','publish','closed','closed','','this-is-a-really-yummy-pose-in-aerial-my-whole-spine-falls-right-into-place-no-pressure-no-weight-bearing','','','2022-11-12 20:48:17','2022-11-12 20:48:17','',0,'https://lavendermatyoga.com/sl-insta-media/this-is-a-really-yummy-pose-in-aerial-my-whole-spine-falls-right-into-place-no-pressure-no-weight-bearing/',0,'sl-insta-media','',0),(12313,0,'2022-11-08 21:17:58','2022-11-08 21:17:58','','How often are you kind to yourself? 💗 I’m sure you spend plenty of time criticizing, pushing, and being hard&hellip;','','publish','closed','closed','','how-often-are-you-kind-to-yourself-%f0%9f%92%97-im-sure-you-spend-plenty-of-time-criticizing-pushing-and-being-hard','','','2022-11-08 21:17:58','2022-11-08 21:17:58','',0,'https://lavendermatyoga.com/sl-insta-media/how-often-are-you-kind-to-yourself-%f0%9f%92%97-im-sure-you-spend-plenty-of-time-criticizing-pushing-and-being-hard/',0,'sl-insta-media','',0),(12312,0,'2022-11-08 21:17:58','2022-11-08 21:17:58','','This is why you must learn to accept yourself, because people’s approval or rejection of you has nothing to do&hellip;','','publish','closed','closed','','this-is-why-you-must-learn-to-accept-yourself-because-peoples-approval-or-rejection-of-you-has-nothing-to-do','','','2022-11-08 21:17:58','2022-11-08 21:17:58','',0,'https://lavendermatyoga.com/sl-insta-media/this-is-why-you-must-learn-to-accept-yourself-because-peoples-approval-or-rejection-of-you-has-nothing-to-do/',0,'sl-insta-media','',0),(12654,0,'2022-11-11 20:31:08','2022-11-11 20:31:08','','These little crystals are magic, incorporating them into my yoga and meditation routine has helped me heal in so many&hellip;','','publish','closed','closed','','these-little-crystals-are-magic-incorporating-them-into-my-yoga-and-meditation-routine-has-helped-me-heal-in-so-many','','','2022-11-11 20:31:08','2022-11-11 20:31:08','',0,'https://lavendermatyoga.com/sl-insta-media/these-little-crystals-are-magic-incorporating-them-into-my-yoga-and-meditation-routine-has-helped-me-heal-in-so-many/',0,'sl-insta-media','',0),(12650,0,'2022-11-11 20:31:06','2022-11-11 20:31:06','','Today I added Bee Pollen to my Trim Collagen and it was yummy! 🙌🏻 🐝 raw pollen granules suppress appetite&hellip;','','publish','closed','closed','','today-i-added-bee-pollen-to-my-trim-collagen-and-it-was-yummy-%f0%9f%99%8c%f0%9f%8f%bb-%f0%9f%90%9d-raw-pollen-granules-suppress-appetite','','','2022-11-11 20:31:06','2022-11-11 20:31:06','',0,'https://lavendermatyoga.com/sl-insta-media/today-i-added-bee-pollen-to-my-trim-collagen-and-it-was-yummy-%f0%9f%99%8c%f0%9f%8f%bb-%f0%9f%90%9d-raw-pollen-granules-suppress-appetite/',0,'sl-insta-media','',0),(12310,0,'2022-11-08 21:17:57','2022-11-08 21:17:57','','What’s best for you isn’t always best for someone else... ✨✨','','publish','closed','closed','','whats-best-for-you-isnt-always-best-for-someone-else-%e2%9c%a8%e2%9c%a8','','','2022-11-08 21:17:57','2022-11-08 21:17:57','',0,'https://lavendermatyoga.com/sl-insta-media/whats-best-for-you-isnt-always-best-for-someone-else-%e2%9c%a8%e2%9c%a8/',0,'sl-insta-media','',0),(12421,0,'2022-11-10 20:40:14','2022-11-10 20:40:14','','There have been some big shifts in my life lately and I will now only be offering group yoga classes&hellip;','','publish','closed','closed','','there-have-been-some-big-shifts-in-my-life-lately-and-i-will-now-only-be-offering-group-yoga-classes','','','2022-11-10 20:40:14','2022-11-10 20:40:14','',0,'https://lavendermatyoga.com/sl-insta-media/there-have-been-some-big-shifts-in-my-life-lately-and-i-will-now-only-be-offering-group-yoga-classes/',0,'sl-insta-media','',0),(7566,1,'2022-08-19 20:45:57','2022-08-19 20:45:57','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Baer (Rosenberger)</h4>\r\n<h5>Ph.D. , RYT 500</h5>\r\n704.778.1538\r\n\r\n&nbsp;\r\n\r\n<strong>Instagram: @lavendermatyoga</strong>\r\n\r\n[instagram feed=\"643\"][/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2022-08-19 20:45:57','2022-08-19 20:45:57','',182,'https://lavendermatyoga.com/?p=7566',0,'revision','',0),(7567,1,'2022-08-19 20:48:50','0000-00-00 00:00:00','','Featured','','draft','closed','closed','','','','','2022-08-19 20:48:50','2022-08-19 20:48:50','',0,'https://lavendermatyoga.com/?page_id=7567',0,'page','',0),(7568,1,'2022-08-19 20:48:09','2022-08-19 20:48:09','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-bridge','','','2022-08-19 20:48:09','2022-08-19 20:48:09','',0,'https://lavendermatyoga.com/2022/08/19/wp-global-styles-bridge/',0,'wp_global_styles','',0),(7569,1,'2022-08-19 20:48:44','2022-08-19 20:48:44','','Featured','','inherit','closed','closed','','7567-revision-v1','','','2022-08-19 20:48:44','2022-08-19 20:48:44','',7567,'https://lavendermatyoga.com/?p=7569',0,'revision','',0),(7570,1,'2022-08-19 21:02:21','2022-08-19 21:02:21','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@lavendermatyoga.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@lavendermatyoga.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2022-08-19 21:02:21','2022-08-19 21:02:21','',0,'https://lavendermatyoga.com/?post_type=wpcf7_contact_form&p=7570',0,'wpcf7_contact_form','',0),(7571,1,'2022-08-19 21:07:22','2022-08-19 21:07:22','','Default Theme','','publish','closed','closed','','default-theme','','','2022-08-19 21:07:22','2022-08-19 21:07:22','',0,'https://lavendermatyoga.com/?p=7571',0,'popup_theme','',0),(7572,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Light Box','','publish','closed','closed','','lightbox','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7572',0,'popup_theme','',0),(7573,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Enterprise Blue','','publish','closed','closed','','enterprise-blue','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7573',0,'popup_theme','',0),(7574,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Hello Box','','publish','closed','closed','','hello-box','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7574',0,'popup_theme','',0),(7575,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Cutting Edge','','publish','closed','closed','','cutting-edge','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7575',0,'popup_theme','',0),(7576,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Framed Border','','publish','closed','closed','','framed-border','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7576',0,'popup_theme','',0),(7577,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Floating Bar - Soft Blue','','publish','closed','closed','','floating-bar','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7577',0,'popup_theme','',0),(7578,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','','Content Only - For use with page builders or block editor','','publish','closed','closed','','content-only','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7578',0,'popup_theme','',0),(7579,1,'2022-08-19 21:07:23','2022-08-19 21:07:23','You can see how this popup was set up in our step-by-step guide: https://wppopupmaker.com/guides/auto-opening-announcement-popups/','Example: Auto-opening announcement popup','','publish','closed','closed','','example-auto-opening-announcement-popup','','','2022-08-19 21:07:23','2022-08-19 21:07:23','',0,'https://lavendermatyoga.com/?p=7579',0,'popup','',0),(12365,1,'2022-11-09 17:13:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-11-09 17:13:42','0000-00-00 00:00:00','',0,'https://lavendermatyoga.com/?p=12365',0,'post','',0),(7582,1,'2022-08-19 21:26:29','2022-08-19 21:26:29','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"170\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Intuitive Yoga</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]A spiritually based yoga class where I use my gifts as a <strong>channel and an intuitive empath</strong> to create an impromptu custom-made sequence. I energetically tap into the students in the room and sense what would most benefit the collective group at that time. My ability to intuitively deduce the energy of my class allows me to provide a <strong>yoga practice tailored to their specific needs.</strong> This results in a different theme and purpose for each class. <strong><em>This style of teaching is intended to help you heal on a deep profound mental, emotional, spiritual, and physical level.</em></strong>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4 style=\"text-align: left;\">What to Expect...</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]<strong>This class is for those who are new to yoga, anyone who would like to move slower and more mindfully, or experienced practitioners who would like to focus on refining their alignment.</strong>\r\n\r\n&nbsp;\r\n\r\n<em>In every class, you will be taught fundamentals.</em> Often, during group classes, poses are called out like instructions in a game of Simon Says instead of being broken down, illustrated and taught with proper form. When yoga poses are instructed without foundational lessons it puts the student in danger of hurting themselves. <em>All too often, yoga is led too fast, with no option for modification, dangerous transitions, and no alignment adjustment. <strong>In this class, you will learn the process of proper alignment at a speed where you can digest and retain the information. </strong></em>I am incredibly passionate about teaching others how to <strong>keep their bodies safe during yoga</strong>. In this class, you will <em><strong>build your confidence, and knowledge, and develop a strong foundation and understanding of yoga.</strong></em>\r\n\r\n&nbsp;\r\n\r\nThese are small classes that give me the ability as a teacher to give each student in class more <strong>focused attention</strong>. My classes are a <strong>judgment and intimidation-free</strong> space for you to learn how to practice yoga. Intuitive Yoga allows me to make sure my classes are<b> accessible to all the students present.</b>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"42px\"][vc_single_image image=\"172\" img_size=\"full\" qode_css_animation=\"\"][vc_empty_space][vc_column_text css=\".vc_custom_1648249937863{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #c7459f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INVESTMENT</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'normal\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Early Bird Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$5</span></h4>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Regular Pricing</span></h5>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">USD$11</span></h4>\r\n<p style=\"text-align: center;\">[vc_separator type=\'transparent\' position=\'center\' color=\'\' thickness=\'\' up=\'\' down=\'\']</p>\r\n\r\n<h6 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Please don\'t hesitate to call me - 704.778.1538 - if you have any questions prior to purchasing your ticket.</span></h6>\r\n[/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_single_image image=\"492\" img_size=\"200x200\" alignment=\"right\" onclick=\"custom_link\" qode_css_animation=\"\" link=\"https://meetup.com/lavendermatyoga\"][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h1 style=\"text-align: center;\">UPCOMING CLASSES -</h1>\r\n<h5 style=\"text-align: center;\">I am currently expecting my first child and Intuitive Yoga classes are on hiatus.  Please join my Meetup Group and newsletter mailing list below to be notified when Intuitive Yoga for Beginners returns!</h5>\r\n[/vc_column_text][vc_separator type=\"transparent\"][button target=\"_self\" hover_type=\"default\" text_align=\"center\" text=\"Join MeetUp Group Here\" link=\"https://www.meetup.com/lavendermatyoga/\"][vc_separator type=\"transparent\"][vc_raw_html]JTNDJTIxLS0lMjBCZWdpbiUyME1haWxjaGltcCUyMFNpZ251cCUyMEZvcm0lMjAtLSUzRSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGJTJGY2RuLWltYWdlcy5tYWlsY2hpbXAuY29tJTJGZW1iZWRjb2RlJTJGY2xhc3NpYy0wNzE4MjIuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTJGY3NzJTIyJTNFJTBBJTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQSUwOSUyM21jX2VtYmVkX3NpZ251cCU3QmJhY2tncm91bmQlM0ElMjNmZmYlM0IlMjBjbGVhciUzQWxlZnQlM0IlMjBmb250JTNBMTRweCUyMEhlbHZldGljYSUyQ0FyaWFsJTJDc2Fucy1zZXJpZiUzQiUyMCUyMHdpZHRoJTNBNjAwcHglM0IlN0QlMEElMDklMkYlMkElMjBBZGQlMjB5b3VyJTIwb3duJTIwTWFpbGNoaW1wJTIwZm9ybSUyMHN0eWxlJTIwb3ZlcnJpZGVzJTIwaW4lMjB5b3VyJTIwc2l0ZSUyMHN0eWxlc2hlZXQlMjBvciUyMGluJTIwdGhpcyUyMHN0eWxlJTIwYmxvY2suJTBBJTA5JTIwJTIwJTIwV2UlMjByZWNvbW1lbmQlMjBtb3ZpbmclMjB0aGlzJTIwYmxvY2slMjBhbmQlMjB0aGUlMjBwcmVjZWRpbmclMjBDU1MlMjBsaW5rJTIwdG8lMjB0aGUlMjBIRUFEJTIwb2YlMjB5b3VyJTIwSFRNTCUyMGZpbGUuJTIwJTJBJTJGJTBBJTNDJTJGc3R5bGUlM0UlMEElM0NkaXYlMjBpZCUzRCUyMm1jX2VtYmVkX3NpZ251cCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRm1hZGlzb25yb3NlbmJlcmdlci51czEwLmxpc3QtbWFuYWdlLmNvbSUyRnN1YnNjcmliZSUyRnBvc3QlM0Z1JTNENmU4ZWQzMjA1NGU4OWUyNThmMjNkOWQwZSUyNmFtcCUzQmlkJTNEZDRiZGRjZmQyZSUyNmFtcCUzQmZfaWQlM0QwMDY0MzNlMmYwJTIyJTIwbWV0aG9kJTNEJTIycG9zdCUyMiUyMGlkJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlLWZvcm0lMjIlMjBuYW1lJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlLWZvcm0lMjIlMjBjbGFzcyUzRCUyMnZhbGlkYXRlJTIyJTIwdGFyZ2V0JTNEJTIyX2JsYW5rJTIyJTIwbm92YWxpZGF0ZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGlkJTNEJTIybWNfZW1iZWRfc2lnbnVwX3Njcm9sbCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gyJTNFU3Vic2NyaWJlJTNDJTJGaDIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmluZGljYXRlcy1yZXF1aXJlZCUyMiUzRSUzQ3NwYW4lMjBjbGFzcyUzRCUyMmFzdGVyaXNrJTIyJTNFJTJBJTNDJTJGc3BhbiUzRSUyMGluZGljYXRlcyUyMHJlcXVpcmVkJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJtYy1maWVsZC1ncm91cCUyMiUzRSUwQSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybWNlLUVNQUlMJTIyJTNFRW1haWwlMjBBZGRyZXNzJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYXN0ZXJpc2slMjIlM0UlMkElM0MlMkZzcGFuJTNFJTBBJTNDJTJGbGFiZWwlM0UlMEElMDklM0NpbnB1dCUyMHR5cGUlM0QlMjJlbWFpbCUyMiUyMHZhbHVlJTNEJTIyJTIyJTIwbmFtZSUzRCUyMkVNQUlMJTIyJTIwY2xhc3MlM0QlMjJyZXF1aXJlZCUyMGVtYWlsJTIyJTIwaWQlM0QlMjJtY2UtRU1BSUwlMjIlMjByZXF1aXJlZCUzRSUwQSUwOSUzQ3NwYW4lMjBpZCUzRCUyMm1jZS1FTUFJTC1IRUxQRVJURVhUJTIyJTIwY2xhc3MlM0QlMjJoZWxwZXJfdGV4dCUyMiUzRSUzQyUyRnNwYW4lM0UlMEElM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMm1jLWZpZWxkLWdyb3VwJTIyJTNFJTBBJTA5JTNDbGFiZWwlMjBmb3IlM0QlMjJtY2UtRk5BTUUlMjIlM0VGaXJzdCUyME5hbWUlMjAlM0MlMkZsYWJlbCUzRSUwQSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMG5hbWUlM0QlMjJGTkFNRSUyMiUyMGNsYXNzJTNEJTIyJTIyJTIwaWQlM0QlMjJtY2UtRk5BTUUlMjIlM0UlMEElMDklM0NzcGFuJTIwaWQlM0QlMjJtY2UtRk5BTUUtSEVMUEVSVEVYVCUyMiUyMGNsYXNzJTNEJTIyaGVscGVyX3RleHQlMjIlM0UlM0MlMkZzcGFuJTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJtYy1maWVsZC1ncm91cCUyMiUzRSUwQSUwOSUzQ2xhYmVsJTIwZm9yJTNEJTIybWNlLUxOQU1FJTIyJTNFTGFzdCUyME5hbWUlMjAlM0MlMkZsYWJlbCUzRSUwQSUwOSUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMG5hbWUlM0QlMjJMTkFNRSUyMiUyMGNsYXNzJTNEJTIyJTIyJTIwaWQlM0QlMjJtY2UtTE5BTUUlMjIlM0UlMEElMDklM0NzcGFuJTIwaWQlM0QlMjJtY2UtTE5BTUUtSEVMUEVSVEVYVCUyMiUyMGNsYXNzJTNEJTIyaGVscGVyX3RleHQlMjIlM0UlM0MlMkZzcGFuJTNFJTBBJTNDJTJGZGl2JTNFJTBBJTA5JTNDZGl2JTIwaWQlM0QlMjJtY2UtcmVzcG9uc2VzJTIyJTIwY2xhc3MlM0QlMjJjbGVhciUyMGZvb3QlMjIlM0UlMEElMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnJlc3BvbnNlJTIyJTIwaWQlM0QlMjJtY2UtZXJyb3ItcmVzcG9uc2UlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0Fub25lJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJyZXNwb25zZSUyMiUyMGlkJTNEJTIybWNlLXN1Y2Nlc3MtcmVzcG9uc2UlMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0Fub25lJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTNDJTJGZGl2JTNFJTIwJTIwJTIwJTIwJTNDJTIxLS0lMjByZWFsJTIwcGVvcGxlJTIwc2hvdWxkJTIwbm90JTIwZmlsbCUyMHRoaXMlMjBpbiUyMGFuZCUyMGV4cGVjdCUyMGdvb2QlMjB0aGluZ3MlMjAtJTIwZG8lMjBub3QlMjByZW1vdmUlMjB0aGlzJTIwb3IlMjByaXNrJTIwZm9ybSUyMGJvdCUyMHNpZ251cHMtLSUzRSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMHN0eWxlJTNEJTIycG9zaXRpb24lM0ElMjBhYnNvbHV0ZSUzQiUyMGxlZnQlM0ElMjAtNTAwMHB4JTNCJTIyJTIwYXJpYS1oaWRkZW4lM0QlMjJ0cnVlJTIyJTNFJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJiXzZlOGVkMzIwNTRlODllMjU4ZjIzZDlkMGVfZDRiZGRjZmQyZSUyMiUyMHRhYmluZGV4JTNEJTIyLTElMjIlMjB2YWx1ZSUzRCUyMiUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyb3B0aW9uYWxQYXJlbnQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmNsZWFyJTIwZm9vdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnN1Ym1pdCUyMiUyMHZhbHVlJTNEJTIyU3Vic2NyaWJlJTIyJTIwbmFtZSUzRCUyMnN1YnNjcmliZSUyMiUyMGlkJTNEJTIybWMtZW1iZWRkZWQtc3Vic2NyaWJlJTIyJTIwY2xhc3MlM0QlMjJidXR0b24lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwJTIwY2xhc3MlM0QlMjJicmFuZGluZ0xvZ28lMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZlZXB1cmwuY29tJTJGaDliUTB6JTIyJTIwdGl0bGUlM0QlMjJNYWlsY2hpbXAlMjAtJTIwZW1haWwlMjBtYXJrZXRpbmclMjBtYWRlJTIwZWFzeSUyMGFuZCUyMGZ1biUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZWVwLmlvJTJGbWMtY2RuLWltYWdlcyUyRnRlbXBsYXRlX2ltYWdlcyUyRmJyYW5kaW5nX2xvZ29fdGV4dF9kYXJrX2R0cC5zdmclMjIlM0UlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTI3dGV4dCUyRmphdmFzY3JpcHQlMjclMjBzcmMlM0QlMjclMkYlMkZzMy5hbWF6b25hd3MuY29tJTJGZG93bmxvYWRzLm1haWxjaGltcC5jb20lMkZqcyUyRm1jLXZhbGlkYXRlLmpzJTI3JTNFJTNDJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTIwdHlwZSUzRCUyN3RleHQlMkZqYXZhc2NyaXB0JTI3JTNFJTI4ZnVuY3Rpb24lMjglMjQlMjklMjAlN0J3aW5kb3cuZm5hbWVzJTIwJTNEJTIwbmV3JTIwQXJyYXklMjglMjklM0IlMjB3aW5kb3cuZnR5cGVzJTIwJTNEJTIwbmV3JTIwQXJyYXklMjglMjklM0JmbmFtZXMlNUIwJTVEJTNEJTI3RU1BSUwlMjclM0JmdHlwZXMlNUIwJTVEJTNEJTI3ZW1haWwlMjclM0JmbmFtZXMlNUIxJTVEJTNEJTI3Rk5BTUUlMjclM0JmdHlwZXMlNUIxJTVEJTNEJTI3dGV4dCUyNyUzQmZuYW1lcyU1QjIlNUQlM0QlMjdMTkFNRSUyNyUzQmZ0eXBlcyU1QjIlNUQlM0QlMjd0ZXh0JTI3JTNCJTdEJTI4alF1ZXJ5JTI5JTI5JTNCdmFyJTIwJTI0bWNqJTIwJTNEJTIwalF1ZXJ5Lm5vQ29uZmxpY3QlMjh0cnVlJTI5JTNCJTNDJTJGc2NyaXB0JTNFJTBBJTNDJTIxLS1FbmQlMjBtY19lbWJlZF9zaWdudXAtLSUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"center\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"79\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]I have taken yoga classes from multiples instructors and Madison’s teaching style is exceptionally calming and encouraging. She is very helpful to step through poses, showing the “correct” form. I’ve been able to correct my form on several poses which always felt a bit “off” for me. Now I know why….I wasn’t using proper technique!  Thanks, Madison![/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>BRIDGET DESCHAINE</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"187\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">Madison has helped me tremendously through her private yoga instruction.  As an athlete, I have had many injuries in the past, and she has been instrumental in helping me improve my flexibility and mobility.  As a doctor, I fully endorse her and her skills as an instructor.  Not only does she know her material She has a wonderful gift in the way she teaches and empowers her students each and every session.  I highly recommend her to people of all abilities, from beginner to advanced.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Dr. Michael Batla, D.C.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column][vc_empty_space][vc_separator type=\"normal\"][vc_empty_space][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\"][vc_column width=\"1/6\"][vc_single_image image=\"186\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][/vc_column][vc_column width=\"5/6\"][vc_empty_space][vc_column_text]<span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Oxygen-Sans, Ubuntu, Cantarell, \'Helvetica Neue\', sans-serif;\">I have felt a sense of emotional healing since attending your blue moon yoga session and I would love to take classes with you regularly. You’re great at what you do. And from the depth of my being, thank you for what you do. The universe always delivers what’s necessary with impeccable timing, and I’m grateful I was able to re-introduce yoga into my life with that session.</span>[/vc_column_text][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Cara Michelle</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][/vc_column][/vc_row]','Intuitive Yoga for Beginners','','inherit','closed','closed','','163-revision-v1','','','2022-08-19 21:26:29','2022-08-19 21:26:29','',163,'https://lavendermatyoga.com/?p=7582',0,'revision','',0),(7584,1,'2022-08-19 21:32:19','2022-08-19 21:32:19',' ','','','publish','closed','closed','','7584','','','2022-08-19 21:32:19','2022-08-19 21:32:19','',0,'https://lavendermatyoga.com/?p=7584',3,'nav_menu_item','',0),(7585,1,'2022-08-19 23:33:39','2022-08-19 23:33:39','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Baer (Rosenberger)</h4>\r\n<h5>Ph.D. , RYT 500</h5>\r\n704.778.1538\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://instagram.com/lavendermatyoga\"><strong>Instagram: @lavendermatyoga</strong></a>\r\n\r\n[instagram feed=\"643\"][/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2022-08-19 23:33:39','2022-08-19 23:33:39','',182,'https://lavendermatyoga.com/?p=7585',0,'revision','',0),(7586,1,'2022-08-19 23:34:24','2022-08-19 23:34:24','[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"221\" img_size=\"full\" qode_css_animation=\"\"][vc_separator type=\"transparent\"][vc_column_text]\r\n<h4>Madison Rosenberger</h4>\r\n<h4>Ph.D. , RYT 500</h4>\r\n704.778.1538\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://instagram.com/lavendermatyoga\"><strong>Instagram: @lavendermatyoga</strong></a>\r\n\r\n[instagram feed=\"643\"][/vc_column_text][vc_separator type=\"transparent\"][/vc_column][/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space height=\"44px\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','182-revision-v1','','','2022-08-19 23:34:24','2022-08-19 23:34:24','',182,'https://lavendermatyoga.com/?p=7586',0,'revision','',0),(12723,0,'2022-11-12 20:48:14','2022-11-12 20:48:14','','Attention Women: There is a stigma around our periods in this country that has to end! Check out @rubycup and&hellip;','','publish','closed','closed','','attention-women-there-is-a-stigma-around-our-periods-in-this-country-that-has-to-end-check-out-rubycup-and','','','2022-11-12 20:48:14','2022-11-12 20:48:14','',0,'https://lavendermatyoga.com/sl-insta-media/attention-women-there-is-a-stigma-around-our-periods-in-this-country-that-has-to-end-check-out-rubycup-and/',0,'sl-insta-media','',0),(12273,0,'2022-11-08 21:17:41','2022-11-08 21:17:41','','','','publish','closed','closed','','12273','','','2022-11-08 21:17:41','2022-11-08 21:17:41','',0,'https://lavendermatyoga.com/sl-insta-media/12273/',0,'sl-insta-media','',0),(12274,0,'2022-11-08 21:17:42','2022-11-08 21:17:42','','🌙🌙🌙 Taking a much needed time-out from social media. Check out my blog post on the mental health effects of&hellip;','','publish','closed','closed','','%f0%9f%8c%99%f0%9f%8c%99%f0%9f%8c%99-taking-a-much-needed-time-out-from-social-media-check-out-my-blog-post-on-the-mental-health-effects-of','','','2022-11-08 21:17:42','2022-11-08 21:17:42','',0,'https://lavendermatyoga.com/sl-insta-media/%f0%9f%8c%99%f0%9f%8c%99%f0%9f%8c%99-taking-a-much-needed-time-out-from-social-media-check-out-my-blog-post-on-the-mental-health-effects-of/',0,'sl-insta-media','',0);
/*!40000 ALTER TABLE `wpwc_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_css`
--

DROP TABLE IF EXISTS `wpwc_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_css`
--

LOCK TABLES `wpwc_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_css` DISABLE KEYS */;
INSERT INTO `wpwc_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 `wpwc_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_css_bkp`
--

DROP TABLE IF EXISTS `wpwc_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_css_bkp`
--

LOCK TABLES `wpwc_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wpwc_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 `wpwc_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpwc_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_layer_animations`
--

LOCK TABLES `wpwc_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `wpwc_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_layer_animations_bkp`
--

LOCK TABLES `wpwc_revslider_layer_animations_bkp` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_layer_animations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_layer_animations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_navigations`
--

DROP TABLE IF EXISTS `wpwc_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_navigations`
--

LOCK TABLES `wpwc_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `wpwc_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_navigations_bkp`
--

LOCK TABLES `wpwc_revslider_navigations_bkp` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_navigations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_navigations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_sliders`
--

DROP TABLE IF EXISTS `wpwc_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_sliders`
--

LOCK TABLES `wpwc_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `wpwc_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_sliders_bkp`
--

LOCK TABLES `wpwc_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_sliders_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_slides`
--

DROP TABLE IF EXISTS `wpwc_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_slides`
--

LOCK TABLES `wpwc_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `wpwc_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_slides_bkp`
--

LOCK TABLES `wpwc_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpwc_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_static_slides`
--

LOCK TABLES `wpwc_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_static_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `wpwc_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_revslider_static_slides_bkp`
--

LOCK TABLES `wpwc_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wpwc_revslider_static_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_term_relationships`
--

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

--
-- Dumping data for table `wpwc_term_relationships`
--

LOCK TABLES `wpwc_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpwc_term_relationships` DISABLE KEYS */;
INSERT INTO `wpwc_term_relationships` VALUES (271,18,0),(41,2,0),(47,3,0),(454,22,0),(423,7,0),(423,21,0),(423,18,0),(423,20,0),(271,4,0),(456,7,0),(271,16,0),(111,18,0),(111,7,0),(111,16,0),(116,19,0),(116,4,0),(116,16,0),(127,20,0),(127,4,0),(127,16,0),(456,22,0),(191,3,0),(7568,23,0),(190,3,0),(192,3,0),(369,21,0),(353,7,0),(353,21,0),(454,7,0),(328,18,0),(328,4,0),(369,7,0),(7584,3,0);
/*!40000 ALTER TABLE `wpwc_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_term_taxonomy`
--

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

--
-- Dumping data for table `wpwc_term_taxonomy`
--

LOCK TABLES `wpwc_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpwc_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpwc_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'slides_category','',0,1),(3,3,'nav_menu','',0,5),(4,4,'product_type','',0,4),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'product_type','',0,6),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,4),(17,17,'product_cat','',0,0),(18,18,'product_cat','',0,4),(19,19,'product_cat','',0,1),(20,20,'product_cat','',0,2),(21,21,'product_cat','',0,3),(22,22,'product_cat','',0,2),(23,23,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wpwc_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_termmeta`
--

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

--
-- Dumping data for table `wpwc_termmeta`
--

LOCK TABLES `wpwc_termmeta` WRITE;
/*!40000 ALTER TABLE `wpwc_termmeta` DISABLE KEYS */;
INSERT INTO `wpwc_termmeta` VALUES (1,18,'order','0'),(2,18,'product_count_product_cat','4'),(3,19,'order','0'),(4,19,'product_count_product_cat','1'),(5,20,'order','0'),(6,20,'product_count_product_cat','2'),(7,17,'product_count_product_cat','0'),(8,21,'order','0'),(9,21,'product_count_product_cat','3'),(10,22,'order','0'),(11,22,'product_count_product_cat','2');
/*!40000 ALTER TABLE `wpwc_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_terms`
--

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

--
-- Dumping data for table `wpwc_terms`
--

LOCK TABLES `wpwc_terms` WRITE;
/*!40000 ALTER TABLE `wpwc_terms` DISABLE KEYS */;
INSERT INTO `wpwc_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Home','home',0),(3,'main-menu','main-menu',0),(4,'simple','simple',0),(5,'grouped','grouped',0),(6,'variable','variable',0),(7,'external','external',0),(8,'exclude-from-search','exclude-from-search',0),(9,'exclude-from-catalog','exclude-from-catalog',0),(10,'featured','featured',0),(11,'outofstock','outofstock',0),(12,'rated-1','rated-1',0),(13,'rated-2','rated-2',0),(14,'rated-3','rated-3',0),(15,'rated-4','rated-4',0),(16,'rated-5','rated-5',0),(17,'Uncategorized','uncategorized',0),(18,'Meditation','meditation',0),(19,'MP3','mp3',0),(20,'Online Course','online-course',0),(21,'Holistic Wellness','holistic-wellness',0),(22,'Yoni Health','yoni-health',0),(23,'bridge','bridge',0);
/*!40000 ALTER TABLE `wpwc_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_usermeta`
--

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

--
-- Dumping data for table `wpwc_usermeta`
--

LOCK TABLES `wpwc_usermeta` WRITE;
/*!40000 ALTER TABLE `wpwc_usermeta` DISABLE KEYS */;
INSERT INTO `wpwc_usermeta` VALUES (1,1,'nickname','madisonrosenberger'),(2,1,'first_name','Madison'),(3,1,'last_name','Rosenberger'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpwc_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpwc_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,all-popups-1,all-popups-2,all-popups-3,all-popups-4'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"028174345fb2f27c39eba3b832f29d40c0426fbf3987c9603d421383331fc765\";a:4:{s:10:\"expiration\";i:1668186817;s:2:\"ip\";s:14:\"98.121.240.159\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1668014017;}s:64:\"cf39a837cfae58ffdac5f696441e504a5300563c80cdcde97d020a4ea4a2c176\";a:4:{s:10:\"expiration\";i:1668190835;s:2:\"ip\";s:14:\"173.231.218.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";s:5:\"login\";i:1668018035;}}'),(20,1,'jetpack_tracks_anon_id','jetpack:7JN3S8fuz36uEe1svZdYEhlB'),(18,1,'wpwc_dashboard_quick_press_last_post_id','12365'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"98.121.240.0\";}'),(24,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(25,1,'metaboxhidden_nav-menus','a:9:{i:0;s:28:\"add-post-type-portfolio_page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio_category\";i:4;s:17:\"add-portfolio_tag\";i:5;s:25:\"add-testimonials_category\";i:6;s:19:\"add-slides_category\";i:7;s:22:\"add-carousels_category\";i:8;s:28:\"add-masonry_gallery_category\";}'),(21,1,'jetpack_tracks_wpcom_id','184698370'),(22,1,'wpwc_user-settings','edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=264px&edit_element_vcUIPanelTop=70px&libraryContent=browse&editor=tinymce'),(23,1,'wpwc_user-settings-time','1651339584'),(37,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"a597e50502f5ff68e3e25b9114205d4a\";a:6:{s:3:\"key\";s:32:\"a597e50502f5ff68e3e25b9114205d4a\";s:10:\"product_id\";i:194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(26,1,'nav_menu_recently_edited','3'),(27,1,'_woocommerce_tracks_anon_id','woo:AVeaxZP9JmfrYXpnOPusstEl'),(28,1,'last_update','1601408440'),(29,1,'woocommerce_admin_activity_panel_inbox_last_read','1600730070792'),(30,1,'wc_last_active','1660867200'),(51,1,'_order_count','1'),(38,1,'billing_first_name','Madison'),(39,1,'billing_last_name','Rosenberger'),(40,1,'billing_company','Madison Rosenberger'),(41,1,'billing_address_1','5514 Fallon Court'),(42,1,'billing_city','Charlotte'),(43,1,'billing_state','NC'),(44,1,'billing_postcode','28226'),(45,1,'billing_country','US'),(46,1,'billing_email','madison@madisonrosenberger.com'),(47,1,'billing_phone','7047781538'),(48,1,'shipping_method',''),(99,1,'elementor_admin_notices','a:1:{s:11:\"cf7_promote\";s:4:\"true\";}'),(100,1,'_pum_dismissed_alerts','a:0:{}');
/*!40000 ALTER TABLE `wpwc_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_users`
--

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

--
-- Dumping data for table `wpwc_users`
--

LOCK TABLES `wpwc_users` WRITE;
/*!40000 ALTER TABLE `wpwc_users` DISABLE KEYS */;
INSERT INTO `wpwc_users` VALUES (1,'madisonrosenberger','$P$BNrCueVVaPpU7bwoQ/XB/WLChzo2Wj.','madisonrosenberger','madison@madisonrosenberger.com','http://lavendermatyoga.com','2020-08-05 19:02:19','',0,'madisonrosenberger');
/*!40000 ALTER TABLE `wpwc_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wpwc_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `actioned_text` varchar(255) NOT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=702 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_admin_note_actions`
--

LOCK TABLES `wpwc_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wpwc_wc_admin_note_actions` VALUES (1,1,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,''),(2,2,'open-marketing-hub','Open marketing hub','http://lavendermatyoga.com/wp-admin/admin.php?page=wc-admin&path=/marketing','actioned',0,''),(3,3,'connect','Connect','?page=wc-addons&section=helper','unactioned',0,''),(4,4,'continue-profiler','Continue Store Setup','http://lavendermatyoga.com/wp-admin/admin.php?page=wc-admin&enable_onboarding=1','unactioned',1,''),(5,4,'skip-profiler','Skip Setup','http://lavendermatyoga.com/wp-admin/admin.php?page=wc-admin&reset_profiler=0','actioned',0,''),(6,5,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,''),(7,6,'learn-more-about-product-settings','Watch tutorial','https://www.youtube.com/watch?v=FEmwJsE8xDY&t=','actioned',1,''),(8,7,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/','actioned',1,''),(9,8,'tracking-opt-in','Activate usage tracking','','actioned',1,''),(10,9,'learn-more','Learn more','https://woocommerce.com/payments/','unactioned',0,''),(11,9,'install-now','Install now','','actioned',1,''),(12,10,'share-feedback','Share feedback','https://automattic.survey.fm/new-onboarding-survey','actioned',0,''),(13,11,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback'),(14,11,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback'),(15,12,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-orders/?utm_source=inbox','actioned',0,''),(16,13,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2020-10-01&before=2020-10-01','actioned',0,''),(17,14,'home-screen-feedback-share-feedback','Share feedback','https://automattic.survey.fm/home-screen-survey','actioned',0,''),(18,15,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,''),(19,16,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,''),(20,17,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,''),(21,18,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,''),(22,19,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,''),(23,20,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,''),(24,21,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,''),(25,22,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,''),(26,23,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,''),(27,24,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox','actioned',1,''),(28,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,''),(29,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,''),(30,27,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,''),(31,27,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,''),(32,28,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,''),(33,29,'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,''),(34,30,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox','actioned',1,''),(35,31,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox','unactioned',1,''),(36,32,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,''),(37,33,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',1,''),(38,34,'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,''),(39,35,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads','actioned',1,''),(40,36,'update-wc-subscriptions-3-0-15','View latest version','https://lavendermatyoga.com/wp-admin/admin.php?page=wc-admin&page=wc-addons&section=helper','actioned',1,''),(41,37,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',1,''),(42,40,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(43,41,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(44,42,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,''),(45,43,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,''),(700,44,'update-db_run','Update WooCommerce Database','https://lavendermatyoga.com/wp-admin/post.php?post=182&action=edit&message=1&do_update_woocommerce=true&wc_db_update_nonce=6aff8b2aea','unactioned',1,''),(701,44,'update-db_learn-more','Learn more about updates','https://docs.woocommerce.com/document/how-to-update-woocommerce/','unactioned',0,'');
/*!40000 ALTER TABLE `wpwc_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_admin_notes`
--

DROP TABLE IF EXISTS `wpwc_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_admin_notes`
--

LOCK TABLES `wpwc_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wpwc_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-09-21 16:20:44',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-09-21 16:20:44',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-09-21 16:20:46',NULL,0,'plain','',0,'info'),(4,'wc-admin-onboarding-profiler-reminder','update','en_US','Welcome to WooCommerce! Set up your store and start selling','We\'re here to help you going through the most important steps to get your store up and running.','{}','actioned','woocommerce-admin','2020-09-21 16:21:52',NULL,0,'plain','',0,'info'),(5,'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-09-23 20:24:37',NULL,0,'plain','',0,'info'),(6,'wc-admin-learn-more-about-product-settings','info','en_US','Learn more about Product Settings','In this video you\'ll find information about configuring product settings, such as how they are displayed, editing inventory options and so on.','{}','unactioned','woocommerce-admin','2020-09-23 20:24:37',NULL,0,'plain','',0,'info'),(7,'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','2020-09-26 17:07:35',NULL,0,'plain','',0,'info'),(8,'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://lavendermatyoga.com/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;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','2020-09-28 16:21:35',NULL,0,'plain','',0,'info'),(9,'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 WooCommerce Payments.','{}','unactioned','woocommerce-admin','2020-09-28 16:21:35',NULL,0,'plain','',0,'info'),(10,'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','2020-09-29 16:51:39',NULL,0,'plain','',0,'info'),(11,'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','2020-09-29 16:51:40',NULL,0,'plain','',0,'info'),(12,'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','2020-09-29 20:22:00',NULL,0,'plain','',0,'info'),(13,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, October 1st was your record day for sales! Net Sales was $10.00 beating the previous record of $5.00 set on September 29th.','{\"old_record_date\":\"2020-09-29\",\"old_record_amt\":5,\"new_record_date\":\"2020-10-01\",\"new_record_amt\":10}','unactioned','woocommerce-admin','2020-10-02 17:01:50',NULL,0,'plain','',0,'info'),(14,'wc-admin-home-screen-feedback','info','en_US','Help us improve the WooCommerce Home screen','We\'d love your input to shape the future of the WooCommerce Home screen together. Feel free to share any feedback, ideas or suggestions that you have.','{}','unactioned','woocommerce-admin','2020-10-03 17:28:11',NULL,0,'plain','',0,'info'),(15,'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.','{}','unactioned','woocommerce-admin','2020-12-20 16:46:15',NULL,0,'plain','',0,'info'),(16,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(17,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(18,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(19,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(20,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(21,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(22,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(23,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(24,'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-07-14 22:11:10',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-07-14 22:11:10',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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(27,'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&amp;utm_medium=product&amp;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&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(28,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(29,'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-07-14 22:11:10',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-07-14 22:11:10',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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(32,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(33,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(34,'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&amp;utm_medium=product&amp;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.','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(35,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(36,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(37,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(38,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(39,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(40,'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&amp;utm_source=product&amp;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&amp;utm_source=product&amp;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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(41,'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&amp;utm_source=product&amp;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&amp;utm_source=product&amp;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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(42,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There\'s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2021-07-14 22:11:10',NULL,0,'plain','',0,'info'),(43,'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-07-14 22:11:10',NULL,0,'plain','',0,'info'),(44,'wc-update-db-reminder','update','en_US','WooCommerce database update required','WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.','{}','unactioned','woocommerce-core','2022-03-25 22:41:41',NULL,0,'plain','',0,'info');
/*!40000 ALTER TABLE `wpwc_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_category_lookup`
--

DROP TABLE IF EXISTS `wpwc_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_category_lookup`
--

LOCK TABLES `wpwc_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wpwc_wc_category_lookup` VALUES (17,17),(18,18),(19,19),(20,20),(21,21),(22,22);
/*!40000 ALTER TABLE `wpwc_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wpwc_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_customer_lookup`
--

LOCK TABLES `wpwc_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_customer_lookup` DISABLE KEYS */;
INSERT INTO `wpwc_wc_customer_lookup` VALUES (1,1,'madisonrosenberger','Madison','Rosenberger','madison@madisonrosenberger.com','2022-08-19 07:00:00','2020-08-06 02:02:19','US','28226','Charlotte','NC'),(2,NULL,'','Amber','Matthews','inbox7984@gmail.com','2020-10-01 23:57:42',NULL,'US','24210','Abingdon','VA'),(3,NULL,'','Bridget','Boylan','bridgetboylan10@gmail.com','2020-10-06 05:43:20',NULL,'US','28209','Charlotte','NC'),(4,NULL,'','Blair','Lee','BlairBL@gmail.com','2020-10-06 05:44:04',NULL,'US','28210','Charlotte','NC');
/*!40000 ALTER TABLE `wpwc_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_download_log`
--

DROP TABLE IF EXISTS `wpwc_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_download_log`
--

LOCK TABLES `wpwc_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wpwc_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_order_coupon_lookup`
--

LOCK TABLES `wpwc_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wpwc_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_order_product_lookup`
--

LOCK TABLES `wpwc_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_order_product_lookup` DISABLE KEYS */;
INSERT INTO `wpwc_wc_order_product_lookup` VALUES (1,237,194,0,1,'2020-09-29 19:40:40',1,5,5,0,0,0,0),(2,246,194,0,2,'2020-10-01 16:57:42',2,10,10,0,0,0,0),(3,258,196,0,3,'2020-10-05 22:43:20',1,5,5,0,0,0,0),(4,259,196,0,4,'2020-10-05 22:44:04',1,5,5,0,0,0,0),(5,261,214,0,4,'2020-10-20 20:23:31',1,5,5,0,0,0,0);
/*!40000 ALTER TABLE `wpwc_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_order_stats`
--

DROP TABLE IF EXISTS `wpwc_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_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) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_order_stats`
--

LOCK TABLES `wpwc_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_order_stats` DISABLE KEYS */;
INSERT INTO `wpwc_wc_order_stats` VALUES (237,0,'2020-09-29 19:40:40','2020-09-29 19:40:40',1,5,0,0,5,0,'wc-cancelled',1),(246,0,'2020-10-01 16:57:42','2020-10-01 16:57:42',2,10,0,0,10,0,'wc-processing',2),(258,0,'2020-10-05 22:43:20','2020-10-05 22:43:20',1,5,0,0,5,0,'wc-processing',3),(259,0,'2020-10-05 22:44:04','2020-10-05 22:44:04',1,5,0,0,5,0,'wc-processing',4),(261,0,'2020-10-20 20:23:31','2020-10-20 20:23:31',1,5,0,0,5,1,'wc-refunded',4),(264,261,'2020-10-20 20:31:36','2020-10-20 20:31:36',0,-5,0,0,-5,NULL,'wc-completed',4);
/*!40000 ALTER TABLE `wpwc_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wpwc_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_order_tax_lookup`
--

LOCK TABLES `wpwc_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wpwc_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_product_meta_lookup`
--

LOCK TABLES `wpwc_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wpwc_wc_product_meta_lookup` VALUES (111,'',0,0,13.9900,13.9900,0,NULL,'instock',1,5.00,0,'taxable',''),(116,'',1,1,8.9900,8.9900,0,NULL,'instock',1,5.00,0,'taxable',''),(127,'',1,1,44.0000,44.0000,0,NULL,'instock',1,5.00,0,'taxable',''),(132,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(194,'',0,0,11.0000,11.0000,0,NULL,'instock',0,0.00,2,'taxable',''),(196,'',0,0,11.0000,11.0000,0,NULL,'instock',0,0.00,2,'taxable',''),(213,'',0,0,11.0000,11.0000,0,NULL,'outofstock',0,0.00,0,'taxable',''),(214,'',0,0,0.0000,0.0000,0,NULL,'outofstock',0,0.00,1,'taxable',''),(215,'',0,0,5.0000,5.0000,1,NULL,'instock',0,0.00,0,'taxable',''),(217,'',0,0,11.0000,11.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(271,'',1,1,24.9900,24.9900,0,NULL,'instock',1,5.00,0,'taxable',''),(328,'',1,1,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(353,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(369,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(423,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(454,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(456,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','');
/*!40000 ALTER TABLE `wpwc_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wpwc_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_reserved_stock`
--

LOCK TABLES `wpwc_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wpwc_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_tax_rate_classes`
--

LOCK TABLES `wpwc_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wpwc_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wpwc_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_wc_webhooks`
--

DROP TABLE IF EXISTS `wpwc_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_wc_webhooks`
--

LOCK TABLES `wpwc_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wpwc_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_api_keys`
--

LOCK TABLES `wpwc_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_attribute_taxonomies`
--

LOCK TABLES `wpwc_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `wpwc_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_log`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_log`
--

LOCK TABLES `wpwc_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_order_itemmeta`
--

LOCK TABLES `wpwc_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wpwc_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','194'),(2,1,'_variation_id','0'),(3,1,'_qty','1'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','5'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','5'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10,2,'_product_id','194'),(11,2,'_variation_id','0'),(12,2,'_qty','2'),(13,2,'_tax_class',''),(14,2,'_line_subtotal','10'),(15,2,'_line_subtotal_tax','0'),(16,2,'_line_total','10'),(17,2,'_line_tax','0'),(18,2,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19,3,'_product_id','196'),(20,3,'_variation_id','0'),(21,3,'_qty','1'),(22,3,'_tax_class',''),(23,3,'_line_subtotal','5'),(24,3,'_line_subtotal_tax','0'),(25,3,'_line_total','5'),(26,3,'_line_tax','0'),(27,3,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28,4,'_product_id','196'),(29,4,'_variation_id','0'),(30,4,'_qty','1'),(31,4,'_tax_class',''),(32,4,'_line_subtotal','5'),(33,4,'_line_subtotal_tax','0'),(34,4,'_line_total','5'),(35,4,'_line_tax','0'),(36,4,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37,5,'_product_id','214'),(38,5,'_variation_id','0'),(39,5,'_qty','1'),(40,5,'_tax_class',''),(41,5,'_line_subtotal','5'),(42,5,'_line_subtotal_tax','0'),(43,5,'_line_total','5'),(44,5,'_line_tax','0'),(45,5,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');
/*!40000 ALTER TABLE `wpwc_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_order_items`
--

LOCK TABLES `wpwc_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wpwc_woocommerce_order_items` VALUES (1,'Intuitive Yoga for Beginners - 10.3','line_item',237),(2,'Intuitive Yoga for Beginners - 10.3','line_item',246),(3,'Intuitive Yoga for Beginners - 10.8','line_item',258),(4,'Intuitive Yoga for Beginners - 10.8','line_item',259),(5,'Intuitive Yoga for Beginners - 10.22','line_item',261);
/*!40000 ALTER TABLE `wpwc_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_payment_tokenmeta`
--

LOCK TABLES `wpwc_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_payment_tokens`
--

LOCK TABLES `wpwc_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=MyISAM AUTO_INCREMENT=748 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_sessions`
--

LOCK TABLES `wpwc_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wpwc_woocommerce_sessions` VALUES (746,'94edc36057e2da37dc3e203429ff2ba0','a:8:{s:4:\"cart\";s:417:\"a:1:{s:32:\"7f100b7b36092fb9b06dfb4fac360931\";a:11:{s:3:\"key\";s:32:\"7f100b7b36092fb9b06dfb4fac360931\";s:10:\"product_id\";i:271;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:24.99;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:24.99;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"24.99\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";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\";s:5:\"24.99\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"24.99\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:249:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:174:\"<a href=\"https://lavendermatyoga.com/shop-2/\" tabindex=\"1\" class=\"button wc-forward\">Continue shopping</a> &ldquo;Meditate Companion Album&rdquo; has been added to your cart.\";s:4:\"data\";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:\"NC\";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:\"NC\";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:\"\";}\";}',1660989690),(745,'ea5dc54148038d164b21652d7b6333d8','a:8:{s:4:\"cart\";s:409:\"a:1:{s:32:\"cd00692c3bfe59267d5ecfac5310286c\";a:11:{s:3:\"key\";s:32:\"cd00692c3bfe59267d5ecfac5310286c\";s:10:\"product_id\";i:328;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:4:\"0.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";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\";s:4:\"0.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"0.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:262:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:187:\"<a href=\"https://lavendermatyoga.com/shop-2/\" tabindex=\"1\" class=\"button wc-forward\">Continue shopping</a> &ldquo;DIY Meditation Companion Oracle Cards&rdquo; has been added to your cart.\";s:4:\"data\";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:\"NC\";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:\"NC\";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:\"\";}\";}',1660983401),(747,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:848:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2020-09-29T19:40:40+00:00\";s:8:\"postcode\";s:5:\"28226\";s:4:\"city\";s:9:\"Charlotte\";s:9:\"address_1\";s:17:\"5514 Fallon Court\";s:7:\"address\";s:17:\"5514 Fallon Court\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"NC\";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:\"NC\";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:7:\"Madison\";s:9:\"last_name\";s:11:\"Rosenberger\";s:7:\"company\";s:19:\"Madison Rosenberger\";s:5:\"phone\";s:10:\"7047781538\";s:5:\"email\";s:30:\"madison@madisonrosenberger.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1661112666);
/*!40000 ALTER TABLE `wpwc_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wpwc_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wpwc_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_shipping_zones`
--

LOCK TABLES `wpwc_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_tax_rate_locations`
--

LOCK TABLES `wpwc_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wpwc_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_woocommerce_tax_rates`
--

LOCK TABLES `wpwc_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wpwc_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_yoast_indexable`
--

DROP TABLE IF EXISTS `wpwc_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=MyISAM AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_yoast_indexable`
--

LOCK TABLES `wpwc_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wpwc_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wpwc_yoast_indexable` VALUES (1,'https://lavendermatyoga.com/author/madisonrosenberger/','54:542be592afd9f175ab4dbe8a1c7fc344',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/de82f2f6f1f5fd7f59ddcdc99d217252?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/de82f2f6f1f5fd7f59ddcdc99d217252?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-08-19 21:49:47','2022-08-20 06:23:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:54','2020-08-05 19:02:19'),(2,'https://lavendermatyoga.com/','28:627ea45a6058bcc5ae2df700c8820626',43,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 21:49:47','2022-08-20 04:49:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 21:30:56','2020-08-07 18:51:49'),(3,'https://lavendermatyoga.com/','28:627ea45a6058bcc5ae2df700c8820626',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Intuitive Yoga for Beginners in Charlotte, NC','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2022-08-19 21:49:47','2022-08-20 06:30:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:30:57',NULL),(4,'https://lavendermatyoga.com/contact/','36:13c8c5eee8394f49142a8f46ec308093',182,'post','page',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 21:52:44','2022-08-20 04:52:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 20:45:57','2020-09-28 16:35:52'),(5,'https://lavendermatyoga.com/product-category/yoni-health/','57:62f369978ef08822576fd75dbd5c8bce',22,'term','product_cat',NULL,NULL,NULL,NULL,'Yoni Health',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 22:21:06','2022-08-20 05:21:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-23 00:23:46','2021-02-23 00:10:41'),(6,'https://lavendermatyoga.com/intuitive-yoga-for-beginners/','57:1d3de09a91f44ca58ff6669f7d7e24ac',163,'post','page',1,0,NULL,NULL,'Intuitive Yoga for Beginners','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 22:29:59','2022-08-20 05:29:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 21:26:29','2020-09-24 19:51:27'),(7,'https://lavendermatyoga.com/sl-insta-account/madison-baer/','58:bba7fea3393c7811eefc22a238f75f87',544,'post','sl-insta-account',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:01','2022-08-20 06:23:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:35','2022-04-30 20:26:13'),(8,'https://lavendermatyoga.com/sl-insta-account/lavendermatyoga/','61:00c4fb6bd760a95fa09224127e46f999',568,'post','sl-insta-account',1,0,NULL,NULL,'lavendermatyoga','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:02','2022-08-20 06:23:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:37','2022-04-30 20:27:46'),(9,'https://lavendermatyoga.com/author/','35:617c095782748d3b71f8bc589a44eb31',0,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-08-19 22:30:03','2022-08-20 06:30:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:30:57','2022-04-30 20:30:49'),(10,'https://lavendermatyoga.com/sl-insta-media/looking-back-at-old-posts-and-realized-ive-been-teaching-yoga-for-9-years-in-numerology-9-is-the-number/','147:bd58b0d8d92280e263db86aeea6d9ec8',4759,'post','sl-insta-media',0,0,NULL,NULL,'Looking back at old posts and realized I’ve been teaching yoga for 9 years! In Numerology, 9 is the number&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:03','2022-08-20 06:23:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:38','2022-07-06 20:31:39'),(11,'https://lavendermatyoga.com/sl-insta-media/meditate-a-simple-and-straightforward-guide-by-madison-rosenberger-ph-d-available-on-amazon/','135:a517fd474cdec395167efa821e51ac6d',4760,'post','sl-insta-media',0,0,NULL,NULL,'Meditate: A Simple and Straightforward Guide by Madison Rosenberger, Ph.D. &#8211; available on Amazon','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:03','2022-08-20 06:23:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:38','2022-07-06 20:31:39'),(12,'https://lavendermatyoga.com/sl-insta-media/617/','47:ba327490d1cf7ccad21488af99b22bfe',617,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:03','2022-08-20 06:23:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:38','2022-04-30 20:29:24'),(13,'https://lavendermatyoga.com/sl-insta-media/618/','47:2aac56db079cdbcce4608374ba792582',618,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:04','2022-08-20 06:23:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:38','2022-04-30 20:29:25'),(14,'https://lavendermatyoga.com/sl-insta-media/619/','47:d5b9dc5afb53c872954850a5babb5081',619,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:04','2022-08-20 06:23:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:38','2022-04-30 20:29:26'),(15,'https://lavendermatyoga.com/sl-insta-media/620/','47:7d34c99206fdd436e1f356beab051748',620,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:04','2022-08-20 06:23:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:39','2022-04-30 20:29:27'),(16,'https://lavendermatyoga.com/sl-insta-media/621/','47:7c40693091867110f53068c6f46d062d',621,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:04','2022-08-20 06:23:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:39','2022-04-30 20:29:28'),(17,'https://lavendermatyoga.com/sl-insta-media/622/','47:cb8786640732d9fc0eb22c7e88f6fe13',622,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:05','2022-08-20 06:23:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:39','2022-04-30 20:29:29'),(18,'https://lavendermatyoga.com/sl-insta-media/623/','47:007e75da30ed72d199826d1396cefdda',623,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:05','2022-08-20 06:23:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:39','2022-04-30 20:29:30'),(19,'https://lavendermatyoga.com/sl-insta-media/624/','47:49a1079a08e560e7d3e6c82e2391b0d8',624,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:05','2022-08-20 06:23:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:39','2022-04-30 20:29:31'),(20,'https://lavendermatyoga.com/sl-insta-media/625/','47:d1120d8d37f8419375fa85ae0ea503c4',625,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:05','2022-08-20 06:23:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:40','2022-04-30 20:29:32'),(21,'https://lavendermatyoga.com/sl-insta-media/626/','47:de3da475cec98dea72994a3cd716a206',626,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:06','2022-08-20 06:23:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:40','2022-04-30 20:29:33'),(22,'https://lavendermatyoga.com/sl-insta-media/627/','47:8127e3d822fe223b8bcf4189c722c56b',627,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:06','2022-08-20 06:23:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:40','2022-04-30 20:29:34'),(23,'https://lavendermatyoga.com/sl-insta-media/628/','47:73a057bbb71eda99ce1766ea4794b6fc',628,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:06','2022-08-20 06:23:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:40','2022-04-30 20:29:35'),(24,'https://lavendermatyoga.com/sl-insta-media/629/','47:4e15465ec3251d635c22d41a17947c6a',629,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:06','2022-08-20 06:23:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:40','2022-04-30 20:29:36'),(25,'https://lavendermatyoga.com/sl-insta-media/630/','47:cdd9400cb982dfa7e6706a8483aec88d',630,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:06','2022-08-20 06:23:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:41','2022-04-30 20:29:37'),(26,'https://lavendermatyoga.com/sl-insta-media/631/','47:63c7b15367f20d84f19e5e8e8209ae77',631,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:07','2022-08-20 06:23:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:41','2022-04-30 20:29:38'),(27,'https://lavendermatyoga.com/sl-insta-media/632/','47:1ac1e0fff0eec752b8e111b729ab0ab4',632,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:07','2022-08-20 06:23:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:41','2022-04-30 20:29:39'),(28,'https://lavendermatyoga.com/sl-insta-media/633/','47:b7834685b3fe859ea7fd47a6dc286c73',633,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:07','2022-08-20 06:23:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:41','2022-04-30 20:29:41'),(29,'https://lavendermatyoga.com/sl-insta-media/634/','47:de78e37c6569ef9430d33ac2746c314a',634,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:07','2022-08-20 06:23:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:42','2022-04-30 20:29:43'),(30,'https://lavendermatyoga.com/sl-insta-media/635/','47:5cda4b796075502a6d589f464a90c064',635,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:08','2022-08-20 06:23:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:42','2022-04-30 20:29:44'),(31,'https://lavendermatyoga.com/sl-insta-media/636/','47:42340fe2305d706c3d403f948d835035',636,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:08','2022-08-20 06:23:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:42','2022-04-30 20:29:45'),(32,'https://lavendermatyoga.com/sl-insta-media/637/','47:d5394bc5d1a33206d2fee173204f4df7',637,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:08','2022-08-20 06:23:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:42','2022-04-30 20:29:46'),(33,'https://lavendermatyoga.com/sl-insta-media/638/','47:587bee58d04ed651fdc5396a5c007e3b',638,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:30:08','2022-08-20 06:23:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:42','2022-04-30 20:29:47'),(34,'https://lavendermatyoga.com/sl-insta-media/639/','47:5bac54f1e838874ac371eedec76b12cb',639,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:15','2022-08-20 06:23:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:53','2022-04-30 20:29:48'),(35,'https://lavendermatyoga.com/sl-insta-media/640/','47:a8481a40772ffbfd65be00592f729ddc',640,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:15','2022-08-20 06:23:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:53','2022-04-30 20:29:49'),(36,'https://lavendermatyoga.com/sl-insta-media/641/','47:c186b2b926f502c5620358018937bf04',641,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:15','2022-08-20 06:23:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:53','2022-04-30 20:29:52'),(37,'https://lavendermatyoga.com/sl-insta-media/642/','47:7fabb8828f40b21bbadc48b0b0b34a69',642,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:16','2022-08-20 06:23:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:53','2022-04-30 20:29:54'),(38,'https://lavendermatyoga.com/sl-insta-media/644/','47:d8a368c02ca0b429436b032ac44d281e',644,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:16','2022-08-20 06:23:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:54','2022-04-30 20:29:55'),(39,'https://lavendermatyoga.com/sl-insta-media/645/','47:8601abcc7b71015f1aa65ffbd9ccdd30',645,'post','sl-insta-media',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:16','2022-08-20 06:23:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:54','2022-04-30 20:29:56'),(40,'https://lavendermatyoga.com/sl-insta-media/ladies-both-single-and-taken-this-is-the-way-to-treat-yourself-this-valentines-day-three-of-my-favorite-items-2/','155:10259b3173ff9a71d3a6ef05f1aaaeb9',4752,'post','sl-insta-media',0,0,NULL,NULL,'Ladies (both single and taken) this is the way to treat yourself this Valentine’s Day! Three of my favorite items&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:16','2022-08-20 06:23:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:54','2022-07-06 19:37:03'),(41,'https://lavendermatyoga.com/sl-insta-media/yoni-eggs-yoga-can-be-scary-trust-me-i-know-but-its-in-being-brave-to-discover-and-connect-with/','139:ba3a26846e5e7be34663122dadbf1da9',4753,'post','sl-insta-media',0,0,NULL,NULL,'Yoni eggs yoga can be scary, trust me I know. But its in being brave to discover and connect with&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:16','2022-08-20 06:23:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:54','2022-07-06 19:37:04'),(42,'https://lavendermatyoga.com/sl-insta-media/not-all-collagen-is-created-equal-when-you-buy-powder-bovine-brands-like-vital-proteins-you-might-as-well-be/','152:9417a14b8579618dc5ffa900b002c5b7',4754,'post','sl-insta-media',0,0,NULL,NULL,'Not all Collagen is created equal. When you buy powder Bovine brands like Vital Proteins you might as well be&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:17','2022-08-20 06:23:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:54','2022-07-06 19:37:06'),(43,'https://lavendermatyoga.com/sl-insta-media/4755/','48:f9e5131727b3279d0250dfb7d2c60ec5',4755,'post','sl-insta-media',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:17','2022-08-20 06:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:55','2022-07-06 19:37:07'),(44,'https://lavendermatyoga.com/sl-insta-media/4756/','48:b52b54d07c8a530ee5cb16390072dfc6',4756,'post','sl-insta-media',0,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:17','2022-08-20 06:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:55','2022-07-06 19:37:08'),(45,'https://lavendermatyoga.com/sl-insta-media/morning-wellness-%f0%9f%a4%b8%e2%99%80%ef%b8%8f%f0%9f%8c%b1%f0%9f%a5%b0/','115:3eae4eb70dc54c0c762a3dd66d138de8',4757,'post','sl-insta-media',0,0,NULL,NULL,'Morning Wellness! 🤸‍♀️🌱🥰','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:17','2022-08-20 06:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:55','2022-07-06 19:37:10'),(46,'https://lavendermatyoga.com/sl-insta-media/if-you-want-to-have-a-treat-but-dont-want-to-consume-sugar-gluten-or-dairy-decaf-and-nutpods-holiday/','144:6a5186ae7a78d592c2616f906237e3c8',4758,'post','sl-insta-media',0,0,NULL,NULL,'If you want to have a treat but don’t want to consume sugar, gluten or dairy. Decaf and NutPods Holiday&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:18','2022-08-20 06:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:55','2022-07-06 19:37:12'),(47,'https://lavendermatyoga.com/sl-insta-media/and-how-to-get-a-free-copy-of-my-new-meditate-companion-album/','105:09c58b755ca4105c2997e5abd474669e',675,'post','sl-insta-media',0,0,NULL,NULL,'And how to get a free copy of my new Meditate companion album!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:18','2022-08-20 06:23:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:55','2022-04-30 20:30:49'),(48,'https://lavendermatyoga.com/sl-insta-media/fundamental-or-style/','64:e0dfc50d09d670acca22cd85276d6355',676,'post','sl-insta-media',0,0,NULL,NULL,'Fundamental or Style?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:18','2022-08-20 06:23:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:56','2022-04-30 20:30:51'),(49,'https://lavendermatyoga.com/sl-insta-media/good-morning-not-all-collagens-are-created-equal-and-heres-why/','106:e658d77509e1269c67bf0e9c670ed5af',678,'post','sl-insta-media',0,0,NULL,NULL,'Good Morning! Not all collagens are created equal and here’s why!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:33:18','2022-08-20 06:23:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:23:56','2022-04-30 20:30:54'),(50,'https://lavendermatyoga.com/sl-insta-media/only-a-few-days-left-to-enter-my-better-beauty-giveaway-%f0%9f%8e%89-%f0%9f%8e%89-%f0%9f%91%89%f0%9f%8f%bb-in-the-first-photo-you/','173:a91a7bb9195f84adebae733238fe5789',696,'post','sl-insta-media',0,0,NULL,NULL,'Only a few days left to enter my BETTER BEAUTY GIVEAWAY 🎉 🎉 ﻿ ﻿👉🏻 In the first photo you&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:34:06','2022-08-20 06:25:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:25:57','2022-04-30 20:31:41'),(51,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 22:37:02','2022-08-20 05:37:02',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(52,'https://lavendermatyoga.com/sl-insta-media/how-cute-are-these-oil-sparklers-happy-4th-i-hope-your-holiday-is-full-of-wellness-love-and-laughter-%f0%9f%87%ba%f0%9f%87%b8/','169:2245398441e5efb44ee98b81c1c3ca6d',1308,'post','sl-insta-media',0,0,NULL,NULL,'How cute are these oil sparklers?! Happy 4th, I hope your holiday is full of wellness, love and laughter 🇺🇸&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:37:04','2022-08-20 06:26:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:26:21','2022-05-11 20:53:41'),(53,'https://lavendermatyoga.com/sl-insta-media/bath-prep-%f0%9f%99%8f%f0%9f%8f%bb%f0%9f%92%95%f0%9f%99%8c%f0%9f%8f%bb%f0%9f%91%8c%f0%9f%8f%bb%f0%9f%92%97-check-story-%f0%9f%91%86%f0%9f%8f%bbfor-final-product-%f0%9f%98%8a/','217:d4e8db43cbf1f5af9265f7b193841d75',1414,'post','sl-insta-media',0,0,NULL,NULL,'Bath Prep 🙏🏻💕🙌🏻👌🏻💗 Check story 👆🏻for final product 😊','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:37:55','2022-08-20 05:37:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 22:37:55','2022-05-11 20:56:51'),(54,'https://lavendermatyoga.com/sl-insta-media/charging-up-my-pineapple-juice-with-some-beautiful-agate-i-got-from-charmedonshemcreek-%f0%9f%99%8c%f0%9f%8f%bb/','155:1dc68eaeb9c224212aebe7ea5ef14742',1417,'post','sl-insta-media',0,0,NULL,NULL,'Charging up my pineapple juice with some beautiful Agate I got from @charmedonshemcreek 🙌🏻','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:37:56','2022-08-20 05:37:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 22:37:56','2022-05-11 20:56:53'),(55,'https://lavendermatyoga.com/sl-insta-media/my-first-time-out-on-the-board-since-my-training-in-august-supyoga/','110:ba00f50f2b13150397519ea1b3db13eb',1429,'post','sl-insta-media',0,0,NULL,NULL,'My first time out on the board since my training in August! #supyoga','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:40:30','2022-08-20 05:40:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 22:40:30','2022-05-11 20:56:58'),(56,'https://lavendermatyoga.com/sl-insta-media/what-a-powerful-night-for-the-ascension-recalibration-series-i-cant-believe-that-next-week-is-the-last-workshop-of/','158:bfd3585c3dbadb618b30434d0fc91283',1439,'post','sl-insta-media',0,0,NULL,NULL,'What a powerful night for the Ascension Recalibration series. I can&#8217;t believe that next week is the LAST workshop of&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:40:30','2022-08-20 05:40:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 22:40:30','2022-05-11 20:58:00'),(57,'https://lavendermatyoga.com/product/breast-activation-kit/','58:5c31e42e1542f12326a040a6c6f92cd6',454,'post','product',1,0,NULL,NULL,'Breast Activation Kit','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png',NULL,'400','featured-image',NULL,NULL,'https://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png','400','featured-image','{\"width\":854,\"height\":848,\"url\":\"https://lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png\",\"path\":\"/home/madiso60/lavendermatyoga.com/wp-content/uploads/2021/01/Screen-Shot-2020-01-02-at-3.14.27-PM.png\",\"size\":\"full\",\"id\":400,\"alt\":\"\",\"pixels\":724192,\"type\":\"image/png\"}',NULL,NULL,NULL,'2022-08-19 22:43:27','2022-08-20 05:43:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-02-23 00:23:46','2021-02-23 00:10:41'),(58,'https://lavendermatyoga.com/shop-2/','35:1e0ecef13e7f3ce90b1d6956b79ac377',NULL,'post-type-archive','product',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Products',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 22:43:28','2022-08-20 05:43:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-06-14 20:02:37','2020-09-21 16:29:36'),(59,'https://lavendermatyoga.com/shop-2/','35:1e0ecef13e7f3ce90b1d6956b79ac377',158,'post','page',1,0,NULL,NULL,'SHop page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-19 22:43:28','2022-08-20 05:43:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-21 23:12:55','2020-09-21 23:12:28'),(60,'https://lavendermatyoga.com/sl-insta-media/i-often-talk-about-my-anxiety-because-thats-easier-to-accept-but-what-i-rarely-explain-to-people-is-about/','149:67457a576132ea87a65eb62fcc2078ae',1517,'post','sl-insta-media',0,0,NULL,NULL,'I often talk about my anxiety because that&#8217;s easier to accept but what I rarely explain to people is about&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 22:43:29','2022-08-20 05:43:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 22:43:29','2022-05-11 20:58:57'),(61,'https://lavendermatyoga.com/sl-insta-media/our-friends-came-back-and-we-caught-them-on-camera-dolphin-beach-beachyoga-fortmoultrie-sullivansisland-charlestonsc/','160:de350d9ac8aa209c1264c0e2fa29eeb9',1153,'post','sl-insta-media',0,0,NULL,NULL,'Our friends came back and we caught them on camera ;) #dolphin #beach #beachyoga #fortmoultrie #sullivansisland #charlestonsc','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 23:01:49','2022-08-20 06:01:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:01:49','2022-05-11 20:48:16'),(62,'https://lavendermatyoga.com/sl-insta-media/yoga-by-the-sea-contact-me-for-details-%f0%9f%90%a0%f0%9f%90%9a%f0%9f%90%b3%f0%9f%8c%ba/','131:3db0c8cfd7019eb9263b3e139a165c1d',1156,'post','sl-insta-media',0,0,NULL,NULL,'Yoga by the Sea! Contact me for details :) 🐠🐚🐳🌺','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 23:01:49','2022-08-20 06:01:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:01:49','2022-05-11 20:48:18'),(63,'https://lavendermatyoga.com/sl-insta-media/enjoying-this-gorgeous-sunny-saturday-by-the-pool-finishing-preparations-for-my-soon-to-be-announced-intuitive-pet-readings-healings/','176:70f93d719dce5fcb5edeced651c74b8a',1496,'post','sl-insta-media',0,0,NULL,NULL,'Enjoying this gorgeous sunny Saturday by the pool finishing preparations for my soon to be announced Intuitive Pet Readings/Healings !!&hellip;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-08-19 23:30:57','2022-08-20 06:30:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-08-19 23:30:57','2022-05-11 20:58:48');
/*!40000 ALTER TABLE `wpwc_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wpwc_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_yoast_indexable_hierarchy`
--

LOCK TABLES `wpwc_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wpwc_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wpwc_yoast_indexable_hierarchy` VALUES (2,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(57,0,0,1),(7,0,0,1),(8,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(52,0,0,1);
/*!40000 ALTER TABLE `wpwc_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_yoast_migrations`
--

DROP TABLE IF EXISTS `wpwc_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wpwc_yoast_migrations_version` (`version`)
) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_yoast_migrations`
--

LOCK TABLES `wpwc_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wpwc_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wpwc_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!40000 ALTER TABLE `wpwc_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_yoast_primary_term`
--

DROP TABLE IF EXISTS `wpwc_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_yoast_primary_term`
--

LOCK TABLES `wpwc_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wpwc_yoast_primary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpwc_yoast_seo_links`
--

DROP TABLE IF EXISTS `wpwc_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpwc_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpwc_yoast_seo_links`
--

LOCK TABLES `wpwc_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpwc_yoast_seo_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpwc_yoast_seo_links` 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 2022-11-14  9:46:29
